Package | Description |
---|---|
oracle.wsm.common.sdk | |
oracle.wsm.policyengine | |
oracle.wsm.policyengine.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
IHttpMessageContext |
interface |
IMessageContext |
interface |
INormalizedMessageContext |
interface |
IRESTHttpMessageContext |
interface |
ISOAPBindingMessageContext |
Modifier and Type | Class and Description |
---|---|
class |
MessageContext |
class |
NormalizedMessageContext |
class |
RESTHttpMessageContext |
class |
SOAPBindingMessageContext |
class |
XMLMessageContext
This class represents XML Message context
|
Modifier and Type | Method and Description |
---|---|
IResult |
IAssertionExecutor.execute(IContext mcontext)
Must always return a non-null IResult object.
|
void |
IAssertionExecutor.init(IAssertion ia, IExecutionContext context, IContext msgContext)
This method is called after the AssertionExecutor is created or after one of the properties has been changed.
|
IResult |
IAssertionExecutor.postExecute(IContext messageContext)
Executes any task required after policy execution.
|
IAssertion |
IAssertionExecutor.preInit(IAssertion ia, IExecutionContext econtext, IContext msgContext) |
Modifier and Type | Method and Description |
---|---|
IResult |
AssertionExecutor.postExecute(IContext messageContext)
Executes any task required after policy execution.
|
IAssertion |
AssertionExecutor.preInit(IAssertion ia, IExecutionContext econtext, IContext msgContext) |