|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.wss.jaxws.impl.TubeConfiguration
public abstract class TubeConfiguration
Entry point to the various configuration information
necessary for constructing Tube
s.
This object is created by a TubelineAssembler
and
passed as a constructor parameter to most pipes,
so that they can access configuration information.
Method Summary | |
---|---|
abstract com.sun.xml.ws.api.WSBinding |
getBinding()
Gets the applicable WSBinding for this pipeline. |
com.sun.xml.ws.policy.PolicyMap |
getPolicyMap()
Gets the PolicyMap that represents
the policy information applicable to the current pipeline. |
com.sun.xml.ws.api.model.wsdl.WSDLPort |
getWSDLPort()
Gets the WSDLPort that represents
the WSDL information about the port for which
a pipeline is created. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public com.sun.xml.ws.policy.PolicyMap getPolicyMap()
PolicyMap
that represents
the policy information applicable to the current pipeline.
public com.sun.xml.ws.api.model.wsdl.WSDLPort getWSDLPort()
WSDLPort
that represents
the WSDL information about the port for which
a pipeline is created.
This model is present only when the client
provided WSDL to the JAX-WS runtime in some means
(such as indirectly through SEI or through Dispatch
.)
JAX-WS allows modes of operations where no WSDL is available for the current pipeline, and in which case this model is not present.
public abstract com.sun.xml.ws.api.WSBinding getBinding()
WSBinding
for this pipeline.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |