|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WSEndpoint.CompletionCallback | |
|---|---|
| com.sun.xml.ws.api.server | APIs for hosting JAX-WS services. |
| com.sun.xml.ws.metro.api.config.management | |
| com.sun.xml.ws.server | JAX-WS 2.0.1 Server Runtime |
| Uses of WSEndpoint.CompletionCallback in com.sun.xml.ws.api.server |
|---|
| Methods in com.sun.xml.ws.api.server with parameters of type WSEndpoint.CompletionCallback | |
|---|---|
void |
WSEndpoint.process(Packet request,
WSEndpoint.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor)
|
void |
WSEndpoint.schedule(Packet request,
WSEndpoint.CompletionCallback callback)
This method takes a Packet that represents
a request, run it through a Tubeline, eventually
pass it to the user implementation code, which produces
a reply, then run that through the tubeline again,
and eventually return it as a return value through WSEndpoint.CompletionCallback. |
abstract void |
WSEndpoint.schedule(Packet request,
WSEndpoint.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor)
Schedule invocation of web service asynchronously. |
| Uses of WSEndpoint.CompletionCallback in com.sun.xml.ws.metro.api.config.management |
|---|
| Methods in com.sun.xml.ws.metro.api.config.management with parameters of type WSEndpoint.CompletionCallback | |
|---|---|
void |
ManagedEndpoint.process(Packet request,
WSEndpoint.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor)
|
void |
ManagedEndpoint.schedule(Packet request,
WSEndpoint.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor)
|
| Uses of WSEndpoint.CompletionCallback in com.sun.xml.ws.server |
|---|
| Methods in com.sun.xml.ws.server with parameters of type WSEndpoint.CompletionCallback | |
|---|---|
void |
WSEndpointImpl.process(Packet request,
WSEndpoint.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor)
|
void |
WSEndpointImpl.schedule(Packet request,
WSEndpoint.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor)
|
void |
WSEndpointMOMProxy.schedule(Packet request,
WSEndpoint.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||