|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HandlerProcessor.Direction | |
---|---|
com.sun.xml.ws.handler |
Uses of HandlerProcessor.Direction in com.sun.xml.ws.handler |
---|
Methods in com.sun.xml.ws.handler that return HandlerProcessor.Direction | |
---|---|
static HandlerProcessor.Direction |
HandlerProcessor.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HandlerProcessor.Direction[] |
HandlerProcessor.Direction.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in com.sun.xml.ws.handler with parameters of type HandlerProcessor.Direction | |
---|---|
boolean |
HandlerProcessor.callHandlersRequest(HandlerProcessor.Direction direction,
C context,
boolean responseExpected)
TODO: Just putting thoughts, Current contract: This is Called during Request Processing. |
void |
HandlerProcessor.callHandlersResponse(HandlerProcessor.Direction direction,
C context,
boolean isFault)
TODO: Just putting thoughts, Current contract: This is Called during Response Processing. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |