com.sun.xml.ws.client.dispatch
Class SOAPSourceDispatch
java.lang.Object
com.sun.xml.ws.client.Stub
com.sun.xml.ws.client.dispatch.DispatchImpl<Source>
com.sun.xml.ws.client.dispatch.SOAPSourceDispatch
- All Implemented Interfaces:
- Component, ComponentRegistry, ResponseContextReceiver, WSBindingProvider, Closeable, BindingProvider, Dispatch<Source>
final class SOAPSourceDispatch
- extends DispatchImpl<Source>
The SOAPSourceDispatch
class provides support
for the dynamic invocation of a service endpoint operation using XML
constructs. The javax.xml.ws.Service
interface acts as a factory for the creation of SOAPSourceDispatch
instances.
- See Also:
RESTSourceDispatch
Methods inherited from class com.sun.xml.ws.client.dispatch.DispatchImpl |
checkNullAllowed, checkValidDataSourceDispatch, checkValidSOAPMessageDispatch, createSourceDispatch, createSourceDispatch, doInvoke, getPortName, invoke, invokeAsync, invokeAsync, invokeOneWay, isPAYLOADMode, isXMLHttp, methodNotOk, resolveEndpointAddress, resolveURI, setOutboundAttachments, setOutboundHeaders, setProperties |
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 |
SOAPSourceDispatch
@Deprecated
public SOAPSourceDispatch(QName port,
Service.Mode mode,
WSServiceDelegate owner,
Tube pipe,
BindingImpl binding,
WSEndpointReference epr)
- Deprecated.
SOAPSourceDispatch
public SOAPSourceDispatch(WSPortInfo portInfo,
Service.Mode mode,
BindingImpl binding,
WSEndpointReference epr)
toReturnValue
Source toReturnValue(Packet response)
- Description copied from class:
DispatchImpl
- Obtains the value to return from the response message.
- Specified by:
toReturnValue
in class DispatchImpl<Source>
createPacket
Packet createPacket(Source msg)
- Description copied from class:
DispatchImpl
- Abstract method that is implemented by each concrete Dispatch class
- Specified by:
createPacket
in class DispatchImpl<Source>
- Parameters:
msg
- message passed in from the client program on the invocation
- Returns:
- The Message created returned as the Interface in actuallity a
concrete Message Type
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.