org.globus.ogsa.impl.security.util
Class EnvelopeConverter

java.lang.Object
  extended byorg.globus.ogsa.impl.security.util.EnvelopeConverter
Direct Known Subclasses:
AxisEnvelopeConverter

public abstract class EnvelopeConverter
extends java.lang.Object


Constructor Summary
EnvelopeConverter()
           
 
Method Summary
static EnvelopeConverter getInstance()
           
abstract  org.w3c.dom.Document toDocument(SOAPEnvelope env)
           
abstract  SOAPEnvelope toSOAPEnvelope(org.w3c.dom.Document doc)
           
abstract  SOAPMessage toSOAPMessage(org.w3c.dom.Document doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvelopeConverter

public EnvelopeConverter()
Method Detail

getInstance

public static EnvelopeConverter getInstance()

toDocument

public abstract org.w3c.dom.Document toDocument(SOAPEnvelope env)
                                         throws java.lang.Exception
Throws:
java.lang.Exception

toSOAPMessage

public abstract SOAPMessage toSOAPMessage(org.w3c.dom.Document doc)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

toSOAPEnvelope

public abstract SOAPEnvelope toSOAPEnvelope(org.w3c.dom.Document doc)
                                     throws java.lang.Exception
Throws:
java.lang.Exception