Class AddressingPolicyAssertionCreator

java.lang.Object
com.sun.xml.ws.security.addressing.impl.policy.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 Details

    • AddressingPolicyAssertionCreator

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

    • 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