|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PrivilegedAction
In order to write a PrivilegedActionExtension this class needs to be implemented
| Method Summary | |
|---|---|
boolean |
doesHandle(org.apache.axis2.context.MessageContext msgContext)
Checks if this extension should be executed for the Axis2 operation in the MessageContext |
void |
execute(org.apache.axis2.context.MessageContext inMessageContext,
org.apache.axis2.context.MessageContext outMessageContext)
The extension logic must be implemented here. |
String |
getExtensionName()
Returns the extension name |
int |
getPriority()
Returns the priority of the extension in the framework |
boolean |
isDisabled()
Checks if extension is disabled |
boolean |
skipLowerPriorityExtensions()
Extensions can skip lower priority extensions if supported by MessageReceiver |
boolean |
skipServiceInvocation()
Extensions can skip service invocation if supported by MessageReceiver |
| Method Detail |
|---|
void execute(org.apache.axis2.context.MessageContext inMessageContext,
org.apache.axis2.context.MessageContext outMessageContext)
throws PrivilegedActionException
inMessageContext - Axis2 MessageContextoutMessageContext - Axis2 MessageContext
PrivilegedActionExceptionint getPriority()
boolean doesHandle(org.apache.axis2.context.MessageContext msgContext)
msgContext -
boolean isDisabled()
String getExtensionName()
boolean skipServiceInvocation()
boolean skipLowerPriorityExtensions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||