Uses of Class
org.eclipse.higgins.cardstore.exceptions.UnsupportedObjectModel

Packages that use UnsupportedObjectModel
org.eclipse.higgins.cardstore   
org.eclipse.higgins.cardstore.schemas   
org.eclipse.higgins.cardstore.schemas._2000._09.xmldsig.impl   
org.eclipse.higgins.cardstore.schemas._2005._02.trust.impl   
org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl   
org.eclipse.higgins.cardstore.schemas._2005._08.addressing.impl   
org.eclipse.higgins.cardstore.schemas._2006._02.addressingidentity.impl   
org.eclipse.higgins.cardstore.utils   
 

Uses of UnsupportedObjectModel in org.eclipse.higgins.cardstore
 

Methods in org.eclipse.higgins.cardstore that throw UnsupportedObjectModel
 IEncryptedStore CardStoreDomBuilder.createEncryptedStore(byte[] crdsBytes)
           
 IEncryptedStore ICardStoreBuilder.createEncryptedStore(byte[] crdsBytes)
           
 

Uses of UnsupportedObjectModel in org.eclipse.higgins.cardstore.schemas
 

Methods in org.eclipse.higgins.cardstore.schemas that throw UnsupportedObjectModel
 void XMLSerializer.fromXml(Object obj)
           
 

Uses of UnsupportedObjectModel in org.eclipse.higgins.cardstore.schemas._2000._09.xmldsig.impl
 

Methods in org.eclipse.higgins.cardstore.schemas._2000._09.xmldsig.impl that throw UnsupportedObjectModel
 void KeyInfo.fromXml(Object obj)
           
 void X509Data.fromXml(Object obj)
           
 

Uses of UnsupportedObjectModel in org.eclipse.higgins.cardstore.schemas._2005._02.trust.impl
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._02.trust.impl that throw UnsupportedObjectModel
 void TokenType.fromXml(Object obj)
           
 

Uses of UnsupportedObjectModel in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that throw UnsupportedObjectModel
 void InformationCardReference.fromXml(Object obj)
           
 void X509V3Credential.fromXml(Object obj)
           
 void UsernamePasswordCredential.fromXml(Object obj)
           
 void PrivacyNoticeLocation.fromXml(Object obj)
           
 void TokenService.fromXml(Object obj)
           
 void SelfIssedCredential.fromXml(Object obj)
           
 void ClaimValue.fromXml(Object obj)
           
 void RequireAppliesTo.fromXml(Object obj)
           
 void CardImage.fromXml(Object obj)
           
 void UserCredential.fromXml(Object obj)
           
 void RoamingInformationCard.fromXml(Object obj)
           
 void SupportedClaimType.fromXml(Object obj)
           
 void EncryptedStore.fromXml(Object obj)
           
 void InformationCardMetaData.fromXml(Object obj)
           
 void RoamingStore.fromXml(Object obj)
           
 void InformationCardPrivateData.fromXml(Object obj)
           
 

Constructors in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that throw UnsupportedObjectModel
EncryptedStore(byte[] crdsBytes)
           
 

Uses of UnsupportedObjectModel in org.eclipse.higgins.cardstore.schemas._2005._08.addressing.impl
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._08.addressing.impl that throw UnsupportedObjectModel
 void MetaData.fromXml(Object obj)
           
 void EndpointReference.fromXml(Object obj)
           
 

Uses of UnsupportedObjectModel in org.eclipse.higgins.cardstore.schemas._2006._02.addressingidentity.impl
 

Methods in org.eclipse.higgins.cardstore.schemas._2006._02.addressingidentity.impl that throw UnsupportedObjectModel
 void Identity.fromXml(Object obj)
           
 

Uses of UnsupportedObjectModel in org.eclipse.higgins.cardstore.utils
 

Methods in org.eclipse.higgins.cardstore.utils that throw UnsupportedObjectModel
static void XmlUtils.buildObjectFromXml(Object parentObj, XMLSerializer obj, Element parent, String nodeName, String namespaceUri)
           
static Element XmlUtils.retrieveElementFromObject(Object obj)