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.pipe Pipeand related abstractions. -
-
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(Service svc) -
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 Dispatch<DataSource>Stubs. createDataSourceDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, WSEndpointReference epr)Deprecated.static <T> Dispatch<T>Stubs. createDispatch(com.sun.xml.ws.api.client.WSPortInfo portInfo, WSService owner, WSBinding binding, Class<T> clazz, Service.Mode mode, WSEndpointReference epr)Creates a newDispatchstub that connects to the given pipe.static <T> Dispatch<T>Stubs. createDispatch(QName portName, WSService owner, WSBinding binding, Class<T> clazz, Service.Mode mode, Tube next, WSEndpointReference epr)Creates a newDispatchstub that connects to the given pipe.static Dispatch<Object>Stubs. createJAXBDispatch(QName portName, WSService owner, WSBinding binding, JAXBContext jaxbContext, Service.Mode mode, Tube next, WSEndpointReference epr)Deprecated.static Dispatch<Message>Stubs. createMessageDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr)Deprecated.static Dispatch<Packet>Stubs. createPacketDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr)<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 Dispatch<SOAPMessage>Stubs. createSAAJDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, WSEndpointReference epr)Deprecated.static Dispatch<Source>Stubs. createSourceDispatch(QName portName, WSService owner, WSBinding binding, 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)
-