org.opensaml.artifact
Interface Artifact.TypeCode

All Superinterfaces:
ByteSizedSequence
All Known Implementing Classes:
SAMLArtifact.TypeCode
Enclosing interface:
Artifact

public static interface Artifact.TypeCode
extends ByteSizedSequence

A TypeCode, being a subcomponent of Artifact, is a sequence of bytes.


Method Summary
 Artifact.Parser getParser()
          Get the parser associated with this Artifact.TypeCode object.
 
Methods inherited from interface org.opensaml.artifact.ByteSizedSequence
equals, getBytes, hashCode, size, toString
 

Method Detail

getParser

Artifact.Parser getParser()
                          throws ArtifactParserException
Get the parser associated with this Artifact.TypeCode object. The typeCode determines the parser (since the typeCode determines the artifact).

Returns:
the parser
Throws:
ArtifactParserException - if unable to get the Parser associated with this Artifact.


Copyright ? 2005 UCAID. All Rights Reserved.