public abstract class MetaDataBuilder extends Object
Constructor and Description |
---|
MetaDataBuilder() |
Modifier and Type | Method and Description |
---|---|
protected void |
buildFaultMetaData(OperationMetaData opMetaData,
WSDLInterfaceOperation wsdlOperation) |
static ObjectName |
createServiceEndpointID(org.jboss.wsf.spi.deployment.Deployment dep,
ServerEndpointMetaData sepMetaData) |
static String |
getServiceEndpointAddress(String uriScheme,
String servicePath,
int servicePort,
org.jboss.wsf.spi.management.ServerConfig config)
Get the web service address for a given path
|
protected void |
initEndpointAddress(org.jboss.wsf.spi.deployment.Deployment dep,
ServerEndpointMetaData sepMetaData) |
protected void |
initEndpointBinding(WSDLBinding wsdlBinding,
EndpointMetaData epMetaData) |
protected void |
initEndpointBinding(WSDLEndpoint wsdlEndpoint,
EndpointMetaData epMetaData)
Inititialize the endpoint binding
|
protected void |
initEndpointEncodingStyle(EndpointMetaData epMetaData)
Initialize the endpoint encoding style from the binding operations
|
protected void |
initTransportGuaranteeJSE(org.jboss.wsf.spi.deployment.Deployment dep,
ServerEndpointMetaData sepMetaData,
String servletLink)
Read the transport guarantee from web.xml
|
static void |
replaceAddressLocation(ServerEndpointMetaData sepMetaData)
Replace the address locations for a given port component.
|
protected void initEndpointBinding(WSDLEndpoint wsdlEndpoint, EndpointMetaData epMetaData)
protected void initEndpointBinding(WSDLBinding wsdlBinding, EndpointMetaData epMetaData)
protected void initEndpointEncodingStyle(EndpointMetaData epMetaData)
protected void initEndpointAddress(org.jboss.wsf.spi.deployment.Deployment dep, ServerEndpointMetaData sepMetaData)
public static ObjectName createServiceEndpointID(org.jboss.wsf.spi.deployment.Deployment dep, ServerEndpointMetaData sepMetaData)
public static String getServiceEndpointAddress(String uriScheme, String servicePath, int servicePort, org.jboss.wsf.spi.management.ServerConfig config)
protected void initTransportGuaranteeJSE(org.jboss.wsf.spi.deployment.Deployment dep, ServerEndpointMetaData sepMetaData, String servletLink) throws IOException
IOException
public static void replaceAddressLocation(ServerEndpointMetaData sepMetaData)
protected void buildFaultMetaData(OperationMetaData opMetaData, WSDLInterfaceOperation wsdlOperation)
Copyright © 2018 JBoss by Red Hat. All rights reserved.