Package org.jclouds.aws.xml
Class SessionCredentialsHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.jclouds.http.functions.ParseSax.HandlerWithResult<T>
-
- org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<SessionCredentials>
-
- org.jclouds.aws.xml.SessionCredentialsHandler
-
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<SessionCredentials>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
public class SessionCredentialsHandler extends ParseSax.HandlerForGeneratedRequestWithResult<SessionCredentials>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SessionCredentialsHandler(DateService dateService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
characters(char[] ch, int start, int length)
void
endElement(String uri, String name, String qName)
SessionCredentials
getResult()
-
Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult
getRequest, setContext
-
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Constructor Detail
-
SessionCredentialsHandler
@Inject protected SessionCredentialsHandler(DateService dateService)
-
-
Method Detail
-
getResult
public SessionCredentials getResult()
- Specified by:
getResult
in classParseSax.HandlerWithResult<SessionCredentials>
-
endElement
public void endElement(String uri, String name, String qName)
- Specified by:
endElement
in interfaceContentHandler
- Overrides:
endElement
in classDefaultHandler
-
characters
public void characters(char[] ch, int start, int length)
- Specified by:
characters
in interfaceContentHandler
- Overrides:
characters
in classDefaultHandler
-
-