Package com.sun.xml.wss.jaxws.impl
Class ServerTubeConfiguration
java.lang.Object
com.sun.xml.wss.jaxws.impl.TubeConfiguration
com.sun.xml.wss.jaxws.impl.ServerTubeConfiguration
TubeConfiguration for servers.- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
ConstructorsConstructorDescriptionServerTubeConfiguration(com.sun.xml.ws.policy.PolicyMap policy, com.sun.xml.ws.api.model.wsdl.WSDLPort wsdlModel, com.sun.xml.ws.api.server.WSEndpoint endpoint) -
Method Summary
Modifier and TypeMethodDescriptioncom.sun.xml.ws.api.WSBindingGets the applicableWSBindingfor this pipeline.com.sun.xml.ws.api.server.WSEndpointGets theWSEndpointfor which the pipeline is being created.Methods inherited from class com.sun.xml.wss.jaxws.impl.TubeConfiguration
getPolicyMap, getWSDLPort
-
Constructor Details
-
ServerTubeConfiguration
public ServerTubeConfiguration(com.sun.xml.ws.policy.PolicyMap policy, com.sun.xml.ws.api.model.wsdl.WSDLPort wsdlModel, com.sun.xml.ws.api.server.WSEndpoint endpoint)
-
-
Method Details
-
getEndpoint
public com.sun.xml.ws.api.server.WSEndpoint getEndpoint()Gets theWSEndpointfor which the pipeline is being created.WSEndpointprovides information about the surrounding environment, such as access to the application server.- Returns:
- always non-null same object.
-
getBinding
public com.sun.xml.ws.api.WSBinding getBinding()Description copied from class:TubeConfigurationGets the applicableWSBindingfor this pipeline.- Specified by:
getBindingin classTubeConfiguration- Returns:
- always non-null.
-