Uses of Interface
org.opensaml.xml.AttributeExtensibleXMLObject

Packages that use AttributeExtensibleXMLObject
org.opensaml.xml Base classes for working with XML as Java objects and configuring the library. 
org.opensaml.xml.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. 
org.opensaml.xml.encryption.impl Implementations of the interfaces for XMLObjects that represent XML encryption types. 
org.opensaml.xml.schema Interfaces for XMLObjects that represent XML schema types. 
org.opensaml.xml.schema.impl Implementations of the interfaces for XMLObjects that represent XML schema types. 
 

Uses of AttributeExtensibleXMLObject in org.opensaml.xml
 

Classes in org.opensaml.xml that implement AttributeExtensibleXMLObject
 class AbstractExtensibleXMLObject
          AbstractExtensibleXMLObject is an element of type xs:any, and with xs:anyAttribute attributes.
 

Uses of AttributeExtensibleXMLObject in org.opensaml.xml.encryption
 

Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.xml.encryption
 interface EncryptionProperty
          XMLObject representing XML Encryption, version 20021210, EncryptionProperty element.
 

Uses of AttributeExtensibleXMLObject in org.opensaml.xml.encryption.impl
 

Classes in org.opensaml.xml.encryption.impl that implement AttributeExtensibleXMLObject
 class EncryptionPropertyImpl
          Concrete implementation of EncryptionProperty
 

Uses of AttributeExtensibleXMLObject in org.opensaml.xml.schema
 

Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.xml.schema
 interface XSAny
          Represents the schema Any type.
 

Uses of AttributeExtensibleXMLObject in org.opensaml.xml.schema.impl
 

Classes in org.opensaml.xml.schema.impl that implement AttributeExtensibleXMLObject
 class XSAnyImpl
          Concrete implementation of XSAny.
 



Copyright © 1999-2013. All Rights Reserved.