Skip navigation links

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

E10689-01


oracle.wsm.policy.model
Interface IIntersectionContext

All Superinterfaces:
Serializable
All Known Implementing Classes:
IntersectionContext

public interface IIntersectionContext
extends Serializable

The IIntersectionContext is used to capture the results of the intersection


Method Summary
 void addCause(IAssertion assertion1, IAssertion assertion2)
          Add the assertions that are causing the intersection failures
 List<IIntersectionFailure> getCauses()
           

 

Method Detail

addCause

void addCause(IAssertion assertion1,
              IAssertion assertion2)
Add the assertions that are causing the intersection failures
Parameters:
Validation - Error encountered

getCauses

List<IIntersectionFailure> getCauses()

Skip navigation links

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

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.