FileDocCategorySizeDatePackage
SignedSupportingTokens.javaAPI DocExample2722Tue May 29 16:56:48 BST 2007com.sun.xml.ws.security.impl.policy

SignedSupportingTokens

public class SignedSupportingTokens extends SupportingTokens implements com.sun.xml.ws.security.policy.SignedSupportingTokens
author
K.Venugopal@sun.com

Fields Summary
Constructors Summary
public SignedSupportingTokens()
Creates a new instance of SignedSupportingTokens

    
public SignedSupportingTokens(com.sun.xml.ws.policy.sourcemodel.AssertionData name, Collection nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)

        super(name,nestedAssertions,nestedAlternative);
    
Methods Summary