Package com.sun.xml.ws.client.dispatch
Class PacketDispatch
- java.lang.Object
-
- com.sun.xml.ws.client.Stub
-
- com.sun.xml.ws.client.dispatch.DispatchImpl<Packet>
-
- com.sun.xml.ws.client.dispatch.PacketDispatch
-
- All Implemented Interfaces:
Component,ComponentRegistry,ResponseContextReceiver,WSBindingProvider,Closeable,AutoCloseable,javax.xml.ws.BindingProvider,javax.xml.ws.Dispatch<Packet>
public class PacketDispatch extends DispatchImpl<Packet>
Dispatchimplementation forPacket.- Since:
- 2.2.6
-
-
Field Summary
-
Fields inherited from class com.sun.xml.ws.client.Stub
addrVersion, binding, endpointReference, operationDispatcher, owner, portInfo, portname, PREVENT_SYNC_START_FOR_ASYNC_INVOKE, requestContext, wsdlPort
-
-
Constructor Summary
Constructors Constructor Description PacketDispatch(WSPortInfo portInfo, Tube pipe, BindingImpl binding, WSEndpointReference epr)PacketDispatch(WSPortInfo portInfo, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg)PacketDispatch(WSPortInfo portInfo, BindingImpl binding, WSEndpointReference epr)PacketDispatch(QName port, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigureFiber(Fiber fiber)-
Methods inherited from class com.sun.xml.ws.client.dispatch.DispatchImpl
checkValidDataSourceDispatch, checkValidSOAPMessageDispatch, createSourceDispatch, createSourceDispatch, doInvoke, getPortName, invoke, invokeAsync, invokeAsync, invokeOneWay, resolveURI, setOutboundAttachments, setOutboundHeaders
-
Methods inherited from class com.sun.xml.ws.client.Stub
close, getBinding, getComponents, getEndpointReference, getEndpointReference, getExecutor, getInboundHeaders, getManagedObjectManager, getOperationDispatcher, getPortInfo, getRequestContext, getResponseContext, getService, getServiceName, getSPI, getTubes, getWSDLPort, getWSEndpointReference, process, processAsync, resetRequestContext, setAddress, setOutboundHeaders, setOutboundHeaders, setResponseContext, toString
-
-
-
-
Constructor Detail
-
PacketDispatch
@Deprecated public PacketDispatch(QName port, WSServiceDelegate owner, Tube pipe, BindingImpl binding, @Nullable WSEndpointReference epr)
Deprecated.
-
PacketDispatch
public PacketDispatch(WSPortInfo portInfo, Tube pipe, BindingImpl binding, WSEndpointReference epr)
-
PacketDispatch
public PacketDispatch(WSPortInfo portInfo, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg)
-
PacketDispatch
public PacketDispatch(WSPortInfo portInfo, BindingImpl binding, WSEndpointReference epr)
-
-
Method Detail
-
configureFiber
protected void configureFiber(Fiber fiber)
- Overrides:
configureFiberin classStub
-
-