com.sun.xml.ws.client.dispatch
Class DataSourceDispatch
java.lang.Object
com.sun.xml.ws.client.Stub
com.sun.xml.ws.client.dispatch.DispatchImpl<javax.activation.DataSource>
com.sun.xml.ws.client.dispatch.DataSourceDispatch
- All Implemented Interfaces:
- Component, ComponentRegistry, ResponseContextReceiver, WSBindingProvider, Closeable, BindingProvider, Dispatch<javax.activation.DataSource>
public class DataSourceDispatch
- extends DispatchImpl<javax.activation.DataSource>
Method Summary |
(package private) Packet |
createPacket(javax.activation.DataSource arg)
Abstract method that is implemented by each concrete Dispatch class |
(package private) javax.activation.DataSource |
toReturnValue(Packet response)
Obtains the value to return from the response message. |
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 |
DataSourceDispatch
@Deprecated
public DataSourceDispatch(QName port,
Service.Mode mode,
WSServiceDelegate service,
Tube pipe,
BindingImpl binding,
WSEndpointReference epr)
- Deprecated.
DataSourceDispatch
public DataSourceDispatch(WSPortInfo portInfo,
Service.Mode mode,
BindingImpl binding,
WSEndpointReference epr)
createPacket
Packet createPacket(javax.activation.DataSource arg)
- Description copied from class:
DispatchImpl
- Abstract method that is implemented by each concrete Dispatch class
- Specified by:
createPacket
in class DispatchImpl<javax.activation.DataSource>
- Parameters:
arg
- message passed in from the client program on the invocation
- Returns:
- The Message created returned as the Interface in actuallity a
concrete Message Type
toReturnValue
javax.activation.DataSource toReturnValue(Packet response)
- Description copied from class:
DispatchImpl
- Obtains the value to return from the response message.
- Specified by:
toReturnValue
in class DispatchImpl<javax.activation.DataSource>
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.