Class ComponentDeserializationHandler
java.lang.Object
com.inductiveautomation.ignition.common.xmlserialization.deserialization.AbstractDeserializationHandler
com.inductiveautomation.ignition.common.xmlserialization.deserialization.handlers.ObjectDeserializationHandler
com.inductiveautomation.factorypmi.application.xmlserialization.ComponentDeserializationHandler
- All Implemented Interfaces:
- DeserializationHandler
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.common.xmlserialization.deserialization.handlers.ObjectDeserializationHandlerargs, clazz, methodName, methodSigFields inherited from class com.inductiveautomation.ignition.common.xmlserialization.deserialization.AbstractDeserializationHandlerobject, refId
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()Clones this handler.voidNotifies the handler that an object tag was found and deserialized within their scopevoidendSubElement(String name, DeserializationContext context) Notifies the handler that a sub-element has endedReturns the name of the element type that this handler ...voidstartSubElement(String name, AttributesMap attributes, DeserializationContext context) Notifies the handler that a sub-element has started.Methods inherited from class com.inductiveautomation.ignition.common.xmlserialization.deserialization.handlers.ObjectDeserializationHandlerendElement, getBodyDecoder, onBody, startElement, supportsNestedElementsMethods inherited from class com.inductiveautomation.ignition.common.xmlserialization.deserialization.AbstractDeserializationHandlergetObject, getRefId, setObject, setRefId
- 
Constructor Details- 
ComponentDeserializationHandlerpublic ComponentDeserializationHandler()
 
- 
- 
Method Details- 
cloneDescription copied from interface:DeserializationHandlerClones this handler. Only handlers that support nested elements will be cloned, all others can throw an unsupported operation exception instead.- Specified by:
- clonein interface- DeserializationHandler
- Overrides:
- clonein class- ObjectDeserializationHandler
 
- 
endObjectDescription copied from interface:DeserializationHandlerNotifies the handler that an object tag was found and deserialized within their scope- Specified by:
- endObjectin interface- DeserializationHandler
- Overrides:
- endObjectin class- ObjectDeserializationHandler
 
- 
startSubElementpublic void startSubElement(String name, AttributesMap attributes, DeserializationContext context) throws Exception Description copied from interface:DeserializationHandlerNotifies the handler that a sub-element has started.- Specified by:
- startSubElementin interface- DeserializationHandler
- Overrides:
- startSubElementin class- ObjectDeserializationHandler
- Throws:
- Exception
 
- 
endSubElementDescription copied from interface:DeserializationHandlerNotifies the handler that a sub-element has ended- Specified by:
- endSubElementin interface- DeserializationHandler
- Overrides:
- endSubElementin class- ObjectDeserializationHandler
- Throws:
- Exception
 
- 
getElementNameDescription copied from interface:DeserializationHandlerReturns the name of the element type that this handler ... handles.- Specified by:
- getElementNamein interface- DeserializationHandler
- Overrides:
- getElementNamein class- ObjectDeserializationHandler
 
 
-