static javax.xml.ws.Dispatch<javax.activation.DataSource> |
Stubs.createDataSourceDispatch(WSPortInfo portInfo,
WSBinding binding,
javax.xml.ws.Service.Mode mode,
WSEndpointReference epr) |
Creates a new Dispatch stub for DataSource.
|
static <T> javax.xml.ws.Dispatch<T> |
Stubs.createDispatch(WSPortInfo portInfo,
WSService owner,
WSBinding binding,
Class<T> clazz,
javax.xml.ws.Service.Mode mode,
WSEndpointReference epr) |
Creates a new Dispatch stub that connects to the given pipe.
|
static javax.xml.ws.Dispatch<Object> |
Stubs.createJAXBDispatch(WSPortInfo portInfo,
WSBinding binding,
javax.xml.bind.JAXBContext jaxbContext,
javax.xml.ws.Service.Mode mode,
WSEndpointReference epr) |
Creates a new JAXB-based Dispatch stub that connects to the given pipe.
|
static javax.xml.ws.Dispatch<Message> |
Stubs.createMessageDispatch(WSPortInfo portInfo,
WSBinding binding,
WSEndpointReference epr) |
|
static javax.xml.ws.Dispatch<Packet> |
Stubs.createPacketDispatch(WSPortInfo portInfo,
WSBinding binding,
WSEndpointReference epr) |
|
<T> T |
Stubs.createPortProxy(WSPortInfo portInfo,
WSBinding binding,
SEIModel model,
Class<T> portInterface,
WSEndpointReference epr) |
Creates a new strongly-typed proxy object that implements a given port interface.
|
static javax.xml.ws.Dispatch<javax.xml.soap.SOAPMessage> |
Stubs.createSAAJDispatch(WSPortInfo portInfo,
WSBinding binding,
javax.xml.ws.Service.Mode mode,
WSEndpointReference epr) |
|
static javax.xml.ws.Dispatch<Source> |
Stubs.createSourceDispatch(WSPortInfo portInfo,
WSBinding binding,
javax.xml.ws.Service.Mode mode,
WSEndpointReference epr) |
|