org.wso2.solutions.identity.cards.model
Interface CardElement

All Known Subinterfaces:
Credential
All Known Implementing Classes:
CardImage, Identity, InformationCard, InformationCardReference, KerberosV5Credential, Metadata, PrivacyNotice, RequireAppliesTo, SelfIssuedCredential, SupportedClaimType, SupportedClaimTypeList, SupportedTokenTypeList, TokenService, TokenServiceList, UserCredential, UsernamePasswordCredential, X509V3Credential

public interface CardElement


Method Summary
 org.apache.axiom.om.OMElement serialize()
          Serialize this element into an OMElement
 

Method Detail

serialize

org.apache.axiom.om.OMElement serialize()
                                        throws CardModelException
Serialize this element into an OMElement

Returns:
An OMelement that encapsulates information in this element.
Throws:
CardModelException