org.apache.sandesha2.addressing
Class EPRDecorator

java.lang.Object
  extended by org.apache.sandesha2.addressing.EPRDecorator
Direct Known Subclasses:
EPRDecoratorImpl

public abstract class EPRDecorator
extends java.lang.Object


Constructor Summary
EPRDecorator(org.apache.axis2.context.ConfigurationContext configCtx)
           
 
Method Summary
 void checkEndpointReference(org.apache.axis2.addressing.EndpointReference ref)
          This method is called for outbound msgs in order to verify the TO EPR is valid
abstract  org.apache.axis2.addressing.EndpointReference decorateEndpointReference(org.apache.axis2.addressing.EndpointReference ref)
          Decorates the endpoint reference with any additional routing information required
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EPRDecorator

public EPRDecorator(org.apache.axis2.context.ConfigurationContext configCtx)
Method Detail

decorateEndpointReference

public abstract org.apache.axis2.addressing.EndpointReference decorateEndpointReference(org.apache.axis2.addressing.EndpointReference ref)
Decorates the endpoint reference with any additional routing information required

Parameters:
ref -
Returns:

checkEndpointReference

public void checkEndpointReference(org.apache.axis2.addressing.EndpointReference ref)
This method is called for outbound msgs in order to verify the TO EPR is valid

Parameters:
ref -


Copyright © The Apache Software Foundation. All Rights Reserved.