当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 webservice API Documentation 英文版文档
ClientHandlerChain (JBossWS API) - JBoss 4.0.1 sp1 webservice API Documentation 英文版文档
org.jboss.webservice.handler
Class ClientHandlerChain
java.lang.Object
org.jboss.webservice.handler.HandlerChainBaseImpl
org.jboss.webservice.handler.ClientHandlerChain
- All Implemented Interfaces:
- Collection, javax.xml.rpc.handler.HandlerChain, List
- public class ClientHandlerChain
- extends HandlerChainBaseImpl
No special behaviour required on the client side.
- Since:
- 06-May-2004
- Author:
- Thomas.Diesler@jboss.org
Method Summary |
boolean |
handleResponse(javax.xml.rpc.handler.MessageContext msgContext)
Initiates the response processing for this handler chain. |
Methods inherited from class org.jboss.webservice.handler.HandlerChainBaseImpl |
add, add, addAll, addAll, checkMustUnderstand, clear, contains, containsAll, destroy, equals, get, getHandlerAt, getRoles, getState, handleFault, handleRequest, hashCode, indexOf, init, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceDirtyHandlers, retainAll, set, setRoles, size, subList, toArray, toArray, traceSOAPPart |
ClientHandlerChain
public ClientHandlerChain(List infos,
Set roles)
handleResponse
public boolean handleResponse(javax.xml.rpc.handler.MessageContext msgContext)
- Initiates the response processing for this handler chain.
- Specified by:
handleResponse
in interface javax.xml.rpc.handler.HandlerChain
- Overrides:
handleResponse
in class HandlerChainBaseImpl
- Returns:
- Returns true if all handlers in chain have been processed.
Returns false if a handler in the chain returned false from its handleResponse method.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.