public class AddressRewritingEndpointInfo
extends org.apache.cxf.service.model.EndpointInfo
SoapTransportFactory.SoapEndpointInfo| Modifier and Type | Method and Description |
|---|---|
void |
addExtensor(Object el) |
protected boolean |
isInvalidAddress(String address) |
protected boolean |
isRewriteAllowed(String address) |
protected boolean |
isRewriteRequired(String address,
String previousAddress) |
protected String |
rewriteSoapAddress(String s,
String uriScheme)
Rewrite the provided address according to the current server
configuration and always using the specified uriScheme.
|
void |
setAddress(String s)
This is the method responsible for both setting the EndpointInfo address and
setting the soap:address in the wsdl.
|
getAddress, getBinding, getDescription, getInterface, getName, getService, getTarget, getTransportId, getTraversedExtensor, isSameAs, setAddress, setBinding, setName, setService, setTransportId, toStringaddExtensionAttribute, containsExtensor, equals, getDocumentation, getExtensionAttribute, getExtensionAttributes, getExtensor, getExtensors, getExtensors, getProperties, getProperty, getProperty, hasProperty, removeProperty, setDelegate, setDocumentation, setExtensionAttributes, setPropertypublic void setAddress(String s)
setAddress in class org.apache.cxf.service.model.EndpointInfopublic void addExtensor(Object el)
addExtensor in interface org.apache.cxf.service.model.ExtensibleaddExtensor in class org.apache.cxf.service.model.AbstractPropertiesHolderprotected boolean isRewriteAllowed(String address)
protected boolean isInvalidAddress(String address)
protected String rewriteSoapAddress(String s, String uriScheme)
s - The source addressuriScheme - The uriScheme to use for rewriteCopyright © 2013 JBoss, by Red Hat. All Rights Reserved.