FileDocCategorySizeDatePackage
BootstrapPolicy.javaAPI DocExample2595Tue May 29 16:56:46 BST 2007com.sun.xml.ws.security.impl.policy

BootstrapPolicy

public class BootstrapPolicy extends com.sun.xml.ws.policy.PolicyAssertion
author
K.Venugopal@sun.com

Fields Summary
Constructors Summary
public BootstrapPolicy(com.sun.xml.ws.policy.sourcemodel.AssertionData name, Collection nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)
Creates a new instance of BootstrapPolicy

        super(name,nestedAssertions,nestedAlternative);
    
Methods Summary