Class ObjectFactory
- java.lang.Object
- 
- javax.xml.bind.JAXBContext
- 
- com.sun.identity.saml2.jaxb.assertion.impl.runtime.DefaultJAXBContextImpl
- 
- com.sun.identity.saml2.jaxb.xmlenc.ObjectFactory
 
 
 
- 
 public class ObjectFactory extends DefaultJAXBContextImpl This object contains factory methods for each Java content interface and Java element interface generated in the com.sun.identity.saml2.jaxb.xmlenc package.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. 
- 
- 
Field SummaryFields Modifier and Type Field Description static GrammarInfogrammarInfostatic Classversion- 
Fields inherited from class javax.xml.bind.JAXBContextJAXB_CONTEXT_FACTORY
 
- 
 - 
Constructor SummaryConstructors Constructor 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
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AgreementMethodElementcreateAgreementMethodElement()Create an instance of AgreementMethodElementAgreementMethodTypecreateAgreementMethodType()Create an instance of AgreementMethodTypeAgreementMethodType.KANoncecreateAgreementMethodTypeKANonce()Create an instance of AgreementMethodTypeKANonceAgreementMethodType.KANoncecreateAgreementMethodTypeKANonce(byte[] value)Create an instance of AgreementMethodTypeKANonceAgreementMethodType.OriginatorKeyInfocreateAgreementMethodTypeOriginatorKeyInfo()Create an instance of AgreementMethodTypeOriginatorKeyInfoAgreementMethodType.RecipientKeyInfocreateAgreementMethodTypeRecipientKeyInfo()Create an instance of AgreementMethodTypeRecipientKeyInfoCipherDataElementcreateCipherDataElement()Create an instance of CipherDataElementCipherDataTypecreateCipherDataType()Create an instance of CipherDataTypeCipherReferenceElementcreateCipherReferenceElement()Create an instance of CipherReferenceElementCipherReferenceTypecreateCipherReferenceType()Create an instance of CipherReferenceTypeEncryptedDataElementcreateEncryptedDataElement()Create an instance of EncryptedDataElementEncryptedDataTypecreateEncryptedDataType()Create an instance of EncryptedDataTypeEncryptedKeyElementcreateEncryptedKeyElement()Create an instance of EncryptedKeyElementEncryptedKeyTypecreateEncryptedKeyType()Create an instance of EncryptedKeyTypeEncryptedTypecreateEncryptedType()Create an instance of EncryptedTypeEncryptionMethodTypecreateEncryptionMethodType()Create an instance of EncryptionMethodTypeEncryptionMethodType.KeySizecreateEncryptionMethodTypeKeySize()Create an instance of EncryptionMethodTypeKeySizeEncryptionMethodType.KeySizecreateEncryptionMethodTypeKeySize(BigInteger value)Create an instance of EncryptionMethodTypeKeySizeEncryptionMethodType.OAEPparamscreateEncryptionMethodTypeOAEPparams()Create an instance of EncryptionMethodTypeOAEPparamsEncryptionMethodType.OAEPparamscreateEncryptionMethodTypeOAEPparams(byte[] value)Create an instance of EncryptionMethodTypeOAEPparamsEncryptionPropertiesElementcreateEncryptionPropertiesElement()Create an instance of EncryptionPropertiesElementEncryptionPropertiesTypecreateEncryptionPropertiesType()Create an instance of EncryptionPropertiesTypeEncryptionPropertyElementcreateEncryptionPropertyElement()Create an instance of EncryptionPropertyElementEncryptionPropertyTypecreateEncryptionPropertyType()Create an instance of EncryptionPropertyTypeReferenceListElementcreateReferenceListElement()Create an instance of ReferenceListElementReferenceListTypecreateReferenceListType()Create an instance of ReferenceListTypeReferenceListType.DataReferencecreateReferenceListTypeDataReference()Create an instance of ReferenceListTypeDataReferenceReferenceListType.KeyReferencecreateReferenceListTypeKeyReference()Create an instance of ReferenceListTypeKeyReferenceReferenceTypecreateReferenceType()Create an instance of ReferenceTypeTransformsTypecreateTransformsType()Create an instance of TransformsTypeObjectgetProperty(String name)Get the specified property.ObjectnewInstance(Class javaContentInterface)Create an instance of the specified Java content interface.voidsetProperty(String name, Object value)Set the specified property.- 
Methods inherited from class com.sun.identity.saml2.jaxb.assertion.impl.runtime.DefaultJAXBContextImplcreateMarshaller, createUnmarshaller, createValidator, getGrammar, getGrammarInfo
 - 
