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(javax.xml.soap.SOAPEnvelope env)
           
abstract  javax.xml.soap.SOAPEnvelope toSOAPEnvelope(org.w3c.dom.Document doc)
           
abstract  javax.xml.soap.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(javax.xml.soap.SOAPEnvelope env)
                                         throws java.lang.Exception
Throws:
java.lang.Exception

toSOAPMessage

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

toSOAPEnvelope

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


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.