Package org.apache.cxf.rs.security.xml
Class AbstractXmlSecOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
org.apache.cxf.rs.security.xml.AbstractXmlSecOutInterceptor
- All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>,org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
- Direct Known Subclasses:
SamlEnvelopedOutInterceptor,XmlEncOutInterceptor,XmlSigOutInterceptor
public abstract class AbstractXmlSecOutInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleMessage(org.apache.cxf.message.Message message) protected abstract DocumentprocessDocument(org.apache.cxf.message.Message message, Document doc) Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
Field Details
-
SIG_NS
- See Also:
-
SIG_PREFIX
- See Also:
-
ENC_NS
- See Also:
-
ENC_PREFIX
- See Also:
-
WSU_NS
- See Also:
-
-
Constructor Details
-
AbstractXmlSecOutInterceptor
public AbstractXmlSecOutInterceptor()
-
-
Method Details
-
handleMessage
public void handleMessage(org.apache.cxf.message.Message message) throws org.apache.cxf.interceptor.Fault - Throws:
org.apache.cxf.interceptor.Fault
-
processDocument
protected abstract Document processDocument(org.apache.cxf.message.Message message, Document doc) throws Exception - Throws:
Exception
-