|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.security.handler.WSHandler
org.apache.cxf.ws.security.wss4j.AbstractWSS4JInterceptor
org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor
public class WSS4JOutInterceptor
Field Summary |
---|
Fields inherited from class org.apache.ws.security.handler.WSHandler |
---|
cryptos, DONE, secEngine |
Constructor Summary | |
---|---|
WSS4JOutInterceptor()
|
|
WSS4JOutInterceptor(java.util.Map<java.lang.String,java.lang.Object> props)
|
Method Summary | |
---|---|
org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor.WSS4JOutInterceptorInternal |
createEndingInterceptor()
|
java.lang.Object |
getProperty(java.lang.Object msgContext,
java.lang.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()
|
void |
setAllowMTOM(boolean allowMTOM)
Enable or disable mtom with WS-Security. |
Methods inherited from class org.apache.cxf.ws.security.wss4j.AbstractWSS4JInterceptor |
---|
decodeEnableSignatureConfirmation, getAfter, getBefore, getId, getOption, getPassword, getPhase, getProperties, getRoles, getUnderstoodHeaders, isRequestor, loadDecryptionCrypto, loadEncryptionCrypto, loadSignatureCrypto, postHandleMessage, setAfter, setBefore, setId, setPassword, setPhase, setProperties, setProperty, setProperty |
Methods inherited from class org.apache.ws.security.handler.WSHandler |
---|
checkReceiverResults, checkReceiverResultsAnyOrder, checkSignatureConfirmation, decodeCustomPasswordTypes, decodeDecryptionParameter, decodeEncryptionParameter, decodeMustUnderstand, decodeNamespaceQualifiedPasswordTypes, decodeSignatureParameter, decodeSignatureParameter2, decodeTimestampPrecision, decodeTimestampStrict, decodeTimeToLive, decodeUTParameter, doReceiverAction, doSenderAction, getClassLoader, getPassword, getPasswordCB, getString, getStringOption, verifyTimestamp, verifyTrust |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSS4JOutInterceptor()
public WSS4JOutInterceptor(java.util.Map<java.lang.String,java.lang.Object> props)
Method Detail |
---|
public boolean isAllowMTOM()
public void setAllowMTOM(boolean allowMTOM)
mtomEnabled
- public java.lang.Object getProperty(java.lang.Object msgContext, java.lang.String key)
getProperty
in class AbstractWSS4JInterceptor
public void handleMessage(SoapMessage mc) throws Fault
Interceptor
Fault
public void handleFault(SoapMessage message)
Interceptor
handleFault
in interface Interceptor<SoapMessage>
handleFault
in class AbstractWSS4JInterceptor
public final org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor.WSS4JOutInterceptorInternal createEndingInterceptor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |