Class AddressingPolicyAssertionCreator

  • All Implemented Interfaces:
    com.sun.xml.ws.policy.spi.PolicyAssertionCreator

    public class AddressingPolicyAssertionCreator
    extends Object
    implements com.sun.xml.ws.policy.spi.PolicyAssertionCreator
    Author:
    K.Venugopal@sun.com
    • Constructor Detail

      • AddressingPolicyAssertionCreator

        public AddressingPolicyAssertionCreator()
        Creates a new instance of AddressingPolicyAssertionCreator
    • Method Detail

      • getSupportedDomainNamespaceURIs

        public String[] getSupportedDomainNamespaceURIs()
        Specified by:
        getSupportedDomainNamespaceURIs in interface com.sun.xml.ws.policy.spi.PolicyAssertionCreator
      • getClass

        protected Class<?> getClass​(com.sun.xml.ws.policy.sourcemodel.AssertionData assertionData)
                             throws com.sun.xml.ws.policy.spi.AssertionCreationException
        Throws:
        com.sun.xml.ws.policy.spi.AssertionCreationException
      • createAssertion

        public com.sun.xml.ws.policy.PolicyAssertion createAssertion​(com.sun.xml.ws.policy.sourcemodel.AssertionData assertionData,
                                                                     Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions,
                                                                     com.sun.xml.ws.policy.AssertionSet nestedAlternative,
                                                                     com.sun.xml.ws.policy.spi.PolicyAssertionCreator policyAssertionCreator)
                                                              throws com.sun.xml.ws.policy.spi.AssertionCreationException
        Specified by:
        createAssertion in interface com.sun.xml.ws.policy.spi.PolicyAssertionCreator
        Throws:
        com.sun.xml.ws.policy.spi.AssertionCreationException