org.jboss.axis
Interface TargetedChain

All Superinterfaces:
Chain, Handler
All Known Implementing Classes:
SimpleTargetedChain, SOAPService, Transport

public interface TargetedChain
extends Chain

Author:
James Snell (jasnell@us.ibm.com)

Method Summary
 Handler getPivotHandler()
          Returns the Pivot Handler
 Handler getRequestHandler()
          Returns the Request handler
 Handler getResponseHandler()
          Returns the Response Handler
 
Methods inherited from interface org.jboss.axis.Chain
addHandler, contains, getHandlers
 
Methods inherited from interface org.jboss.axis.Handler
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, invoke, onFault, setName, setOption, setOptions
 

Method Detail

getRequestHandler

Handler getRequestHandler()
Returns the Request handler


getPivotHandler

Handler getPivotHandler()
Returns the Pivot Handler


getResponseHandler

Handler getResponseHandler()
Returns the Response Handler



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.