Package org.apache.axis
Interface TargetedChain
-
- All Known Implementing Classes:
SimpleTargetedChain
,SOAPService
,Transport
public interface TargetedChain extends Chain
- Author:
- James Snell (jasnell@us.ibm.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Handler
getPivotHandler()
Returns the Pivot Handler.Handler
getRequestHandler()
Returns the Request handler.Handler
getResponseHandler()
Returns the Response Handler.-
Methods inherited from interface org.apache.axis.Chain
addHandler, contains, getHandlers
-
Methods inherited from interface org.apache.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.- Returns:
- the request
Handler
-
getPivotHandler
Handler getPivotHandler()
Returns the Pivot Handler.- Returns:
- the pivot
Handler
-
getResponseHandler
Handler getResponseHandler()
Returns the Response Handler.- Returns:
- the response
Handler
-
-