|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClientTubelineAssemblyContext
| Methods inherited from interface com.sun.xml.ws.assembler.dev.TubelineAssemblyContext |
|---|
getAdaptedTubelineHead, getImplementation, getTubelineHead |
| Method Detail |
|---|
@NotNull com.sun.xml.ws.api.EndpointAddress getAddress()
WSDLPort (even though there's WSDLPort.getAddress())
because sometimes WSDL is not available.
@NotNull com.sun.xml.ws.api.WSBinding getBinding()
@NotNull com.sun.xml.ws.api.pipe.Codec getCodec()
Codec that is set by setCodec(com.sun.xml.ws.api.pipe.Codec) or the default codec
based on the binding.
com.sun.xml.ws.api.server.Container getContainer()
com.sun.xml.ws.policy.PolicyMap getPolicyMap()
com.sun.xml.ws.api.client.WSPortInfo getPortInfo()
@Nullable com.sun.xml.ws.api.model.SEIModel getSEIModel()
SecureConversationInitiator getScInitiator()
@NotNull com.sun.xml.ws.api.WSService getService()
WSService.
Always non-null. (To be precise, the newly created pipeline
is owned by a proxy or a dispatch created from this WSService.)
com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext getWrappedContext()
com.sun.xml.ws.api.model.wsdl.WSDLPort getWsdlPort()
ClientTubeAssemblerContext.getWsdlModel()
boolean isPolicyAvailable()
void setCodec(@NotNull
com.sun.xml.ws.api.pipe.Codec codec)
Codec during Tubeline assembly. The
new codec will be used by jax-ws client runtime for encoding/decoding web service
request/response messages. The new codec should be used by the transport tubes.
the codec should correctly implement Codec.copy() since it is used while
serving requests concurrently.
codec - codec to be used for web service requestsvoid setScInitiator(SecureConversationInitiator initiator)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||