Uses of Interface
com.sun.xml.ws.policy.spi.PolicyAssertionValidator
-
Packages that use PolicyAssertionValidator Package Description com.sun.xml.ws.addressing.policy com.sun.xml.ws.config.management.policy com.sun.xml.ws.encoding.policy com.sun.xml.ws.policy The root package of public policy API.com.sun.xml.ws.policy.jcaps com.sun.xml.ws.policy.spi The package contains policy API extension point definitions.com.sun.xml.ws.rx.mc.policy.spi_impl com.sun.xml.ws.rx.rm.policy.spi_impl com.sun.xml.ws.security.addressing.policy com.sun.xml.ws.security.impl.policy com.sun.xml.ws.transport.tcp.wsit com.sun.xml.ws.tx.at.policy.spi_impl -
-
Uses of PolicyAssertionValidator in com.sun.xml.ws.addressing.policy
Classes in com.sun.xml.ws.addressing.policy that implement PolicyAssertionValidator Modifier and Type Class Description classAddressingPolicyValidatorThis class validates the Addressing assertions. -
Uses of PolicyAssertionValidator in com.sun.xml.ws.config.management.policy
Classes in com.sun.xml.ws.config.management.policy that implement PolicyAssertionValidator Modifier and Type Class Description classManagementPolicyValidatorValidate the ManagedService and ManagedClient policy assertions. -
Uses of PolicyAssertionValidator in com.sun.xml.ws.encoding.policy
Classes in com.sun.xml.ws.encoding.policy that implement PolicyAssertionValidator Modifier and Type Class Description classEncodingPolicyValidator -
Uses of PolicyAssertionValidator in com.sun.xml.ws.policy
Constructor parameters in com.sun.xml.ws.policy with type arguments of type PolicyAssertionValidator Constructor Description AssertionValidationProcessor(Collection<PolicyAssertionValidator> policyValidators)This constructor adds the given set of policy validators to the dynamically discovered PolicyAssertionValidators. -
Uses of PolicyAssertionValidator in com.sun.xml.ws.policy.jcaps
Classes in com.sun.xml.ws.policy.jcaps that implement PolicyAssertionValidator Modifier and Type Class Description classJCapsPolicyValidator -
Uses of PolicyAssertionValidator in com.sun.xml.ws.policy.spi
Classes in com.sun.xml.ws.policy.spi that implement PolicyAssertionValidator Modifier and Type Class Description classAbstractQNameValidatorThis abstract policy assertion validator validates assertions by their qualified name. -
Uses of PolicyAssertionValidator in com.sun.xml.ws.rx.mc.policy.spi_impl
Classes in com.sun.xml.ws.rx.mc.policy.spi_impl that implement PolicyAssertionValidator Modifier and Type Class Description classMcAssertionValidator -
Uses of PolicyAssertionValidator in com.sun.xml.ws.rx.rm.policy.spi_impl
Classes in com.sun.xml.ws.rx.rm.policy.spi_impl that implement PolicyAssertionValidator Modifier and Type Class Description classRmAssertionValidator -
Uses of PolicyAssertionValidator in com.sun.xml.ws.security.addressing.policy
Classes in com.sun.xml.ws.security.addressing.policy that implement PolicyAssertionValidator Modifier and Type Class Description classWsawAddressingPolicyValidatorThis class validates the wsaw:UsingAddressing assertion. -
Uses of PolicyAssertionValidator in com.sun.xml.ws.security.impl.policy
Classes in com.sun.xml.ws.security.impl.policy that implement PolicyAssertionValidator Modifier and Type Class Description classSecurityPolicyValidator -
Uses of PolicyAssertionValidator in com.sun.xml.ws.transport.tcp.wsit
Classes in com.sun.xml.ws.transport.tcp.wsit that implement PolicyAssertionValidator Modifier and Type Class Description classTCPTransportPolicyValidator -
Uses of PolicyAssertionValidator in com.sun.xml.ws.tx.at.policy.spi_impl
Classes in com.sun.xml.ws.tx.at.policy.spi_impl that implement PolicyAssertionValidator Modifier and Type Class Description classAtAssertionValidator
-