Class SOAPAddressRewriteMetadata
- java.lang.Object
-
- org.jboss.wsf.spi.metadata.config.SOAPAddressRewriteMetadata
-
public class SOAPAddressRewriteMetadata extends Object
- Since:
- 19-Sep-2014
- Author:
- alessio.soldano@jboss.com
-
-
Field Summary
Fields Modifier and Type Field Description static StringMODIFY_SOAP_ADDRESSstatic StringWEBSERVICE_HOSTstatic StringWEBSERVICE_PATH_REWRITE_RULEstatic StringWEBSERVICE_PORTstatic StringWEBSERVICE_SECURE_PORTstatic StringWEBSERVICE_URI_SCHEME
-
Constructor Summary
Constructors Constructor Description SOAPAddressRewriteMetadata(ServerConfig serverConfig, JBossWebservicesMetaData jbwsmd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetWebServiceHost()StringgetWebServicePathRewriteRule()intgetWebServicePort()intgetWebServiceSecurePort()StringgetWebServiceUriScheme()booleanisModifySOAPAddress()
-
-
-
Field Detail
-
WEBSERVICE_HOST
public static final String WEBSERVICE_HOST
- See Also:
- Constant Field Values
-
WEBSERVICE_PORT
public static final String WEBSERVICE_PORT
- See Also:
- Constant Field Values
-
WEBSERVICE_SECURE_PORT
public static final String WEBSERVICE_SECURE_PORT
- See Also:
- Constant Field Values
-
WEBSERVICE_PATH_REWRITE_RULE
public static final String WEBSERVICE_PATH_REWRITE_RULE
- See Also:
- Constant Field Values
-
WEBSERVICE_URI_SCHEME
public static final String WEBSERVICE_URI_SCHEME
- See Also:
- Constant Field Values
-
MODIFY_SOAP_ADDRESS
public static final String MODIFY_SOAP_ADDRESS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SOAPAddressRewriteMetadata
public SOAPAddressRewriteMetadata(ServerConfig serverConfig, JBossWebservicesMetaData jbwsmd)
-
-
Method Detail
-
getWebServiceHost
public String getWebServiceHost()
-
getWebServicePort
public int getWebServicePort()
-
getWebServiceSecurePort
public int getWebServiceSecurePort()
-
getWebServicePathRewriteRule
public String getWebServicePathRewriteRule()
-
getWebServiceUriScheme
public String getWebServiceUriScheme()
-
isModifySOAPAddress
public boolean isModifySOAPAddress()
-
-