|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.policy.AssertionValidationProcessor
public class AssertionValidationProcessor
Provides methods for assertion validation.
| Constructor Summary | |
|---|---|
protected |
AssertionValidationProcessor(Collection<PolicyAssertionValidator> policyValidators)
This constructor adds the given set of policy validators to the dynamically discovered PolicyAssertionValidators. |
| Method Summary | |
|---|---|
static AssertionValidationProcessor |
getInstance()
Factory method that returns singleton instance of the class. |
PolicyAssertionValidator.Fitness |
validateClientSide(PolicyAssertion assertion)
Validates fitness of the assertion on the client side. |
PolicyAssertionValidator.Fitness |
validateServerSide(PolicyAssertion assertion)
Validates fitness of the assertion on the server side. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AssertionValidationProcessor(Collection<PolicyAssertionValidator> policyValidators)
throws PolicyException
policyValidators - A set of PolicyAssertionValidators. May be null
PolicyException - Thrown if the set of given PolicyAssertionValidators
and dynamically discovered PolicyAssertionValidators is empty.| Method Detail |
|---|
public static AssertionValidationProcessor getInstance()
throws PolicyException
PolicyException - If instantiation failed.
public PolicyAssertionValidator.Fitness validateClientSide(PolicyAssertion assertion)
throws PolicyException
assertion on the client side.
return client side assertion fitness
assertion - The assertion to be validated.
PolicyException - If validation failed.
public PolicyAssertionValidator.Fitness validateServerSide(PolicyAssertion assertion)
throws PolicyException
assertion on the server side.
return server side assertion fitness
assertion - The assertion to be validated.
PolicyException - If validation failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||