Uses of Class
com.sun.xml.ws.api.WSService
-
Packages that use WSService Package Description 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 Pipeand related abstractions.com.sun.xml.ws.assembler.dev com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtimecom.sun.xml.ws.transport.tcp.client com.sun.xml.xwss -
-
Uses of WSService in com.sun.xml.ws.api
Methods in com.sun.xml.ws.api that return WSService Modifier and Type Method Description static WSServiceWSService. create()Creates a service with a dummy service name.static WSServiceWSService. create(URL wsdlDocumentLocation, QName serviceName)Create aServiceinstance.static WSServiceWSService. create(QName serviceName)Create aServiceinstance.static WSServiceWSService. unwrap(javax.xml.ws.Service svc)Obtains theWSServicethat's encapsulated inside aService. -
Uses of WSService in com.sun.xml.ws.api.client
Methods in com.sun.xml.ws.api.client that return WSService Modifier and Type Method Description WSServiceWSPortInfo. getOwner()ReturnsWSServiceobject that owns this port.Methods in com.sun.xml.ws.api.client with parameters of type WSService Modifier and Type Method Description abstract ServiceInterceptorServiceInterceptorFactory. create(WSService service)static ServiceInterceptorServiceInterceptorFactory. load(WSService service, ClassLoader cl)Loads allServiceInterceptors 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 Modifier and Type Method Description WSServiceClientTubeAssemblerContext. getService()The pipeline is created for thisWSService.Methods in com.sun.xml.ws.api.pipe with parameters of type WSService Modifier and Type Method Description 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 newDispatchstub 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 newDispatchstub 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 newPacket-basedDispatchstub that connects to the given pipe.<T> TStubs. 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.Constructors in com.sun.xml.ws.api.pipe with parameters of type WSService Constructor Description ClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding)Deprecated.ClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container)Deprecated.ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei) -
Uses of WSService in com.sun.xml.ws.assembler.dev
Methods in com.sun.xml.ws.assembler.dev that return WSService Modifier and Type Method Description WSServiceClientTubelineAssemblyContext. getService()The pipeline is created for thisWSService. -
Uses of WSService in com.sun.xml.ws.client
Subclasses of WSService in com.sun.xml.ws.client Modifier and Type Class Description classWSServiceDelegateServiceobjects provide the client view of a Web service.Methods in com.sun.xml.ws.client that return WSService Modifier and Type Method Description WSServicePortInfo. getOwner()WSServiceStub. getService() -
Uses of WSService in com.sun.xml.ws.transport.tcp.client
Fields in com.sun.xml.ws.transport.tcp.client declared as WSService Modifier and Type Field Description protected WSServiceTCPTransportPipe. wsServiceMethods in com.sun.xml.ws.transport.tcp.client with parameters of type WSService Modifier and Type Method Description ChannelContextWSConnectionManager. openChannel(WSTCPURI uri, WSService wsService, WSBinding wsBinding, Codec defaultCodec)Constructors in com.sun.xml.ws.transport.tcp.client with parameters of type WSService Constructor Description TCPTransportPipe(WSService wsService, WSBinding wsBinding, Codec defaultCodec, int customTCPPort) -
Uses of WSService in com.sun.xml.xwss
Fields in com.sun.xml.xwss declared as WSService Modifier and Type Field Description protected WSServiceXWSSClientTube. serviceConstructors in com.sun.xml.xwss with parameters of type WSService Constructor Description XWSSClientTube(WSDLPort prt, WSService svc, WSBinding bnd, Tube nextTube)Creates a new instance of XWSSClientPipe
-