Package com.sun.xml.ws.api.server
Class HttpEndpoint
java.lang.Object
com.sun.xml.ws.api.server.HttpEndpoint
- Direct Known Subclasses:
HttpEndpoint
Light-weight http server transport for
WSEndpoint.
It provides a way to start the transport at a local http address and
to stop the transport.- Author:
- Jitendra Kotamraju
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpEndpointcreate(WSEndpoint endpoint) Factory to deployWSEndpointon light-weight http server container.abstract voidPublishes this endpoint at a localhost's http address.abstract voidstop()Stops the published endpoint
-
Constructor Details
-
HttpEndpoint
public HttpEndpoint()
-
-
Method Details
-
create
Factory to deployWSEndpointon light-weight http server container.- Parameters:
endpoint- that needs to be deployed at http server- Returns:
- transport object for the endpoint
-
publish
Publishes this endpoint at a localhost's http address.- Parameters:
address- endpoint's http address for e.g http://localhost:8080/ctxt/pattern
-
stop
public abstract void stop()Stops the published endpoint
-