org.codehaus.xfire.addressing
Class AddressingHandler

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

public class AddressingHandler
extends AbstractHandler


Field Summary
static java.lang.Object ADRESSING_FACTORY
           
static java.lang.Object ADRESSING_HEADERS
           
 
Fields inherited from interface org.codehaus.xfire.handler.Handler
ROLE
 
Constructor Summary
AddressingHandler()
           
 
Method Summary
 void createFactories()
           
 java.lang.String getPhase()
          The phase which this handler would like to be in.
protected  Service getService(AddressingHeaders headers, MessageContext context)
           
 void invoke(MessageContext context)
          Invoke a handler.
protected  OutMessage processEPR(MessageContext context, EndpointReference epr)
           
 
Methods inherited from class org.codehaus.xfire.handler.AbstractHandler
getRoles, getUnderstoodHeaders, handleFault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADRESSING_HEADERS

public static final java.lang.Object ADRESSING_HEADERS

ADRESSING_FACTORY

public static final java.lang.Object ADRESSING_FACTORY
Constructor Detail

AddressingHandler

public AddressingHandler()
Method Detail

createFactories

public void createFactories()

getPhase

public java.lang.String getPhase()
Description copied from interface: Handler
The phase which this handler would like to be in.

Specified by:
getPhase in interface Handler
Overrides:
getPhase in class AbstractHandler
Returns:
See Also:
Phase

invoke

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

Throws:
java.lang.Exception

processEPR

protected OutMessage processEPR(MessageContext context,
                                EndpointReference epr)
                         throws XFireFault,
                                java.lang.Exception
Throws:
XFireFault
java.lang.Exception

getService

protected Service getService(AddressingHeaders headers,
                             MessageContext context)


Copyright © 2004-2005 Codehaus. All Rights Reserved.