Package com._1c.g5.v8.dt.ws.resource
Class WSDefinitionsSerializer
java.lang.Object
com._1c.g5.v8.dt.ws.resource.WSDefinitionsSerializer
Special mechanism for import content of WS Definition
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWSDefinitionsSerializer
(org.eclipse.emf.ecore.resource.Resource resource) Constructor -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObject
deserialize
(InputStream inputStream, WSDefinitions definitions) DeserializesWSDefinitions
-
Field Details
-
XMLNS_PREFIX
- See Also:
-
-
Constructor Details
-
WSDefinitionsSerializer
public WSDefinitionsSerializer(org.eclipse.emf.ecore.resource.Resource resource) Constructor- Parameters:
resource
- actual resource for deserialize WSDefinition, can't benull
-
-
Method Details
-
deserialize
public org.eclipse.emf.ecore.EObject deserialize(InputStream inputStream, WSDefinitions definitions) throws XMLStreamException DeserializesWSDefinitions
- Parameters:
inputStream
- stream contains content ofWSDefinitions
, can't benull
definitions
- actual deserializingWSDefinitions
, can't benull
- Returns:
- deserialized
WSDefinitions
, nevernull
- Throws:
XMLStreamException
- if error in xml was occurred
-