public class ObjectFactory extends DefaultJAXBContextImpl
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
Modifier and Type | Field and Description |
---|---|
static GrammarInfo |
grammarInfo |
static Class |
version |
JAXB_CONTEXT_FACTORY
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.identity.saml2.jaxb.xmlenc
|
Modifier and Type | Method and Description |
---|---|
AgreementMethodElement |
createAgreementMethodElement()
Create an instance of AgreementMethodElement
|
AgreementMethodType |
createAgreementMethodType()
Create an instance of AgreementMethodType
|
AgreementMethodType.KANonce |
createAgreementMethodTypeKANonce()
Create an instance of AgreementMethodTypeKANonce
|
AgreementMethodType.KANonce |
createAgreementMethodTypeKANonce(byte[] value)
Create an instance of AgreementMethodTypeKANonce
|
AgreementMethodType.OriginatorKeyInfo |
createAgreementMethodTypeOriginatorKeyInfo()
Create an instance of AgreementMethodTypeOriginatorKeyInfo
|
AgreementMethodType.RecipientKeyInfo |
createAgreementMethodTypeRecipientKeyInfo()
Create an instance of AgreementMethodTypeRecipientKeyInfo
|
CipherDataElement |
createCipherDataElement()
Create an instance of CipherDataElement
|
CipherDataType |
createCipherDataType()
Create an instance of CipherDataType
|
CipherReferenceElement |
createCipherReferenceElement()
Create an instance of CipherReferenceElement
|
CipherReferenceType |
createCipherReferenceType()
Create an instance of CipherReferenceType
|
EncryptedDataElement |
createEncryptedDataElement()
Create an instance of EncryptedDataElement
|
EncryptedDataType |
createEncryptedDataType()
Create an instance of EncryptedDataType
|
EncryptedKeyElement |
createEncryptedKeyElement()
Create an instance of EncryptedKeyElement
|
EncryptedKeyType |
createEncryptedKeyType()
Create an instance of EncryptedKeyType
|
EncryptedType |
createEncryptedType()
Create an instance of EncryptedType
|
EncryptionMethodType |
createEncryptionMethodType()
Create an instance of EncryptionMethodType
|
EncryptionMethodType.KeySize |
createEncryptionMethodTypeKeySize()
Create an instance of EncryptionMethodTypeKeySize
|
EncryptionMethodType.KeySize |
createEncryptionMethodTypeKeySize(BigInteger value)
Create an instance of EncryptionMethodTypeKeySize
|
EncryptionMethodType.OAEPparams |
createEncryptionMethodTypeOAEPparams()
Create an instance of EncryptionMethodTypeOAEPparams
|
EncryptionMethodType.OAEPparams |
createEncryptionMethodTypeOAEPparams(byte[] value)
Create an instance of EncryptionMethodTypeOAEPparams
|
EncryptionPropertiesElement |
createEncryptionPropertiesElement()
Create an instance of EncryptionPropertiesElement
|
EncryptionPropertiesType |
createEncryptionPropertiesType()
Create an instance of EncryptionPropertiesType
|
EncryptionPropertyElement |
createEncryptionPropertyElement()
Create an instance of EncryptionPropertyElement
|
EncryptionPropertyType |
createEncryptionPropertyType()
Create an instance of EncryptionPropertyType
|
ReferenceListElement |
createReferenceListElement()
Create an instance of ReferenceListElement
|
ReferenceListType |
createReferenceListType()
Create an instance of ReferenceListType
|
ReferenceListType.DataReference |
createReferenceListTypeDataReference()
Create an instance of ReferenceListTypeDataReference
|
ReferenceListType.KeyReference |
createReferenceListTypeKeyReference()
Create an instance of ReferenceListTypeKeyReference
|
ReferenceType |
createReferenceType()
Create an instance of ReferenceType
|
TransformsType |
createTransformsType()
Create an instance of TransformsType
|
Object |
getProperty(String name)
Get the specified property.
|
Object |
newInstance(Class javaContentInterface)
Create an instance of the specified Java content interface.
|
void |
setProperty(String name,
Object value)
Set the specified property.
|
createMarshaller, createUnmarshaller, createValidator, getGrammar, getGrammarInfo
createBinder, createBinder, createJAXBIntrospector, generateSchema, newInstance, newInstance, newInstance, newInstance, newInstance
public static final GrammarInfo grammarInfo
public static final Class version
public ObjectFactory()
public Object newInstance(Class javaContentInterface) throws JAXBException
newInstance
in class DefaultJAXBContextImpl
javaContentInterface
- the Class object of the javacontent interface to instantiateJAXBException
- if an error occurspublic Object getProperty(String name) throws PropertyException
getProperty
in class DefaultJAXBContextImpl
name
- the name of the property to retrievePropertyException
- when there is an error retrieving the given property or valuepublic void setProperty(String name, Object value) throws PropertyException
setProperty
in class DefaultJAXBContextImpl
name
- the name of the property to retrievevalue
- the value of the property to be setPropertyException
- when there is an error processing the given property or valuepublic ReferenceListType.KeyReference createReferenceListTypeKeyReference() throws JAXBException
JAXBException
- if an error occurspublic CipherReferenceType createCipherReferenceType() throws JAXBException
JAXBException
- if an error occurspublic CipherDataType createCipherDataType() throws JAXBException
JAXBException
- if an error occurspublic ReferenceListType.DataReference createReferenceListTypeDataReference() throws JAXBException
JAXBException
- if an error occurspublic AgreementMethodType.KANonce createAgreementMethodTypeKANonce() throws JAXBException
JAXBException
- if an error occurspublic AgreementMethodType.KANonce createAgreementMethodTypeKANonce(byte[] value) throws JAXBException
JAXBException
- if an error occurspublic CipherDataElement createCipherDataElement() throws JAXBException
JAXBException
- if an error occurspublic EncryptedType createEncryptedType() throws JAXBException
JAXBException
- if an error occurspublic EncryptionMethodType.KeySize createEncryptionMethodTypeKeySize() throws JAXBException
JAXBException
- if an error occurspublic EncryptionMethodType.KeySize createEncryptionMethodTypeKeySize(BigInteger value) throws JAXBException
JAXBException
- if an error occurspublic ReferenceListType createReferenceListType() throws JAXBException
JAXBException
- if an error occurspublic ReferenceType createReferenceType() throws JAXBException
JAXBException
- if an error occurspublic EncryptionPropertiesElement createEncryptionPropertiesElement() throws JAXBException
JAXBException
- if an error occurspublic EncryptionMethodType createEncryptionMethodType() throws JAXBException
JAXBException
- if an error occurspublic EncryptedKeyElement createEncryptedKeyElement() throws JAXBException
JAXBException
- if an error occurspublic CipherReferenceElement createCipherReferenceElement() throws JAXBException
JAXBException
- if an error occurspublic EncryptedKeyType createEncryptedKeyType() throws JAXBException
JAXBException
- if an error occurspublic TransformsType createTransformsType() throws JAXBException
JAXBException
- if an error occurspublic EncryptedDataType createEncryptedDataType() throws JAXBException
JAXBException
- if an error occurspublic ReferenceListElement createReferenceListElement() throws JAXBException
JAXBException
- if an error occurspublic EncryptionMethodType.OAEPparams createEncryptionMethodTypeOAEPparams() throws JAXBException
JAXBException
- if an error occurspublic EncryptionMethodType.OAEPparams createEncryptionMethodTypeOAEPparams(byte[] value) throws JAXBException
JAXBException
- if an error occurspublic EncryptionPropertyType createEncryptionPropertyType() throws JAXBException
JAXBException
- if an error occurspublic EncryptedDataElement createEncryptedDataElement() throws JAXBException
JAXBException
- if an error occurspublic EncryptionPropertiesType createEncryptionPropertiesType() throws JAXBException
JAXBException
- if an error occurspublic EncryptionPropertyElement createEncryptionPropertyElement() throws JAXBException
JAXBException
- if an error occurspublic AgreementMethodElement createAgreementMethodElement() throws JAXBException
JAXBException
- if an error occurspublic AgreementMethodType.RecipientKeyInfo createAgreementMethodTypeRecipientKeyInfo() throws JAXBException
JAXBException
- if an error occurspublic AgreementMethodType.OriginatorKeyInfo createAgreementMethodTypeOriginatorKeyInfo() throws JAXBException
JAXBException
- if an error occurspublic AgreementMethodType createAgreementMethodType() throws JAXBException
JAXBException
- if an error occursCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.