org.codehaus.xfire.client
Class CorrelatorHandler

java.lang.Object
  extended by org.codehaus.xfire.handler.AbstractHandler
      extended by org.codehaus.xfire.client.CorrelatorHandler
All Implemented Interfaces:
Handler

public class CorrelatorHandler
extends AbstractHandler


Field Summary
 
Fields inherited from interface org.codehaus.xfire.handler.Handler
ROLE
 
Constructor Summary
CorrelatorHandler(Collection calls)
           
 
Method Summary
 Correlator getCorrelator()
           
 void invoke(MessageContext context)
          Invoke a handler.
 void setCorrelator(Correlator correlator)
           
 
Methods inherited from class org.codehaus.xfire.handler.AbstractHandler
after, before, getAfter, getBefore, getPhase, getRoles, getUnderstoodHeaders, handleFault, setAfter, setBefore, setPhase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorrelatorHandler

public CorrelatorHandler(Collection calls)
Method Detail

invoke

public void invoke(MessageContext context)
            throws Exception
Description copied from interface: Handler
Invoke a handler. If a fault occurs it will be handled via the handleFault method.

Throws:
Exception

getCorrelator

public Correlator getCorrelator()

setCorrelator

public void setCorrelator(Correlator correlator)


Copyright © 2004-2013. All Rights Reserved.