cgl.narada.wsinfra.wsa.impl
Class WsaFaultRulesImpl

java.lang.Object
  extended by cgl.narada.wsinfra.wsa.impl.WsaFaultRulesImpl
All Implemented Interfaces:
WsaFaultRules

public class WsaFaultRulesImpl
extends Object
implements WsaFaultRules

This is a class which implements WSA rules related to where a fault should be sent to.


Method Summary
static WsaFaultRules getInstance()
           
 EndpointReferenceType sendFaultTo(AddressingHeaders addressingHeaders)
          This method returns the endpoint reference type to which a fault must be issued to, based on the supplied addressingHeaders.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static WsaFaultRules getInstance()

sendFaultTo

public EndpointReferenceType sendFaultTo(AddressingHeaders addressingHeaders)
This method returns the endpoint reference type to which a fault must be issued to, based on the supplied addressingHeaders. This method returns a NULL if either the addressingHeders is NULL or any one of the following elements viz. FaultTo, ReplyTo or From - is not present in the supplied AddressingHeaders

Specified by:
sendFaultTo in interface WsaFaultRules


For comments and suggestions please send e-mail to The NaradaBrokering Project