org.codehaus.xfire.handler
Class LocateBindingHandler

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

public class LocateBindingHandler
extends AbstractHandler

Finds the appropriate binding to use when invoking a service. This is delegated to the transport via the findBinding method.

Author:
Dan Diephouse

Field Summary
 
Fields inherited from interface org.codehaus.xfire.handler.Handler
ROLE
 
Constructor Summary
LocateBindingHandler()
           
 
Method Summary
 void invoke(MessageContext context)
          Invoke a handler.
 
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

LocateBindingHandler

public LocateBindingHandler()
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


Copyright © 2004-2013. All Rights Reserved.