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> |
ISOAPBindingMessageContext.getAllTransportHeaders() |
java.util.Map<java.lang.String,java.lang.String> |
RESTHttpMessageContext.getAllTransportHeaders() |
oracle.wsm.policy.model.IPolicySubject |
WSMInitializationContext.getPolicySubject()
Deprecated.
|
java.lang.String |
SOAPBindingMessageContext.getTransportHeader(java.lang.String headerName)
Server agent uses it for inbound processing
|
java.lang.String |
ISOAPBindingMessageContext.getTransportHeader(java.lang.String headerName) |
java.lang.Object |
SOAPBindingMessageContext.getTransportObject(java.lang.String objName)
For inbound message processing, as server agent
|
java.lang.Object |
IRESTHttpMessageContext.getTransportObject(java.lang.String objectName)
Return Specific Transport Object based on transport object Transport Object could be either http request or http response
|
java.lang.Object |
ISOAPBindingMessageContext.getTransportObject(java.lang.String objectName) |
java.lang.Object |
RESTHttpMessageContext.getTransportObject(java.lang.String objectName) |
void |
SOAPBindingMessageContext.setTransportHeader(java.lang.String headerName, java.lang.String headerVal, java.lang.String agentFunction)
Client agent uses it for outbound message processing with processRequest Service agent uses it for inbound message processing with processResponse
|
void |
IRESTHttpMessageContext.setTransportHeader(java.lang.String headerName, java.lang.String headerVal, java.lang.String agentFunction)
set TransportHeaders (header name, header value) to Transport Object
|
void |
ISOAPBindingMessageContext.setTransportHeader(java.lang.String headerName, java.lang.String headerVal, java.lang.String agentFunction) |
void |
RESTHttpMessageContext.setTransportHeader(java.lang.String headerName, java.lang.String headerVal, java.lang.String agentFunction) |
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) |