Package | Description |
---|---|
com.sun.xml.ws.api.pipe |
Pipe and related abstractions. |
com.sun.xml.ws.api.server |
APIs for hosting JAX-WS services.
|
com.sun.xml.ws.server |
JAX-WS 2.0.1 Server Runtime
|
Modifier and Type | Method and Description |
---|---|
FiberContextSwitchInterceptor |
FiberContextSwitchInterceptorFactory.create()
Creates
FiberContextSwitchInterceptor instance. |
Modifier and Type | Method and Description |
---|---|
void |
Fiber.addInterceptor(FiberContextSwitchInterceptor interceptor)
Adds a new
FiberContextSwitchInterceptor to this fiber. |
boolean |
Fiber.removeInterceptor(FiberContextSwitchInterceptor interceptor)
Removes a
FiberContextSwitchInterceptor from this fiber. |
Modifier and Type | Method and Description |
---|---|
void |
WSEndpoint.process(com.sun.xml.ws.api.message.Packet request,
WSEndpoint.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor) |
abstract void |
WSEndpoint.schedule(com.sun.xml.ws.api.message.Packet request,
WSEndpoint.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor)
Schedule invocation of web service asynchronously.
|
Modifier and Type | Method and Description |
---|---|
void |
WSEndpointImpl.process(com.sun.xml.ws.api.message.Packet request,
WSEndpoint.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor) |
void |
WSEndpointImpl.schedule(com.sun.xml.ws.api.message.Packet request,
WSEndpoint.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor) |
void |
WSEndpointMOMProxy.schedule(com.sun.xml.ws.api.message.Packet request,
WSEndpoint.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor) |
Copyright © 2015 Oracle Corporation. All rights reserved.