org.apache.axis

Interface TargetedChain

All Superinterfaces:
Chain, Handler, Serializable
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.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 Details

getPivotHandler

public Handler getPivotHandler()
Returns the Pivot Handler.

Returns:
the pivot Handler


getRequestHandler

public Handler getRequestHandler()
Returns the Request handler.

Returns:
the request Handler


getResponseHandler

public Handler getResponseHandler()
Returns the Response Handler.

Returns:
the response Handler


Copyright B) 2005 Apache Web Services Project. All Rights Reserved.