This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


javax.xml.ws
class Service

java.lang.Object extended by javax.xml.ws.Service

Most common way to construct:

QName serviceName = …;

Service service = Service.create(serviceName);

Based on 26 examples


public class Service
extends Object

Service objects provide the client view of a Web service.

Service acts as a factory of the following: