com.sun.xml.ws.client.dispatch
Class SOAPMessageDispatch

java.lang.Object
  extended by com.sun.xml.ws.client.Stub
      extended by com.sun.xml.ws.client.dispatch.DispatchImpl<SOAPMessage>
          extended by com.sun.xml.ws.client.dispatch.SOAPMessageDispatch
All Implemented Interfaces:
Component, ComponentRegistry, ResponseContextReceiver, WSBindingProvider, Closeable, BindingProvider, Dispatch<SOAPMessage>

public class SOAPMessageDispatch
extends DispatchImpl<SOAPMessage>

The SOAPMessageDispatch class provides support for the dynamic invocation of a service endpoint operation using the SOAPMessage class. The javax.xml.ws.Service interface acts as a factory for the creation of SOAPMessageDispatch instances.

Version:
1.0
Author:
WS Development Team

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
 
Fields inherited from interface javax.xml.ws.BindingProvider
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, SOAPACTION_URI_PROPERTY, SOAPACTION_USE_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
SOAPMessageDispatch(QName port, Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
SOAPMessageDispatch(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, WSEndpointReference epr)
           
 
Method Summary
 
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, configureFiber, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.xml.ws.BindingProvider
getBinding, getEndpointReference, getEndpointReference, getRequestContext, getResponseContext
 

Constructor Detail

SOAPMessageDispatch

@Deprecated
public SOAPMessageDispatch(QName port,
                                      Service.Mode mode,
                                      WSServiceDelegate owner,
                                      Tube pipe,
                                      BindingImpl binding,
                                      WSEndpointReference epr)
Deprecated. 


SOAPMessageDispatch

public SOAPMessageDispatch(WSPortInfo portInfo,
                           Service.Mode mode,
                           BindingImpl binding,
                           WSEndpointReference epr)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.