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

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

public class AxisEnvelopeConverter
extends EnvelopeConverter


Constructor Summary
AxisEnvelopeConverter()
           
 
Method Summary
 org.w3c.dom.Document toDocument(javax.xml.soap.SOAPEnvelope env)
           
 javax.xml.soap.SOAPEnvelope toSOAPEnvelope(org.w3c.dom.Document doc)
           
 javax.xml.soap.SOAPEnvelope toSOAPEnvelope(org.w3c.dom.Document doc, javax.xml.rpc.handler.MessageContext msgContext)
           
 void toSOAPEnvelope(org.w3c.dom.Document doc, javax.xml.rpc.handler.MessageContext msgContext, javax.xml.soap.SOAPEnvelope env)
           
 javax.xml.soap.SOAPMessage toSOAPMessage(org.w3c.dom.Document doc)
           
 
Methods inherited from class org.globus.ogsa.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 org.w3c.dom.Document toDocument(javax.xml.soap.SOAPEnvelope env)
                                throws java.lang.Exception
Specified by:
toDocument in class EnvelopeConverter
Throws:
java.lang.Exception

toSOAPMessage

public javax.xml.soap.SOAPMessage toSOAPMessage(org.w3c.dom.Document doc)
                                         throws java.lang.Exception
Specified by:
toSOAPMessage in class EnvelopeConverter
Throws:
java.lang.Exception

toSOAPEnvelope

public javax.xml.soap.SOAPEnvelope toSOAPEnvelope(org.w3c.dom.Document doc)
                                           throws java.lang.Exception
Specified by:
toSOAPEnvelope in class EnvelopeConverter
Throws:
java.lang.Exception

toSOAPEnvelope

public javax.xml.soap.SOAPEnvelope toSOAPEnvelope(org.w3c.dom.Document doc,
                                                  javax.xml.rpc.handler.MessageContext msgContext)
                                           throws java.lang.Exception
Throws:
java.lang.Exception

toSOAPEnvelope

public void toSOAPEnvelope(org.w3c.dom.Document doc,
                           javax.xml.rpc.handler.MessageContext msgContext,
                           javax.xml.soap.SOAPEnvelope env)
                    throws java.lang.Exception
Throws:
java.lang.Exception


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