org.jboss.wsf.spi.metadata.config
Class SOAPAddressRewriteMetadata
- java.lang.Object
- org.jboss.wsf.spi.metadata.config.SOAPAddressRewriteMetadata
public class SOAPAddressRewriteMetadata extends Object
- Since:
- 19-Sep-2014
- Author:
- [email protected]
Field Summary
Fields Modifier and Type Field and Description static String
MODIFY_SOAP_ADDRESS
static String
WEBSERVICE_HOST
static String
WEBSERVICE_PATH_REWRITE_RULE
static String
WEBSERVICE_PORT
static String
WEBSERVICE_SECURE_PORT
static String
WEBSERVICE_URI_SCHEME
Constructor Summary
Constructors Constructor and Description SOAPAddressRewriteMetadata(ServerConfig serverConfig, JBossWebservicesMetaData jbwsmd)
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description String
getWebServiceHost()
String
getWebServicePathRewriteRule()
int
getWebServicePort()
int
getWebServiceSecurePort()
String
getWebServiceUriScheme()
boolean
isModifySOAPAddress()
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()
Copyright © 2020 JBoss, by Red Hat. All rights reserved.