com.sun.xml.ws.addressing.impl.policy
Class AddressingPolicyAssertionCreator

java.lang.Object
  extended by com.sun.xml.ws.addressing.impl.policy.AddressingPolicyAssertionCreator
All Implemented Interfaces:
com.sun.xml.ws.policy.spi.PolicyAssertionCreator

public class AddressingPolicyAssertionCreator
extends java.lang.Object
implements com.sun.xml.ws.policy.spi.PolicyAssertionCreator


Constructor Summary
AddressingPolicyAssertionCreator()
          Creates a new instance of AddressingPolicyAssertionCreator
 
Method Summary
 com.sun.xml.ws.policy.PolicyAssertion createAssertion(com.sun.xml.ws.policy.sourcemodel.AssertionData assertionData, java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative, com.sun.xml.ws.policy.spi.PolicyAssertionCreator policyAssertionCreator)
           
protected  java.lang.Class getClass(com.sun.xml.ws.policy.sourcemodel.AssertionData assertionData)
           
 java.lang.String[] getSupportedDomainNamespaceURIs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressingPolicyAssertionCreator

public AddressingPolicyAssertionCreator()
Creates a new instance of AddressingPolicyAssertionCreator

Method Detail

getSupportedDomainNamespaceURIs

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

getClass

protected java.lang.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,
                                                             java.util.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