Skip navigation links

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

E10689-02


oracle.wsm.policyengine.impl
Class AssertionExecutor

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


public abstract class AssertionExecutor
extends Object

Field Summary
protected  IAssertion assertion
           
protected  IExecutionContext econtext
           

 

Constructor Summary
AssertionExecutor()
           

 

Method Summary
protected  void generateFault(WSMException fault)
           
protected  IAssertion getAssertion()
           
 String getAssertionName()
           
 IExecutionContext getExecutionContext()
           
 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

 

Field Detail

assertion

protected IAssertion assertion

econtext

protected IExecutionContext econtext

Constructor Detail

AssertionExecutor

public AssertionExecutor()

Method Detail

getAssertion

protected IAssertion getAssertion()

getAssertionName

public String getAssertionName()

getExecutionContext

public IExecutionContext getExecutionContext()

isAssertionEnabled

public boolean isAssertionEnabled()

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.
Throws:
WSMException

Skip navigation links

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

E10689-02


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