Java Reference
In-Depth Information
The Endpoint class has a static publish method that binds the annotated service implement-
ation class to a location and makes the service available there. You can then check the status
of your service using the isPublished method. At this point, your service has been deployed
and is available at the specified location.
The endpoint interface allows you to access the complete web service. For instance, you can
get the meta data associated with the endpoint by invoking the getMetadata method on the
endpoint instance. This returns a List<Source> of XML documents. You can also get access
to the executor that is used to dispatch requests to the service by invoking the getExecutor
method on the endpoint instance.
See Also
Understanding WSDL to learn more about what was just generated and how it works.
Search WWH ::




Custom Search