Methods Summary |
---|
public void | destroy()Indicates the end of lifecycle for a HandlerChain.
|
public java.lang.String[] | getRoles()Gets SOAP actor roles registered for this HandlerChain at
this SOAP node. The returned array includes the special
SOAP actor next .
|
public boolean | handleFault(MessageContext context)The handleFault method initiates the SOAP
fault processing for this handler chain.
|
public boolean | handleRequest(MessageContext context)The handleRequest method initiates the request
processing for this handler chain.
|
public boolean | handleResponse(MessageContext context)The handleResponse method initiates the response
processing for this handler chain.
|
public void | init(java.util.Map config)Initializes the configuration for a HandlerChain.
|
public void | setRoles(java.lang.String[] soapActorNames)Sets SOAP Actor roles for this HandlerChain . This
specifies the set of roles in which this HandlerChain is to act
for the SOAP message processing at this SOAP node. These roles
assumed by a HandlerChain must be invariant during the
processing of an individual SOAP message through the HandlerChain.
A HandlerChain always acts in the role of the
special SOAP actor next . Refer to the SOAP
specification for the URI name for this special SOAP actor.
There is no need to set this special role using this method.
|