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

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

public abstract class EnvelopeConverter
extends Object


Constructor Summary
EnvelopeConverter()
           
 
Method Summary
static EnvelopeConverter getInstance()
           
abstract  Document toDocument(SOAPEnvelope env)
           
abstract  SOAPEnvelope toSOAPEnvelope(Document doc)
           
abstract  SOAPMessage toSOAPMessage(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 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.