DefaultPolicyAssertionCreatorpublic class DefaultPolicyAssertionCreator extends Object implements com.sun.xml.ws.policy.spi.PolicyAssertionCreatorDefault implementation of a policy assertion creator. This implementation is used to create policy assertions in case
no domain specific policy assertion creator is registered for the namespace of the policy assertion.
This is the only PolicyAssertionCreator implementation that is allowed to break general contract, claiming that
{@code getSupportedDomainNamespaceUri()} must not return empty String without causing PolicyAssertionCreator registration
fail. |
Constructors Summary |
---|
DefaultPolicyAssertionCreator()Creates a new instance of DefaultPolicyAssertionCreator
// nothing to initialize
|
|