cgl.narada.wsinfra.wsr.impl
Class WsrExchangeInfoCreatorImpl

java.lang.Object
  extended bycgl.narada.wsinfra.wsr.impl.WsrExchangeInfoCreatorImpl
All Implemented Interfaces:
WsrExchangeInfoCreator

public class WsrExchangeInfoCreatorImpl
extends Object
implements WsrExchangeInfoCreator

This is a utility class which constructs a WsrExchangeInfo based on the supplied Envelope Document.


Method Summary
 WsrExchangeInfo createWsrExchangeInfo(EnvelopeDocument envelopeDocument)
          Creates a WsrExchangeInfo based on the supplied envelope
static WsrExchangeInfoCreator getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static WsrExchangeInfoCreator getInstance()

createWsrExchangeInfo

public WsrExchangeInfo createWsrExchangeInfo(EnvelopeDocument envelopeDocument)
                                      throws ProcessingException
Creates a WsrExchangeInfo based on the supplied envelope

Specified by:
createWsrExchangeInfo in interface WsrExchangeInfoCreator
Throws:
ProcessingException