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

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

public class MessageDispatch
extends DispatchImpl<Message>

Dispatch implementation for Message.

Since:
2.1.1

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
MessageDispatch(javax.xml.namespace.QName port, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
MessageDispatch(WSPortInfo portInfo, 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

MessageDispatch

@Deprecated
public MessageDispatch(javax.xml.namespace.QName port,
                                  WSServiceDelegate service,
                                  Tube pipe,
                                  BindingImpl binding,
                                  WSEndpointReference epr)
Deprecated. 


MessageDispatch

public MessageDispatch(WSPortInfo portInfo,
                       BindingImpl binding,
                       WSEndpointReference epr)


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.