public class HostedServicePropertiesHandler extends ParseSax.HandlerForGeneratedRequestWithResult<HostedServiceProperties>
| Modifier and Type | Field and Description | 
|---|---|
protected StringBuilder | 
currentText  | 
| Constructor and Description | 
|---|
HostedServicePropertiesHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
characters(char[] ch,
          int start,
          int length) | 
void | 
endElement(String uri,
          String name,
          String qName) | 
HostedServiceProperties | 
getResult() | 
getRequest, setContextendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningprotected StringBuilder currentText
public HostedServiceProperties getResult()
getResult in class ParseSax.HandlerWithResult<HostedServiceProperties>public void endElement(String uri, String name, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandlerSAXExceptionpublic void characters(char[] ch,
              int start,
              int length)
characters in interface ContentHandlercharacters in class DefaultHandlerCopyright © 2009-2013 jclouds. All Rights Reserved.