Package com.sun.xml.wss.jaxws.impl
Class ClientTubeConfiguration
- java.lang.Object
-
- com.sun.xml.wss.jaxws.impl.TubeConfiguration
-
- com.sun.xml.wss.jaxws.impl.ClientTubeConfiguration
-
public final class ClientTubeConfiguration extends TubeConfiguration
TubeConfigurationfor client.- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description ClientTubeConfiguration(PolicyMap policy, WSDLPort wsdlPort, WSBinding binding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WSBindinggetBinding()Gets the applicableWSBindingfor this pipeline.-
Methods inherited from class com.sun.xml.wss.jaxws.impl.TubeConfiguration
getPolicyMap, getWSDLPort
-
-
-
-
Method Detail
-
getBinding
public WSBinding getBinding()
Description copied from class:TubeConfigurationGets the applicableWSBindingfor this pipeline.- Specified by:
getBindingin classTubeConfiguration- Returns:
- always non-null.
-
-