Package | Description |
---|---|
com.sun.xml.ws.handler |
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.