org.globus.ogsa.impl.security.util
Class EnvelopeConverter
java.lang.Object
org.globus.ogsa.impl.security.util.EnvelopeConverter
- Direct Known Subclasses:
- AxisEnvelopeConverter
- public abstract class EnvelopeConverter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvelopeConverter
public EnvelopeConverter()
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.