public class SoapAddressRewriteHelper extends Object
Constructor and Description |
---|
SoapAddressRewriteHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
getRewrittenPublishedEndpointUrl(String wsdlAddress,
String epAddress,
org.jboss.wsf.spi.management.ServerConfig serverConfig)
Rewrite and get address to be used for CXF published endpoint url prop (rewritten wsdl address)
|
static boolean |
isAutoRewriteOn(org.jboss.wsf.spi.management.ServerConfig serverConfig) |
public static String getRewrittenPublishedEndpointUrl(String wsdlAddress, String epAddress, org.jboss.wsf.spi.management.ServerConfig serverConfig)
wsdlAddress
- The soap:address in the wsdlepAddress
- The address that has been computed for the endpointserverConfig
- The current ServerConfigpublic static boolean isAutoRewriteOn(org.jboss.wsf.spi.management.ServerConfig serverConfig)
Copyright © 2013 JBoss, by Red Hat. All rights reserved.