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
-
public final class ServerTubeConfiguration extends TubeConfiguration
TubeConfiguration
for servers.- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description ServerTubeConfiguration(PolicyMap policy, WSDLPort wsdlModel, WSEndpoint endpoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WSBinding
getBinding()
Gets the applicableWSBinding
for this pipeline.WSEndpoint
getEndpoint()
Gets theWSEndpoint
for which the pipeline is being created.-
Methods inherited from class com.sun.xml.wss.jaxws.impl.TubeConfiguration
getPolicyMap, getWSDLPort
-
-
-
-
Constructor Detail
-
ServerTubeConfiguration
public ServerTubeConfiguration(PolicyMap policy, WSDLPort wsdlModel, WSEndpoint endpoint)
-
-
Method Detail
-
getEndpoint
public WSEndpoint getEndpoint()
Gets theWSEndpoint
for which the pipeline is being created.WSEndpoint
provides information about the surrounding environment, such as access to the application server.- Returns:
- always non-null same object.
-
getBinding
public WSBinding getBinding()
Description copied from class:TubeConfiguration
Gets the applicableWSBinding
for this pipeline.- Specified by:
getBinding
in classTubeConfiguration
- Returns:
- always non-null.
-
-