org.jboss.axis
Interface Chain

All Superinterfaces:
Handler
All Known Subinterfaces:
TargetedChain
All Known Implementing Classes:
SimpleChain, SimpleTargetedChain, SOAPService, Transport

public interface Chain
extends Handler

Author:
Doug Davis (dug@us.ibm.com.com)

Method Summary
 void addHandler(Handler handler)
          Adds a handler to the end of the chain.
 boolean contains(Handler handler)
          Is this handler in the chain?
 Handler[] getHandlers()
          Get the list of handlers in the chain - is Handler[] the right form?
 
Methods inherited from interface org.jboss.axis.Handler
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, invoke, onFault, setName, setOption, setOptions
 

Method Detail

addHandler

void addHandler(Handler handler)
Adds a handler to the end of the chain. May not be called after invoke.


contains

boolean contains(Handler handler)
Is this handler in the chain?


getHandlers

Handler[] getHandlers()
Get the list of handlers in the chain - is Handler[] the right form?



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