public abstract class AbstractXmlSecOutInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.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(org.apache.cxf.message.Message message) |
protected abstract Document |
processDocument(org.apache.cxf.message.Message message,
Document doc) |
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
Apache CXF