Methods inherited from class javax.xml.bind.JAXBContextcreateBinder, createBinder, createJAXBIntrospector, generateSchema, newInstance, newInstance, newInstance, newInstance, newInstance
 
- 
 
- 
- 
- 
Field Detail- 
grammarInfopublic static final GrammarInfo grammarInfo 
 - 
versionpublic static final Class version 
 
- 
 - 
Method Detail- 
newInstancepublic Object newInstance(Class javaContentInterface) throws JAXBException Create an instance of the specified Java content interface.- Overrides:
- newInstancein class- DefaultJAXBContextImpl
- Parameters:
- javaContentInterface- the Class object of the javacontent interface to instantiate
- Returns:
- a new instance
- Throws:
- JAXBException- if an error occurs
 
 - 
getPropertypublic Object getProperty(String name) throws PropertyException Get the specified property. This method can only be used to get provider specific properties. Attempting to get an undefined property will result in a PropertyException being thrown.- Overrides:
- getPropertyin class- DefaultJAXBContextImpl
- Parameters:
- name- the name of the property to retrieve
- Returns:
- the value of the requested property
- Throws:
- PropertyException- when there is an error retrieving the given property or value
 
 - 
setPropertypublic void setProperty(String name, Object value) throws PropertyException Set the specified property. This method can only be used to set provider specific properties. Attempting to set an undefined property will result in a PropertyException being thrown.- Overrides:
- setPropertyin class- DefaultJAXBContextImpl
- Parameters:
- name- the name of the property to retrieve
- value- the value of the property to be set
- Throws:
- PropertyException- when there is an error processing the given property or value
 
 - 
createReferenceListTypeKeyReferencepublic ReferenceListType.KeyReference createReferenceListTypeKeyReference() throws JAXBException Create an instance of ReferenceListTypeKeyReference- Throws:
- JAXBException- if an error occurs
 
 - 
createCipherReferenceTypepublic CipherReferenceType createCipherReferenceType() throws JAXBException Create an instance of CipherReferenceType- Throws:
- JAXBException- if an error occurs
 
 - 
createCipherDataTypepublic CipherDataType createCipherDataType() throws JAXBException Create an instance of CipherDataType- Throws:
- JAXBException- if an error occurs
 
 - 
createReferenceListTypeDataReferencepublic ReferenceListType.DataReference createReferenceListTypeDataReference() throws JAXBException Create an instance of ReferenceListTypeDataReference- Throws:
- JAXBException- if an error occurs
 
 - 
createAgreementMethodTypeKANoncepublic AgreementMethodType.KANonce createAgreementMethodTypeKANonce() throws JAXBException Create an instance of AgreementMethodTypeKANonce- Throws:
- JAXBException- if an error occurs
 
 - 
createAgreementMethodTypeKANoncepublic AgreementMethodType.KANonce createAgreementMethodTypeKANonce(byte[] value) throws JAXBException Create an instance of AgreementMethodTypeKANonce- Throws:
- JAXBException- if an error occurs
 
 - 
createCipherDataElementpublic CipherDataElement createCipherDataElement() throws JAXBException Create an instance of CipherDataElement- Throws:
- JAXBException- if an error occurs
 
 - 
createEncryptedTypepublic EncryptedType createEncryptedType() throws JAXBException Create an instance of EncryptedType- Throws:
- JAXBException- if an error occurs
 
 - 
createEncryptionMethodTypeKeySizepublic EncryptionMethodType.KeySize createEncryptionMethodTypeKeySize() throws JAXBException Create an instance of EncryptionMethodTypeKeySize- Throws:
- JAXBException- if an error occurs
 
 - 
createEncryptionMethodTypeKeySizepublic EncryptionMethodType.KeySize createEncryptionMethodTypeKeySize(BigInteger value) throws JAXBException Create an instance of EncryptionMethodTypeKeySize- Throws:
- JAXBException- if an error occurs
 
 - 
createReferenceListTypepublic ReferenceListType createReferenceListType() throws JAXBException Create an instance of ReferenceListType- Throws:
- JAXBException- if an error occurs
 
 - 
