-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version number deleted from server string. Documentation improvements…
…. Fixed tests. (#694)
- Loading branch information
Showing
44 changed files
with
198 additions
and
321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Building Membrane Service Proxy | ||
# Building Membrane API Gateway | ||
|
||
### What you need | ||
* Java JDK 17 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,6 @@ public class Constants { | |
|
||
public static final String MEMBRANE_HOME = "MEMBRANE_HOME"; | ||
|
||
public static final String EMPTY_STRING = ""; | ||
|
||
public static final String CRLF = "" + ((char) 13) + ((char) 10); | ||
|
||
public static final byte[] CRLF_BYTES = { 13, 10 }; | ||
|
@@ -49,8 +47,6 @@ public class Constants { | |
VERSION = version; | ||
} | ||
|
||
public static final String XML_VERSION = "1.0"; | ||
|
||
public static final String ISO_8859_1 = "ISO-8859-1"; | ||
|
||
public static final String UNKNOWN = "unknown"; | ||
|
@@ -59,8 +55,6 @@ public class Constants { | |
|
||
public static final String HTTP_VERSION_11 = "1.1"; | ||
|
||
public static final String HTTP_VERSION_10 = "1.0"; | ||
|
||
public static final String WSDL_SOAP11_NS = "http://schemas.xmlsoap.org/wsdl/soap/"; | ||
public static final String WSDL_SOAP12_NS = "http://schemas.xmlsoap.org/wsdl/soap12/"; | ||
public static final String WSDL_HTTP_NS = "http://schemas.xmlsoap.org/wsdl/http/"; | ||
|
@@ -76,9 +70,7 @@ public class Constants { | |
|
||
public static final String PROTOCOL_SOAP12 = "SOAP12"; | ||
|
||
public static final String PROTOCOL_HTTP = "HTTP"; | ||
|
||
public static final String PRODUCT_NAME = "Membrane Service Proxy"; | ||
public static final String PRODUCT_NAME = "Membrane API Gateway"; | ||
public static final String PRODUCT_WEBSITE = "http://www.membrane-soa.org/api-gateway/"; | ||
public static final String PRODUCT_WEBSITE_DOC = "http://www.membrane-soa.org/api-gateway-doc/"; | ||
public static final String PRODUCT_CONTACT_EMAIL = "[email protected]"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.