Java javax.xml.ws Service fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.ws Service fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.ws Service.

The text is from its open source code.

Method

voidaddPort(QName portName, String bindingId, String endpointAddress)
Creates a new port for the service.
Servicecreate(java.net.URL wsdlDocumentLocation, QName serviceName)
Creates a Service instance.
Servicecreate(QName serviceName, WebServiceFeature... features)
Creates a Service instance.
Servicecreate(QName serviceName)
Creates a Service instance.
DispatchcreateDispatch(QName portName, Class type, Mode mode)
Creates a Dispatch instance for use with objects of the client's choosing.
DispatchcreateDispatch(QName portName, JAXBContext context, Mode mode)
Creates a Dispatch instance for use with JAXB generated objects.
ClassgetClass()
Returns the runtime class of this Object .
HandlerResolvergetHandlerResolver()
Returns the configured handler resolver.
TgetPort(QName portName, Class serviceEndpointInterface)
The getPort method returns a proxy.
TgetPort(Class serviceEndpointInterface, WebServiceFeature... features)
The getPort method returns a proxy.
TgetPort(Class serviceEndpointInterface)
The getPort method returns a proxy.
IteratorgetPorts()
Returns an Iterator for the list of QName s of service endpoints grouped by this service
voidsetHandlerResolver(HandlerResolver handlerResolver)
Sets the HandlerResolver for this Service instance.