Apache CXF API

org.apache.cxf.rs.security.saml
Class SamlEnvelopedOutInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
      extended by org.apache.cxf.rs.security.xml.AbstractXmlSecOutInterceptor
          extended by org.apache.cxf.rs.security.saml.SamlEnvelopedOutInterceptor
All Implemented Interfaces:
Interceptor<Message>, PhaseInterceptor<Message>

public class SamlEnvelopedOutInterceptor
extends AbstractXmlSecOutInterceptor


Constructor Summary
SamlEnvelopedOutInterceptor()
           
SamlEnvelopedOutInterceptor(boolean signLater)
           
 
Method Summary
protected  Document processDocument(Message message, Document doc)
           
 void setEnvelopeName(String expandedName)
           
 void setEnvelopeQName(QName name)
           
 
Methods inherited from class org.apache.cxf.rs.security.xml.AbstractXmlSecOutInterceptor
handleMessage
 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamlEnvelopedOutInterceptor

public SamlEnvelopedOutInterceptor()

SamlEnvelopedOutInterceptor

public SamlEnvelopedOutInterceptor(boolean signLater)
Method Detail

processDocument

protected Document processDocument(Message message,
                                   Document doc)
                            throws Exception
Specified by:
processDocument in class AbstractXmlSecOutInterceptor
Throws:
Exception

setEnvelopeName

public void setEnvelopeName(String expandedName)

setEnvelopeQName

public void setEnvelopeQName(QName name)

Apache CXF API

Apache CXF