|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLObjectBuilder | |
|---|---|
| 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.impl | Implementations of the interfaces for XMLObjects that represent XML schema types. |
| org.opensaml.xml.signature | XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. |
| org.opensaml.xml.signature.impl | Implementations of the interfaces for XMLObjects that represent XML signature types. |
| Uses of XMLObjectBuilder in org.opensaml.xml |
|---|
| Classes in org.opensaml.xml that implement XMLObjectBuilder | |
|---|---|
class |
AbstractXMLObjectBuilder<XMLObjectType extends XMLObject>
Base implementation for XMLObject builders. |
| Methods in org.opensaml.xml that return XMLObjectBuilder | |
|---|---|
XMLObjectBuilder |
XMLObjectBuilderFactory.deregisterBuilder(QName builderKey)
Deregisters a builder. |
XMLObjectBuilder |
XMLObjectBuilderFactory.getBuilder(Element domElement)
Retrieves the XMLObject builder for the given element. |
XMLObjectBuilder |
XMLObjectBuilderFactory.getBuilder(QName key)
Retrieves an XMLObjectBuilder using the key it was registered with. |
| Methods in org.opensaml.xml that return types with arguments of type XMLObjectBuilder | |
|---|---|
Map<QName,XMLObjectBuilder> |
XMLObjectBuilderFactory.getBuilders()
Gets an immutable list of all the builders currently registered. |
| Methods in org.opensaml.xml with parameters of type XMLObjectBuilder | |
|---|---|
void |
XMLObjectBuilderFactory.registerBuilder(QName builderKey,
XMLObjectBuilder builder)
Registers a new builder for the given name. |
static void |
Configuration.registerObjectProvider(QName providerName,
XMLObjectBuilder builder,
Marshaller marshaller,
Unmarshaller unmarshaller)
Adds an object provider to this configuration. |
static void |
Configuration.registerObjectProvider(QName providerName,
XMLObjectBuilder builder,
Marshaller marshaller,
Unmarshaller unmarshaller,
Element configuration)
Deprecated. this method is deprecated with no replacement |
| Uses of XMLObjectBuilder in org.opensaml.xml.encryption |
|---|
| Subinterfaces of XMLObjectBuilder in org.opensaml.xml.encryption | |
|---|---|
interface |
XMLEncryptionBuilder<XMLEncryptionType extends XMLObject>
Builder for XMLObjects from org.opensaml.xml.encryption. |
| Uses of XMLObjectBuilder in org.opensaml.xml.encryption.impl |
|---|
| Uses of XMLObjectBuilder in org.opensaml.xml.schema.impl |
|---|
| Classes in org.opensaml.xml.schema.impl that implement XMLObjectBuilder | |
|---|---|
class |
XSAnyBuilder
Builder of XSAnyImpls. |
class |
XSBase64BinaryBuilder
Builder of XSBase64BinaryImpl objects. |
class |
XSDateTimeBuilder
Builder of XSDateTime objects. |
class |
XSIntegerBuilder
Builder of XSIntegerImpl objects. |
class |
XSQNameBuilder
Builder of XSQNameImpl objects. |
class |
XSStringBuilder
Builder of XSStringImpl objects. |
class |
XSURIBuilder
Builder of XSURIImpl objects. |
| Uses of XMLObjectBuilder in org.opensaml.xml.signature |
|---|
| Subinterfaces of XMLObjectBuilder in org.opensaml.xml.signature | |
|---|---|
interface |
XMLSignatureBuilder<XMLSignatureType extends XMLObject>
Builder for XMLObjects from org.opensaml.xml.signature |
| Uses of XMLObjectBuilder in org.opensaml.xml.signature.impl |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||