public class SOAPAddressRewriteMetadata extends Object
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 and Description |
---|
SOAPAddressRewriteMetadata(ServerConfig serverConfig,
JBossWebservicesMetaData jbwsmd) |
Modifier and Type | Method and Description |
---|---|
String |
getWebServiceHost() |
String |
getWebServicePathRewriteRule() |
int |
getWebServicePort() |
int |
getWebServiceSecurePort() |
String |
getWebServiceUriScheme() |
boolean |
isModifySOAPAddress() |
public static final String WEBSERVICE_HOST
public static final String WEBSERVICE_PORT
public static final String WEBSERVICE_SECURE_PORT
public static final String WEBSERVICE_PATH_REWRITE_RULE
public static final String WEBSERVICE_URI_SCHEME
public static final String MODIFY_SOAP_ADDRESS
public SOAPAddressRewriteMetadata(ServerConfig serverConfig, JBossWebservicesMetaData jbwsmd)
public String getWebServiceHost()
public int getWebServicePort()
public int getWebServiceSecurePort()
public String getWebServicePathRewriteRule()
public String getWebServiceUriScheme()
public boolean isModifySOAPAddress()
Copyright © 2017 JBoss, by Red Hat. All rights reserved.