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
public abstract class AbstractXmlSecOutInterceptor extends AbstractPhaseInterceptor<Message>
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringENC_NSprotected static StringENC_PREFIXprotected static StringSIG_NSprotected static StringSIG_PREFIXprotected static StringWSU_NS
-
Constructor Summary
Constructors Constructor Description AbstractXmlSecOutInterceptor()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidhandleMessage(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 Detail
-
SIG_NS
protected static final String SIG_NS
- See Also:
- Constant Field Values
-
SIG_PREFIX
protected static final String SIG_PREFIX
- See Also:
- Constant Field Values
-
ENC_NS
protected static final String ENC_NS
- See Also:
- Constant Field Values
-
ENC_PREFIX
protected static final String ENC_PREFIX
- See Also:
- Constant Field Values
-
WSU_NS
protected static final String WSU_NS
- See Also:
- Constant Field Values
-
-
Method Detail
-
handleMessage
public void handleMessage(Message message) throws Fault
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
-
-