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.
getParser
public 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.