Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1.4)

E10689-03


oracle.wsm.policyengine.impl
Class AssertionExecutor

java.lang.Object
  extended by oracle.wsm.policyengine.impl.AssertionExecutor

All Implemented Interfaces:
IAssertionExecutor

public abstract class AssertionExecutor
extends java.lang.Object
implements IAssertionExecutor

Field Summary
protected  IAssertion assertion
           
protected  IExecutionContext econtext
           

 

Constructor Summary
AssertionExecutor()
           

 

Method Summary
protected  void generateFault(WSMException fault)
           
protected  IAssertion getAssertion()
           
 java.lang.String getAssertionName()
           
 IExecutionContext getExecutionContext()
          Return the Execution Context
 void init(IAssertion ia, IExecutionContext context)
           
 boolean isAssertionEnabled()
           
 IResult postExecute(IContext messageContext)
          Executes any task required after policy execution.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface oracle.wsm.policyengine.IAssertionExecutor
destroy, execute, init

 

Field Detail

assertion

protected IAssertion assertion

econtext

protected IExecutionContext econtext

Constructor Detail

AssertionExecutor

public AssertionExecutor()

Method Detail

getAssertion

protected IAssertion getAssertion()

getAssertionName

public java.lang.String getAssertionName()
Specified by:
getAssertionName in interface IAssertionExecutor
Returns:
name of this Assertion.

getExecutionContext

public IExecutionContext getExecutionContext()
Description copied from interface: IAssertionExecutor
Return the Execution Context
Specified by:
getExecutionContext in interface IAssertionExecutor
Returns:

isAssertionEnabled

public boolean isAssertionEnabled()
Specified by:
isAssertionEnabled in interface IAssertionExecutor
Returns:
true if assertion is enabled, false otherwise.

generateFault

protected void generateFault(WSMException fault)
                      throws WSMException
Throws:
WSMException

init

public void init(IAssertion ia,
                 IExecutionContext context)
          throws WSMException
Throws:
WSMException

postExecute

public IResult postExecute(IContext messageContext)
                    throws WSMException
Executes any task required after policy execution.
Specified by:
postExecute in interface IAssertionExecutor
Throws:
WSMException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1.4)

E10689-03


Copyright © 2007-2009, Oracle. All rights reserved.