Package org.apache.cxf.rs.security.xml
Class AbstractXmlSecOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.rs.security.xml.AbstractXmlSecOutInterceptor
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
- Direct Known Subclasses:
SamlEnvelopedOutInterceptor,XmlEncOutInterceptor,XmlSigOutInterceptor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleMessage(Message message) Intercepts a message.protected abstract DocumentprocessDocument(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
Description copied from interface:InterceptorIntercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.- Throws:
Fault
-
processDocument
- Throws:
Exception
-