com.sun.xml.ws.config.management.policy
Class ManagementAssertionCreator

java.lang.Object
  extended by com.sun.xml.ws.config.management.policy.ManagementAssertionCreator
All Implemented Interfaces:
com.sun.xml.ws.policy.spi.PolicyAssertionCreator

public class ManagementAssertionCreator
extends Object
implements com.sun.xml.ws.policy.spi.PolicyAssertionCreator

Instantiates a PolicyAssertion of type ManagedServiceAssertion or ManagedClientAssertion.


Constructor Summary
ManagementAssertionCreator()
           
 
Method Summary
 com.sun.xml.ws.policy.PolicyAssertion createAssertion(com.sun.xml.ws.policy.sourcemodel.AssertionData data, Collection<com.sun.xml.ws.policy.PolicyAssertion> assertionParameters, com.sun.xml.ws.policy.AssertionSet nestedAlternative, com.sun.xml.ws.policy.spi.PolicyAssertionCreator defaultCreator)
           
 String[] getSupportedDomainNamespaceURIs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagementAssertionCreator

public ManagementAssertionCreator()
Method Detail

getSupportedDomainNamespaceURIs

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

createAssertion

public com.sun.xml.ws.policy.PolicyAssertion createAssertion(com.sun.xml.ws.policy.sourcemodel.AssertionData data,
                                                             Collection<com.sun.xml.ws.policy.PolicyAssertion> assertionParameters,
                                                             com.sun.xml.ws.policy.AssertionSet nestedAlternative,
                                                             com.sun.xml.ws.policy.spi.PolicyAssertionCreator defaultCreator)
                                                      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


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.