|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.webservice.handler.HandlerChainBaseImpl (src)
org.jboss.webservice.handler.ServerHandlerChain
Represents a list of handlers. All elements in the HandlerChain are of the type javax.xml.rpc.handler.Handler.
Abstracts the policy and mechanism for the invocation of the registered handlers.
Field Summary |
Fields inherited from class org.jboss.webservice.handler.HandlerChainBaseImpl (src) |
falseIndex, handlers, roles, state, STATE_CREATED, STATE_DESTROYED, STATE_DOES_NOT_EXIST, STATE_READY |
Constructor Summary | |
ServerHandlerChain(java.util.List infos,
java.util.Set roles)
|
Method Summary | |
boolean |
handleRequest(MessageContext (src) msgContext)
Gets the RPCInvocation before the the server handler chain is invoked, gets it again after handler processing and replaces it in the message contaxt in case the handlers modified the request SOAPEnvelope. |
boolean |
handleResponse(MessageContext (src) msgContext)
Initiates the response processing for this handler chain. |
Methods inherited from class org.jboss.webservice.handler.HandlerChainBaseImpl (src) |
add, add, addAll, addAll, checkMustUnderstand, clear, contains, containsAll, destroy, equals, get, getHandlerAt, getRoles, getState, handleFault, hashCode, indexOf, init, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceDirtyHandlers, retainAll, set, setRoles, size, subList, toArray, toArray, traceSOAPPart |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServerHandlerChain(java.util.List infos, java.util.Set roles)
Method Detail |
public boolean handleRequest(MessageContext (src) msgContext)
handleRequest
in interface HandlerChain (src)
handleRequest
in class HandlerChainBaseImpl (src)
msgContext
- MessageContext parameter provides access to the request SOAP message.
public boolean handleResponse(MessageContext (src) msgContext)
handleResponse
in interface HandlerChain (src)
handleResponse
in class HandlerChainBaseImpl (src)
JAXRPCException (src)
- if any processing error happens
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |