Package | Description |
---|---|
oracle.wsm.common.sdk | |
oracle.wsm.policyengine | |
oracle.wsm.policyengine.impl |
Modifier and Type | Method and Description |
---|---|
WSMException |
IResult.getFault()
Return the fault that caused this request execution to fail.
|
WSMException |
Result.getFault()
Return the fault that caused this request execution to fail.
|
Modifier and Type | Method and Description |
---|---|
void |
IResult.setFault(WSMException fault)
Set the fault that caused this request execution to fail.
|
void |
Result.setFault(WSMException fault)
Set the fault that caused this request execution to fail.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageContext.cloneFrom(MessageContext origContext) |
void |
NormalizedMessageContext.cloneFrom(NormalizedMessageContext origContext) |
void |
SOAPBindingMessageContext.cloneFrom(SOAPBindingMessageContext origContext) |
java.util.Map<java.lang.String,java.lang.String> |
SOAPBindingMessageContext.getAllTransportHeaders()
For Interceptor use, outbound processing only
|
java.util.Map<java.lang.String,java.lang.String> |
IRESTHttpMessageContext.getAllTransportHeaders()
returns All TransportHeaders of Transport Object
|
java.util.Map<java.lang.String,java.lang.String> |
URLMessageContext.getAllTransportHeaders() |
java.util.Map<java.lang.String,java.lang.String> |
ISOAPBindingMessageContext.getAllTransportHeaders() |
java.util.Map<java.lang.String,java.lang.String> |
RESTHttpMessageContext.getAllTransportHeaders() |
java.util.Map<java.lang.String,java.lang.String> |
IURLMessageContext.getAllTransportHeaders()
returns All TransportHeaders of Transport Object
|
oracle.wsm.policy.model.IPolicySubject |
WSMInitializationContext.getPolicySubject()
Deprecated.
|
java.lang.String |
SOAPBindingMessageContext.getTransportHeader(java.lang.String headerName)
Deprecated.
- use getTransportContext.getTransportHeader(String) Currently invoked by interceptor chain so cant remove it. Server agent uses it for inbound processing
|
java.lang.String |
ISOAPBindingMessageContext.getTransportHeader(java.lang.String headerName)
Deprecated.
- use getTransportContext.getTransportHeader(String) Currently invoked by interceptor chain so cant remove it. Server agent uses it for inbound processing
|
void |
HttpTransportContext.setTransportHeader(java.lang.String headerName, java.lang.String headerVal, java.lang.String agentFunction)
Service agent uses it for inbound message processing with processResponse This method is not used for setting header for client so agentFunction is always service.
|
void |
JmsTransportContext.setTransportHeader(java.lang.String headerName, java.lang.String headerVal, java.lang.String agentFunction) |
void |
ITransportContext.setTransportHeader(java.lang.String headerName, java.lang.String headerVal, java.lang.String agentFunction)
Service agent uses it for inbound message processing with processResponse - Moved it here from message context objects, earlier it was in each separate message contexts
|
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 |
---|---|
protected void |
AssertionExecutor.generateFault(WSMException fault) |
Modifier and Type | Method and Description |
---|---|
protected void |
AssertionExecutor.generateFault(WSMException fault) |
void |
AssertionExecutor.init(IAssertion ia, IExecutionContext context) |
IResult |
AssertionExecutor.postExecute(IContext messageContext)
Executes any task required after policy execution.
|
IAssertion |
AssertionExecutor.preInit(IAssertion ia, IExecutionContext econtext, IContext msgContext) |