Package com.sun.xml.ws.rx.policy
Interface AssertionInstantiator
public interface AssertionInstantiator
- Author:
- Marek Potociar (marek.potociar at sun.com)
-
Method Summary
Modifier and TypeMethodDescriptioncom.sun.xml.ws.policy.PolicyAssertionnewInstance(com.sun.xml.ws.policy.sourcemodel.AssertionData data, Collection<com.sun.xml.ws.policy.PolicyAssertion> assertionParameters, com.sun.xml.ws.policy.AssertionSet nestedAlternative)
-
Method Details
-
newInstance
com.sun.xml.ws.policy.PolicyAssertion newInstance(com.sun.xml.ws.policy.sourcemodel.AssertionData data, Collection<com.sun.xml.ws.policy.PolicyAssertion> assertionParameters, com.sun.xml.ws.policy.AssertionSet nestedAlternative) throws com.sun.xml.ws.policy.spi.AssertionCreationException - Throws:
com.sun.xml.ws.policy.spi.AssertionCreationException
-