|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.api.server.HttpEndpoint
public abstract class 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.
| Constructor Summary | |
|---|---|
HttpEndpoint()
|
|
| Method Summary | |
|---|---|
static HttpEndpoint |
create(WSEndpoint endpoint)
Factory to deploy WSEndpoint on light-weight
http server container. |
abstract void |
publish(String address)
Publishes this endpoint at a localhost's http address. |
abstract void |
stop()
Stops the published endpoint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpEndpoint()
| Method Detail |
|---|
public static HttpEndpoint create(@NotNull
WSEndpoint endpoint)
WSEndpoint on light-weight
http server container.
endpoint - that needs to be deployed at http server
public abstract void publish(@NotNull
String address)
address - endpoint's http address
for e.g http://localhost:8080/ctxt/patternpublic abstract void stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||