Skip navigation links
oracle.wsm.policyengine.impl.runtime
Class WSPolicyRuntimeExecutor
java.lang.Object
oracle.wsm.policyengine.impl.WSPolicyExecutor
oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor
- All Implemented Interfaces:
- IPolicyExecutor
-
public class WSPolicyRuntimeExecutor
- extends WSPolicyExecutor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSPolicyRuntimeExecutor
public WSPolicyRuntimeExecutor()
WSPolicyRuntimeExecutor
public WSPolicyRuntimeExecutor(IPolicy policy,
IContext msgContext)
throws WSMException
-
- Throws:
WSMException
isPolicyEnabled
public boolean isPolicyEnabled()
-
- Specified by:
isPolicyEnabled
in interface IPolicyExecutor
- Overrides:
isPolicyEnabled
in class WSPolicyExecutor
init
public void init(IPolicy pol,
IExecutionContext context,
IContext msgContext)
throws WSMException
-
- Specified by:
init
in interface IPolicyExecutor
- Overrides:
init
in class WSPolicyExecutor
-
- Throws:
WSMException
populateAssertionExecutors
protected void populateAssertionExecutors(IAssertion ia,
Map<IAssertion,IAssertionExecutor> executors,
IContext msgContext)
throws WSMException
-
- Overrides:
populateAssertionExecutors
in class WSPolicyExecutor
-
- Throws:
WSMException
execute
public IResult execute(IContext context)
-
- Specified by:
execute
in interface IPolicyExecutor
- Overrides:
execute
in class WSPolicyExecutor
executeAndAssertion
public IResult executeAndAssertion(IAndCompositeAssertion ia,
IContext context)
-
- Overrides:
executeAndAssertion
in class WSPolicyExecutor
executeXorAssertion
public IResult executeXorAssertion(IXorCompositeAssertion ia,
IContext context)
-
- Overrides:
executeXorAssertion
in class WSPolicyExecutor
executeSimpleAssertion
public IResult executeSimpleAssertion(ISimpleAssertion ia,
IContext context)
-
- Overrides:
executeSimpleAssertion
in class WSPolicyExecutor
executeNestedAssertion
public IResult executeNestedAssertion(INestedAssertion ia,
IContext context)
-
- Overrides:
executeNestedAssertion
in class WSPolicyExecutor
destroy
public void destroy()
-
- Specified by:
destroy
in interface IPolicyExecutor
- Overrides:
destroy
in class WSPolicyExecutor
Skip navigation links
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.