|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.rs.security.xml.AbstractXmlSecInHandler
org.apache.cxf.rs.security.xml.AbstractXmlEncInHandler
org.apache.cxf.rs.security.xml.XmlEncInInterceptor
public class XmlEncInInterceptor
| Constructor Summary | |
|---|---|
XmlEncInInterceptor()
|
|
| Method Summary | |
|---|---|
Collection<PhaseInterceptor<? extends Message>> |
getAdditionalInterceptors()
Returns a collection of Interceptors that should be added to the chain whenever this interceptor is added. |
Set<String> |
getAfter()
Returns a set containing the IDs of the interceptors that should be executed before this interceptor. |
Set<String> |
getBefore()
Returns a set containing the IDs of the interceptors that should be executed after this interceptor. |
String |
getId()
Returns the ID of this interceptor. |
String |
getPhase()
Returns the phase in which this interceptor is excecuted. |
void |
handleFault(Message 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(Message message)
Intercepts a message. |
| Methods inherited from class org.apache.cxf.rs.security.xml.AbstractXmlEncInHandler |
|---|
decryptContent, decryptPayload, decryptSymmetricKey, decryptSymmetricKey, getSymmetricKeyBytes, setEncryptionProperties |
| Methods inherited from class org.apache.cxf.rs.security.xml.AbstractXmlSecInHandler |
|---|
getDocument, getNode, setAllowEmptyBody, throwFault |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlEncInInterceptor()
| Method Detail |
|---|
public void handleFault(Message message)
Interceptor
handleFault in interface Interceptor<Message>
public void handleMessage(Message message)
throws Fault
Interceptor
handleMessage in interface Interceptor<Message>Faultpublic Collection<PhaseInterceptor<? extends Message>> getAdditionalInterceptors()
PhaseInterceptor
getAdditionalInterceptors in interface PhaseInterceptor<Message>public Set<String> getAfter()
PhaseInterceptor
getAfter in interface PhaseInterceptor<Message>public Set<String> getBefore()
PhaseInterceptor
getBefore in interface PhaseInterceptor<Message>public String getId()
PhaseInterceptor
getId in interface PhaseInterceptor<Message>public String getPhase()
PhaseInterceptor
getPhase in interface PhaseInterceptor<Message>
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||