public class ServerEndpointMetaData extends EndpointMetaData
Modifier and Type | Field and Description |
---|---|
static String |
SEPID_DOMAIN |
static String |
SEPID_PROPERTY_CONTEXT |
static String |
SEPID_PROPERTY_ENDPOINT |
SUPPORTED_BINDINGS
Constructor and Description |
---|
ServerEndpointMetaData(ServiceMetaData service,
org.jboss.wsf.spi.deployment.Endpoint endpoint,
QName portName,
QName portTypeName) |
Modifier and Type | Method and Description |
---|---|
String |
getContextRoot() |
org.jboss.wsf.spi.deployment.Endpoint |
getEndpoint() |
String |
getEndpointAddress() |
String |
getLinkName() |
String |
getPortComponentName() |
ObjectName |
getServiceEndpointID() |
String |
getServiceEndpointImplName() |
String |
getTransportGuarantee() |
String |
getURLPattern() |
boolean |
isSecureWSDLAccess() |
void |
setContextRoot(String contextRoot) |
void |
setEndpoint(org.jboss.wsf.spi.deployment.Endpoint endpoint) |
void |
setEndpointAddress(String endpointAddress) |
void |
setLinkName(String linkName) |
void |
setPortComponentName(String portComponentName) |
void |
setSecureWSDLAccess(boolean secureWSDLAccess) |
void |
setServiceEndpointID(ObjectName endpointID) |
void |
setServiceEndpointImplName(String endpointImpl) |
void |
setTransportGuarantee(String transportGuarantee) |
void |
setURLPattern(String urlPattern) |
String |
toString() |
addHandler, addHandlers, addOperation, clearHandlers, clearOperations, eagerInitialize, getAuthMethod, getBindingId, getClassLoader, getEncodingStyle, getEndpointConfigMetaData, getHandlerMetaData, getOperation, getOperation, getOperations, getPortName, getPortTypeName, getServiceEndpointInterface, getServiceEndpointInterfaceName, getServiceMetaData, getServiceRefContrib, getStyle, isHandlersInitialized, isWrappedParameterStyle, matches, setAuthMethod, setBindingId, setEncodingStyle, setHandlersInitialized, setPortName, setServiceEndpointInterfaceName, setStyle, setWrappedParameterStyle, validate
addExtension, getExtension, getExtensions
public static final String SEPID_DOMAIN
public static final String SEPID_PROPERTY_CONTEXT
public static final String SEPID_PROPERTY_ENDPOINT
public ServerEndpointMetaData(ServiceMetaData service, org.jboss.wsf.spi.deployment.Endpoint endpoint, QName portName, QName portTypeName)
public org.jboss.wsf.spi.deployment.Endpoint getEndpoint()
public void setEndpoint(org.jboss.wsf.spi.deployment.Endpoint endpoint)
public String getLinkName()
public void setLinkName(String linkName)
public String getPortComponentName()
public void setPortComponentName(String portComponentName)
public String getServiceEndpointImplName()
public void setServiceEndpointImplName(String endpointImpl)
public ObjectName getServiceEndpointID()
public void setServiceEndpointID(ObjectName endpointID)
public String getContextRoot()
public void setContextRoot(String contextRoot)
public String getURLPattern()
public void setURLPattern(String urlPattern)
public String getTransportGuarantee()
public void setTransportGuarantee(String transportGuarantee)
public boolean isSecureWSDLAccess()
public void setSecureWSDLAccess(boolean secureWSDLAccess)
public String getEndpointAddress()
getEndpointAddress
in class EndpointMetaData
public void setEndpointAddress(String endpointAddress)
setEndpointAddress
in class EndpointMetaData
Copyright © 2018 JBoss by Red Hat. All rights reserved.