org.opensaml.artifact
Interface Artifact.Parser

All Known Implementing Classes:
SAMLArtifact.Parser, SAMLArtifactType0001.Parser, SAMLArtifactType0002.Parser
Enclosing interface:
Artifact

public static interface Artifact.Parser

A Parser is used to parse (decode) an encoded Artifact.


Method Summary
 Artifact parse(String s)
          Parse the given string.
 

Method Detail

parse

Artifact parse(String s)
               throws ArtifactParseException
Parse the given string.

Parameters:
s - the string to be parsed
Returns:
the artifact obtained from parsing the string
Throws:
ArtifactParseException - if unable to parse the string.


Copyright ? 2005 UCAID. All Rights Reserved.