|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a list of handlers. All elements in the HandlerChain are of the type javax.xml.rpc.handler.Handler. An implementation class for the HandlerChain interface abstracts the policy and mechanism for the invocation of the registered handlers.
Method Summary | |
void |
destroy()
Indicates the end of lifecycle for a HandlerChain. |
String[] |
getRoles()
Gets SOAP actor roles registered for this HandlerChain at this SOAP node. |
boolean |
handleFault(MessageContext msgContext)
The handleFault method initiates the SOAP fault processing for this handler chain. |
boolean |
handleRequest(MessageContext msgContext)
The handleRequest method initiates the request processing for this handler chain. |
boolean |
handleResponse(MessageContext msgContext)
The handleResponse method initiates the response processing for this handler chain. |
void |
init(Map config)
Initializes the configuration for a HandlerChain. |
void |
setRoles(String[] soapActorNames)
Sets SOAP Actor roles for this HandlerChain. |
Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Method Detail |
public void init(Map config)
config
- Configuration for the initialization of this handler chain
JAXRPCException
- If any error during initializationpublic void destroy()
JAXRPCException
- If any error during destroypublic String[] getRoles()
public void setRoles(String[] soapActorNames)
soapActorNames
- URIs for SOAP actor namepublic boolean handleRequest(MessageContext msgContext)
msgContext
- MessageContext parameter provides access to the request SOAP message.
JAXRPCException
- if any processing error happenspublic boolean handleResponse(MessageContext msgContext)
JAXRPCException
- if any processing error happenspublic boolean handleFault(MessageContext msgContext)
JAXRPCException
- if any processing error happens
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |