org.globus.wsrf.impl.security.util
Class EnvelopeConverter
java.lang.Object
org.globus.wsrf.impl.security.util.EnvelopeConverter
- Direct Known Subclasses:
- AxisEnvelopeConverter
- public abstract class EnvelopeConverter
- extends 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 Document toDocument(SOAPEnvelope env)
throws Exception
- Throws:
Exception
toSOAPMessage
public abstract SOAPMessage toSOAPMessage(Document doc)
throws Exception
- Throws:
Exception
toSOAPEnvelope
public abstract SOAPEnvelope toSOAPEnvelope(Document doc)
throws Exception
- Throws:
Exception
Copyright ? 1999-2003 University of Chicago and The University of Southern California. All rights reserved.