org.globus.ogsa.impl.security.authentication
Class X509WSEncryptedSOAPEnvelopeBuilder

java.lang.Object
  extended byorg.globus.ogsa.impl.security.authentication.WSSecuritySOAPEnvelopeBuilder
      extended byorg.globus.ogsa.impl.security.authentication.X509WSEncryptedSOAPEnvelopeBuilder

public class X509WSEncryptedSOAPEnvelopeBuilder
extends WSSecuritySOAPEnvelopeBuilder


Field Summary
 
Fields inherited from class org.globus.ogsa.impl.security.authentication.WSSecuritySOAPEnvelopeBuilder
actor, baseURI, msgContext
 
Constructor Summary
X509WSEncryptedSOAPEnvelopeBuilder(MessageContext msgContext, java.security.Key key)
           
 
Method Summary
 SOAPMessage buildMessage(SOAPEnvelope env)
           
 
Methods inherited from class org.globus.ogsa.impl.security.authentication.WSSecuritySOAPEnvelopeBuilder
addBodyID, addSecurityHeader, build, getActor, getAsDocument, getBaseURI, insertIntoSecurityHeader, insertTimestampHeader, setActor, toSOAPMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X509WSEncryptedSOAPEnvelopeBuilder

public X509WSEncryptedSOAPEnvelopeBuilder(MessageContext msgContext,
                                          java.security.Key key)
Method Detail

buildMessage

public SOAPMessage buildMessage(SOAPEnvelope env)
                         throws java.lang.Exception
Specified by:
buildMessage in class WSSecuritySOAPEnvelopeBuilder
Throws:
java.lang.Exception