static javax.xml.ws.Dispatch<javax.activation.DataSource> |
Stubs.createDataSourceDispatch(QName portName,
WSService owner,
WSBinding binding,
javax.xml.ws.Service.Mode mode,
Tube next,
WSEndpointReference epr) |
Deprecated.
|
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 <T> javax.xml.ws.Dispatch<T> |
Stubs.createDispatch(QName portName,
WSService owner,
WSBinding binding,
Class<T> clazz,
javax.xml.ws.Service.Mode mode,
Tube next,
WSEndpointReference epr) |
Creates a new Dispatch stub that connects to the given pipe.
|
static javax.xml.ws.Dispatch<Object> |
Stubs.createJAXBDispatch(QName portName,
WSService owner,
WSBinding binding,
javax.xml.bind.JAXBContext jaxbContext,
javax.xml.ws.Service.Mode mode,
Tube next,
WSEndpointReference epr) |
Deprecated.
|
static javax.xml.ws.Dispatch<Message> |
Stubs.createMessageDispatch(QName portName,
WSService owner,
WSBinding binding,
Tube next,
WSEndpointReference epr) |
Deprecated.
|
static javax.xml.ws.Dispatch<Packet> |
Stubs.createPacketDispatch(QName portName,
WSService owner,
WSBinding binding,
Tube next,
WSEndpointReference epr) |
Creates a new Packet-based Dispatch stub that connects to the given pipe.
|
<T> T |
Stubs.createPortProxy(WSService service,
WSBinding binding,
SEIModel model,
Class<T> portInterface,
Tube next,
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(QName portName,
WSService owner,
WSBinding binding,
javax.xml.ws.Service.Mode mode,
Tube next,
WSEndpointReference epr) |
Deprecated.
|
static javax.xml.ws.Dispatch<Source> |
Stubs.createSourceDispatch(QName portName,
WSService owner,
WSBinding binding,
javax.xml.ws.Service.Mode mode,
Tube next,
WSEndpointReference epr) |
Deprecated.
|