public class WSS4JOutInterceptor extends AbstractWSS4JInterceptor
| Modifier and Type | Field and Description |
|---|---|
static String |
WSS4J_ACTION_MAP
Property name for a map of action IDs (
Integer) to action
class names. |
| Constructor and Description |
|---|
WSS4JOutInterceptor() |
WSS4JOutInterceptor(Map<String,Object> props) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor.WSS4JOutInterceptorInternal |
createEndingInterceptor() |
Object |
getProperty(Object msgContext,
String key) |
void |
handleFault(SoapMessage message)
Called for all interceptors (in reverse order) on which handleMessage
had been successfully invoked, when normal execution of the chain was
aborted for some reason.
|
void |
handleMessage(SoapMessage mc)
Intercepts a message.
|
boolean |
isAllowMTOM()
Deprecated.
|
void |
setAllowMTOM(boolean allowMTOM)
Deprecated.
|
getAdditionalInterceptors, getAfter, getBefore, getId, getOption, getPassword, getPhase, getProperties, getRoles, getUnderstoodHeaders, isRequestor, loadCryptoFromPropertiesFile, postHandleMessage, setId, setPassword, setPhase, setProperties, setProperty, setProperty, translatePropertiescheckReceiverResults, checkReceiverResultsAnyOrder, checkSignatureConfirmation, decodeAlgorithmSuite, decodeBooleanConfigValue, decodeDecryptionParameter, decodeEncryptionParameter, decodeFutureTimeToLive, decodePasswordType, decodeSignatureParameter, decodeSignatureParameter2, decodeTimeToLive, decodeUTParameter, doReceiverAction, doSenderAction, getCallbackHandler, getClassLoader, getPasswordCallbackHandler, getPasswordCB, getPasswordEncryptor, getString, getStringOption, loadCrypto, loadDecryptionCrypto, loadEncryptionCrypto, loadSignatureCrypto, loadSignatureVerificationCryptopublic static final String WSS4J_ACTION_MAP
Integer) to action
class names. Values can be either Class) or Objects
- * implementing Action.@Deprecated public boolean isAllowMTOM()
@Deprecated public void setAllowMTOM(boolean allowMTOM)
public Object getProperty(Object msgContext, String key)
getProperty in class AbstractWSS4JInterceptorpublic void handleMessage(SoapMessage mc) throws Fault
InterceptorFaultpublic void handleFault(SoapMessage message)
InterceptorhandleFault in interface Interceptor<SoapMessage>handleFault in class AbstractWSS4JInterceptorpublic final org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor.WSS4JOutInterceptorInternal createEndingInterceptor()
Apache CXF