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

java.lang.Object
  extended byorg.globus.wsrf.impl.security.util.EnvelopeConverter
      extended byorg.globus.wsrf.impl.security.util.AxisEnvelopeConverter

public class AxisEnvelopeConverter
extends EnvelopeConverter


Constructor Summary
AxisEnvelopeConverter()
           
 
Method Summary
 Document toDocument(SOAPEnvelope env)
           
 SOAPEnvelope toSOAPEnvelope(Document doc)
           
 SOAPEnvelope toSOAPEnvelope(Document doc, MessageContext msgContext)
           
 void toSOAPEnvelope(Document doc, MessageContext msgContext, SOAPEnvelope env)
           
 SOAPMessage toSOAPMessage(Document doc)
           
 
Methods inherited from class org.globus.wsrf.impl.security.util.EnvelopeConverter
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisEnvelopeConverter

public AxisEnvelopeConverter()
Method Detail

toDocument

public Document toDocument(SOAPEnvelope env)
                    throws Exception
Specified by:
toDocument in class EnvelopeConverter
Throws:
Exception

toSOAPMessage

public SOAPMessage toSOAPMessage(Document doc)
                          throws Exception
Specified by:
toSOAPMessage in class EnvelopeConverter
Throws:
Exception

toSOAPEnvelope

public SOAPEnvelope toSOAPEnvelope(Document doc)
                            throws Exception
Specified by:
toSOAPEnvelope in class EnvelopeConverter
Throws:
Exception

toSOAPEnvelope

public SOAPEnvelope toSOAPEnvelope(Document doc,
                                   MessageContext msgContext)
                            throws Exception
Throws:
Exception

toSOAPEnvelope

public void toSOAPEnvelope(Document doc,
                           MessageContext msgContext,
                           SOAPEnvelope env)
                    throws Exception
Throws:
Exception


Copyright ? 1999-2003 University of Chicago and The University of Southern California. All rights reserved.