createReferenceTypepublic ReferenceType createReferenceType() throws JAXBException Create an instance of ReferenceType- Throws:
- JAXBException- if an error occurs
 
 - 
createEncryptionPropertiesElementpublic EncryptionPropertiesElement createEncryptionPropertiesElement() throws JAXBException Create an instance of EncryptionPropertiesElement- Throws:
- JAXBException- if an error occurs
 
 - 
createEncryptionMethodTypepublic EncryptionMethodType createEncryptionMethodType() throws JAXBException Create an instance of EncryptionMethodType- Throws:
- JAXBException- if an error occurs
 
 - 
createEncryptedKeyElementpublic EncryptedKeyElement createEncryptedKeyElement() throws JAXBException Create an instance of EncryptedKeyElement- Throws:
- JAXBException- if an error occurs
 
 - 
createCipherReferenceElementpublic CipherReferenceElement createCipherReferenceElement() throws JAXBException Create an instance of CipherReferenceElement- Throws:
- JAXBException- if an error occurs
 
 - 
createEncryptedKeyTypepublic EncryptedKeyType createEncryptedKeyType() throws JAXBException Create an instance of EncryptedKeyType- Throws:
- JAXBException- if an error occurs
 
 - 
createTransformsTypepublic TransformsType createTransformsType() throws JAXBException Create an instance of TransformsType- Throws:
- JAXBException- if an error occurs
 
 - 
createEncryptedDataTypepublic EncryptedDataType createEncryptedDataType() throws JAXBException Create an instance of EncryptedDataType- Throws:
- JAXBException- if an error occurs
 
 - 
createReferenceListElementpublic ReferenceListElement createReferenceListElement() throws JAXBException Create an instance of ReferenceListElement- Throws:
- JAXBException- if an error occurs
 
 - 
createEncryptionMethodTypeOAEPparamspublic EncryptionMethodType.OAEPparams createEncryptionMethodTypeOAEPparams() throws JAXBException Create an instance of EncryptionMethodTypeOAEPparams- Throws:
- JAXBException- if an error occurs
 
 - 
createEncryptionMethodTypeOAEPparamspublic EncryptionMethodType.OAEPparams createEncryptionMethodTypeOAEPparams(byte[] value) throws JAXBException Create an instance of EncryptionMethodTypeOAEPparams- Throws:
- JAXBException- if an error occurs
 
 - 
createEncryptionPropertyTypepublic EncryptionPropertyType createEncryptionPropertyType() throws JAXBException Create an instance of EncryptionPropertyType- Throws:
- JAXBException- if an error occurs
 
 - 
createEncryptedDataElementpublic EncryptedDataElement createEncryptedDataElement() throws JAXBException Create an instance of EncryptedDataElement- Throws:
- JAXBException- if an error occurs
 
 - 
createEncryptionPropertiesTypepublic EncryptionPropertiesType createEncryptionPropertiesType() throws JAXBException Create an instance of EncryptionPropertiesType- Throws:
- JAXBException- if an error occurs
 
 - 
createEncryptionPropertyElementpublic EncryptionPropertyElement createEncryptionPropertyElement() throws JAXBException Create an instance of EncryptionPropertyElement- Throws:
- JAXBException- if an error occurs
 
 - 
createAgreementMethodElementpublic AgreementMethodElement createAgreementMethodElement() throws JAXBException Create an instance of AgreementMethodElement- Throws:
- JAXBException- if an error occurs
 
 - 
createAgreementMethodTypeRecipientKeyInfopublic AgreementMethodType.RecipientKeyInfo createAgreementMethodTypeRecipientKeyInfo() throws JAXBException Create an instance of AgreementMethodTypeRecipientKeyInfo- Throws:
- JAXBException- if an error occurs
 
 - 
createAgreementMethodTypeOriginatorKeyInfopublic AgreementMethodType.OriginatorKeyInfo createAgreementMethodTypeOriginatorKeyInfo() throws JAXBException Create an instance of AgreementMethodTypeOriginatorKeyInfo- Throws:
- JAXBException- if an error occurs
 
 - 
createAgreementMethodTypepublic AgreementMethodType createAgreementMethodType() throws JAXBException Create an instance of AgreementMethodType- Throws:
- JAXBException- if an error occurs
 
 
- 
 
-