cgl.narada.wsinfra.wsa
Class WsaProcessingFactory

java.lang.Object
  extended bycgl.narada.wsinfra.wsa.WsaProcessingFactory

public class WsaProcessingFactory
extends Object

A class to retrieve various processing elements related to processing WS-Addressing headers and endpoint references.


Constructor Summary
WsaProcessingFactory()
           
 
Method Summary
static ParseWsaHeaders getParseWsaHeaders()
           
static WsaActions getWsaActions()
           
static WsaEnvelopeCreator getWsaEnvelopeCreator()
           
static WsaEprCreator getWsaEprCreator()
           
static WsaEprRules getWsaEprRules()
           
static WsaFaultRules getWsaFaultRules()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsaProcessingFactory

public WsaProcessingFactory()
Method Detail

getWsaEprRules

public static WsaEprRules getWsaEprRules()

getWsaEprCreator

public static WsaEprCreator getWsaEprCreator()

getWsaEnvelopeCreator

public static WsaEnvelopeCreator getWsaEnvelopeCreator()

getWsaFaultRules

public static WsaFaultRules getWsaFaultRules()

getParseWsaHeaders

public static ParseWsaHeaders getParseWsaHeaders()

getWsaActions

public static WsaActions getWsaActions()