public abstract class AbstractXmlSecOutInterceptor extends AbstractPhaseInterceptor<Message>
Modifier and Type | Field and Description |
---|---|
protected static String |
ENC_NS |
protected static String |
ENC_PREFIX |
protected static String |
SIG_NS |
protected static String |
SIG_PREFIX |
protected static String |
WSU_NS |
Constructor and Description |
---|
AbstractXmlSecOutInterceptor() |
Modifier and Type | Method and Description |
---|---|
void |
handleMessage(Message message)
Intercepts a message.
|
protected abstract Document |
processDocument(Message message,
Document doc) |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
protected static final String SIG_NS
protected static final String SIG_PREFIX
protected static final String ENC_NS
protected static final String ENC_PREFIX
protected static final String WSU_NS
public void handleMessage(Message message) throws Fault
Interceptor
Fault
Apache CXF