Uses of Class
com.sun.xml.ws.api.WSService
Packages that use WSService
Package
Description
JAX-WS RI extension of JAX-WS API.
Pipe and related abstractions.This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
-
Uses of WSService in com.sun.xml.ws.api
Methods in com.sun.xml.ws.api that return WSServiceModifier and TypeMethodDescriptionstatic WSServiceWSService.create()Creates a service with a dummy service name.static WSServiceCreate aServiceinstance.static WSServiceCreate aServiceinstance.static WSServiceWSService.unwrap(jakarta.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 WSServiceModifier and TypeMethodDescriptionWSPortInfo.getOwner()ReturnsWSServiceobject that owns this port.Methods in com.sun.xml.ws.api.client with parameters of type WSServiceModifier and TypeMethodDescriptionabstract ServiceInterceptorstatic 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 WSServiceModifier and TypeMethodDescriptionClientTubeAssemblerContext.getService()The pipeline is created for thisWSService.Methods in com.sun.xml.ws.api.pipe with parameters of type WSServiceModifier and TypeMethodDescriptionstatic jakarta.xml.ws.Dispatch<jakarta.activation.DataSource>Stubs.createDataSourceDispatch(QName portName, WSService owner, WSBinding binding, jakarta.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr) Deprecated.static <T> jakarta.xml.ws.Dispatch<T>Stubs.createDispatch(WSPortInfo portInfo, WSService owner, WSBinding binding, Class<T> clazz, jakarta.xml.ws.Service.Mode mode, WSEndpointReference epr) Creates a newDispatchstub that connects to the given pipe.static <T> jakarta.xml.ws.Dispatch<T>Stubs.createDispatch(QName portName, WSService owner, WSBinding binding, Class<T> clazz, jakarta.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr) Creates a newDispatchstub that connects to the given pipe.static jakarta.xml.ws.Dispatch<Object>Stubs.createJAXBDispatch(QName portName, WSService owner, WSBinding binding, jakarta.xml.bind.JAXBContext jaxbContext, jakarta.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr) Deprecated.static jakarta.xml.ws.Dispatch<Message>Stubs.createMessageDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr) Deprecated.static jakarta.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 jakarta.xml.ws.Dispatch<jakarta.xml.soap.SOAPMessage>Stubs.createSAAJDispatch(QName portName, WSService owner, WSBinding binding, jakarta.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr) Deprecated.static jakarta.xml.ws.Dispatch<Source>Stubs.createSourceDispatch(QName portName, WSService owner, WSBinding binding, jakarta.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr) Deprecated.Constructors in com.sun.xml.ws.api.pipe with parameters of type WSServiceModifierConstructorDescriptionClientPipeAssemblerContext(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) Deprecated.ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class) -
Uses of WSService in com.sun.xml.ws.assembler.dev
Methods in com.sun.xml.ws.assembler.dev that return WSServiceModifier and TypeMethodDescriptionClientTubelineAssemblyContext.getService()The pipeline is created for thisWSService. -
Uses of WSService in com.sun.xml.ws.assembler.metro.impl
Methods in com.sun.xml.ws.assembler.metro.impl that return WSServiceModifier and TypeMethodDescriptionMetroClientTubelineAssemblyContextImpl.getService()The pipeline is created for thisWSService. -
Uses of WSService in com.sun.xml.ws.client
Subclasses of WSService in com.sun.xml.ws.clientModifier and TypeClassDescriptionclassServiceobjects provide the client view of a Web service.Methods in com.sun.xml.ws.client that return WSService -
Uses of WSService in com.sun.xml.ws.transport.tcp.client
Fields in com.sun.xml.ws.transport.tcp.client declared as WSServiceMethods in com.sun.xml.ws.transport.tcp.client with parameters of type WSServiceModifier and TypeMethodDescriptionWSConnectionManager.openChannel(WSTCPURI uri, WSService wsService, WSBinding wsBinding, Codec defaultCodec) Constructors in com.sun.xml.ws.transport.tcp.client with parameters of type WSServiceModifierConstructorDescriptionprotectedTCPTransportPipe(WSService wsService, WSBinding wsBinding, Codec defaultCodec, int customTCPPort) -
Uses of WSService in com.sun.xml.xwss
Fields in com.sun.xml.xwss declared as WSServiceConstructors in com.sun.xml.xwss with parameters of type WSServiceModifierConstructorDescriptionXWSSClientTube(WSDLPort prt, WSService svc, WSBinding bnd, Tube nextTube) Creates a new instance of XWSSClientPipe
ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)