|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGenericHandler
HeaderHandler
public class HeaderHandler
Constructor Summary | |
---|---|
HeaderHandler()
|
Method Summary | |
---|---|
QName[] |
getHeaders()
|
boolean |
handleRequest(MessageContext mc)
Add the header values from the HandlerInfo.HandlerConfig Map to the outgoing message. |
boolean |
handleResponse(MessageContext mc)
Build a list of SOAPHeaders found in the response. |
void |
init(HandlerInfo handlerInfo)
|
Methods inherited from class GenericHandler |
---|
destroy, handleFault |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HeaderHandler()
Method Detail |
---|
public boolean handleRequest(MessageContext mc)
handleRequest
in interface Handler
handleRequest
in class GenericHandler
mc
- MessageContext.
public boolean handleResponse(MessageContext mc)
handleResponse
in interface Handler
handleResponse
in class GenericHandler
mc
- MessageContext.
public void init(HandlerInfo handlerInfo)
init
in interface Handler
init
in class GenericHandler
public QName[] getHeaders()
getHeaders
in interface Handler
getHeaders
in class GenericHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |