Uses of Interface
javax.xml.rpc.handler.HandlerChain

Packages that use HandlerChain
javax.xml.rpc.handler   
 

Uses of HandlerChain in javax.xml.rpc.handler
 

Methods in javax.xml.rpc.handler that return HandlerChain
 HandlerChain HandlerRegistry.getRequestHandlerChain(QName portName)
          Gets the request HandlerChain for the specified service endpoint.
 HandlerChain HandlerRegistry.getResponseHandlerChain(QName portName)
          Gets the response HandlerChain for the specified service endpoint.
 

Methods in javax.xml.rpc.handler with parameters of type HandlerChain
 void HandlerRegistry.setRequestHandlerChain(QName portName, HandlerChain chain)
          Sets the request HandlerChain for the specified service endpoint.
 void HandlerRegistry.setResponseHandlerChain(QName portName, HandlerChain chain)
          Sets the response HandlerChain for the specified service endpoint.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.