|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<T>
org.jclouds.ovf.xml.SectionHandler<T,B>
org.jclouds.ovf.xml.internal.BaseVirtualSystemHandler<VM,VM.Builder>
org.jclouds.savvis.vpdc.xml.VMHandler
public class VMHandler
| Field Summary |
|---|
| Fields inherited from class org.jclouds.ovf.xml.internal.BaseVirtualSystemHandler |
|---|
defaultSectionHandler, extensionHandler, extensionHandlers |
| Fields inherited from class org.jclouds.ovf.xml.SectionHandler |
|---|
builder, builderProvider, currentText |
| Constructor Summary | |
|---|---|
VMHandler(javax.inject.Provider<VM.Builder> builderProvider,
OperatingSystemSectionHandler osHandler,
VirtualHardwareSectionHandler hardwareHandler,
ProductSectionHandler productHandler,
javax.inject.Provider<NetworkSectionHandler> networkSectionHandler,
javax.inject.Provider<NetworkConfigSectionHandler> networkConfigSectionHandler,
javax.inject.Provider<NetworkConnectionSectionHandler> networkConnectionSectionHandler)
|
|
| Method Summary | |
|---|---|
protected void |
addAdditionalSection(String qName,
Section additionalSection)
|
void |
startElement(String uri,
String localName,
String qName,
Attributes attrs)
|
| Methods inherited from class org.jclouds.ovf.xml.internal.BaseVirtualSystemHandler |
|---|
characters, endElement, setExtensionHandlers |
| Methods inherited from class org.jclouds.ovf.xml.SectionHandler |
|---|
create, getResult |
| Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerWithResult |
|---|
getRequest, setContext |
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
|---|
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Inject
public VMHandler(javax.inject.Provider<VM.Builder> builderProvider,
OperatingSystemSectionHandler osHandler,
VirtualHardwareSectionHandler hardwareHandler,
ProductSectionHandler productHandler,
javax.inject.Provider<NetworkSectionHandler> networkSectionHandler,
javax.inject.Provider<NetworkConfigSectionHandler> networkConfigSectionHandler,
javax.inject.Provider<NetworkConnectionSectionHandler> networkConnectionSectionHandler)
| Method Detail |
|---|
public void startElement(String uri,
String localName,
String qName,
Attributes attrs)
throws SAXException
startElement in interface ContentHandlerstartElement in class BaseVirtualSystemHandler<VM,VM.Builder>SAXException
protected void addAdditionalSection(String qName,
Section additionalSection)
addAdditionalSection in class BaseVirtualSystemHandler<VM,VM.Builder>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||