com.sun.xml.ws.client.dispatch |
|
Java Source File Name | Type | Comment |
DataSourceDispatch.java | Class | |
DispatchImpl.java | Class | The DispatchImpl abstract class provides support
for the dynamic invocation of a service endpoint operation using XML
constructs, JAXB objects or SOAPMessage . |
JAXBDispatch.java | Class | The JAXBDispatch class provides support
for the dynamic invocation of a service endpoint operation using
JAXB objects. |
MessageDispatch.java | Class | Dispatch implementation for
Message . |
RESTSourceDispatch.java | Class | Dispatch implementation for
Source and XML/HTTP binding. |
SOAPMessageDispatch.java | Class | The SOAPMessageDispatch class provides support
for the dynamic invocation of a service endpoint operation using
the SOAPMessage class. |
SOAPSourceDispatch.java | Class | The SOAPSourceDispatch class provides support
for the dynamic invocation of a service endpoint operation using XML
constructs. |