|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WSService | |
|---|---|
| com.sun.xml.ws.api | JAX-WS RI extension of JAX-WS API. |
| com.sun.xml.ws.api.client | |
| com.sun.xml.ws.api.pipe | Pipe and related abstractions. |
| com.sun.xml.ws.assembler.dev | |
| com.sun.xml.ws.client | JAX-WS 2.0.1 Client Runtime |
| Uses of WSService in com.sun.xml.ws.api |
|---|
| Methods in com.sun.xml.ws.api that return WSService | |
|---|---|
static WSService |
WSService.create()
Creates a service with a dummy service name. |
static WSService |
WSService.create(javax.xml.namespace.QName serviceName)
Create a Service instance. |
static WSService |
WSService.create(java.net.URL wsdlDocumentLocation,
javax.xml.namespace.QName serviceName)
Create a Service instance. |
static WSService |
WSService.unwrap(javax.xml.ws.Service svc)
Obtains the WSService that's encapsulated inside a Service. |
| Uses of WSService in com.sun.xml.ws.api.client |
|---|
| Methods in com.sun.xml.ws.api.client that return WSService | |
|---|---|
WSService |
WSPortInfo.getOwner()
Returns WSService object that owns this port. |
| Methods in com.sun.xml.ws.api.client with parameters of type WSService | |
|---|---|
abstract ServiceInterceptor |
ServiceInterceptorFactory.create(WSService service)
|
static ServiceInterceptor |
ServiceInterceptorFactory.load(WSService service,
java.lang.ClassLoader cl)
Loads all ServiceInterceptors and return aggregated one. |
| Uses of WSService in com.sun.xml.ws.api.pipe |
|---|
| Methods in com.sun.xml.ws.api.pipe that return WSService | |
|---|---|
WSService |
ClientTubeAssemblerContext.getService()
The pipeline is created for this WSService. |
| Methods in com.sun.xml.ws.api.pipe with parameters of type WSService | ||
|---|---|---|
static javax.xml.ws.Dispatch<javax.activation.DataSource> |
Stubs.createDataSourceDispatch(javax.xml.namespace.QName portName,
WSService owner,
WSBinding binding,
javax.xml.ws.Service.Mode mode,
Tube next,
WSEndpointReference epr)
Deprecated. |
|
static
|
Stubs.createDispatch(javax.xml.namespace.QName portName,
WSService owner,
WSBinding binding,
java.lang.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
|
Stubs.createDispatch(WSPortInfo portInfo,
WSService owner,
WSBinding binding,
java.lang.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<java.lang.Object> |
Stubs.createJAXBDispatch(javax.xml.namespace.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(javax.xml.namespace.QName portName,
WSService owner,
WSBinding binding,
Tube next,
WSEndpointReference epr)
Deprecated. |
|
static javax.xml.ws.Dispatch<Packet> |
Stubs.createPacketDispatch(javax.xml.namespace.QName portName,
WSService owner,
WSBinding binding,
Tube next,
WSEndpointReference epr)
Creates a new Packet-based Dispatch stub that connects to the given pipe. |
|
|
Stubs.createPortProxy(WSService service,
WSBinding binding,
SEIModel model,
java.lang.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(javax.xml.namespace.QName portName,
WSService owner,
WSBinding binding,
javax.xml.ws.Service.Mode mode,
Tube next,
WSEndpointReference epr)
Deprecated. |
|
static javax.xml.ws.Dispatch<javax.xml.transform.Source> |
Stubs.createSourceDispatch(javax.xml.namespace.QName portName,
WSService owner,
WSBinding binding,
javax.xml.ws.Service.Mode mode,
Tube next,
WSEndpointReference epr)
Deprecated. |
|
| Uses of WSService in com.sun.xml.ws.assembler.dev |
|---|
| Methods in com.sun.xml.ws.assembler.dev that return WSService | |
|---|---|
WSService |
ClientTubelineAssemblyContext.getService()
The pipeline is created for this WSService. |
| Uses of WSService in com.sun.xml.ws.client |
|---|
| Subclasses of WSService in com.sun.xml.ws.client | |
|---|---|
class |
WSServiceDelegate
Service objects provide the client view of a Web service. |
| Methods in com.sun.xml.ws.client that return WSService | |
|---|---|
WSService |
PortInfo.getOwner()
|
WSService |
Stub.getService()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||