Searched refs:SOAPSourceDispatch (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/dispatch/
H A DSOAPSourceDispatch.java46 * The <code>SOAPSourceDispatch</code> class provides support
49 * interface acts as a factory for the creation of <code>SOAPSourceDispatch</code>
56 final class SOAPSourceDispatch extends DispatchImpl<Source> { class in inherits:DispatchImpl
58 public SOAPSourceDispatch(QName port, Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr) { method in class:SOAPSourceDispatch
63 public SOAPSourceDispatch(WSPortInfo portInfo, Mode mode, BindingImpl binding, WSEndpointReference epr) { method in class:SOAPSourceDispatch
H A DDispatchImpl.java495 return new SOAPSourceDispatch(port,mode,owner,pipe,binding,epr);
502 return new SOAPSourceDispatch(portInfo, mode, binding, epr);

Completed in 23 milliseconds