Package com._1c.g5.v8.dt.ws.resource
Class WSDefinitionsSerializer
- java.lang.Object
-
- com._1c.g5.v8.dt.ws.resource.WSDefinitionsSerializer
-
public class WSDefinitionsSerializer extends Object
Special mechanism for import content of WS Definition
-
-
Field Summary
Fields Modifier and Type Field Description static String
XMLNS_PREFIX
-
Constructor Summary
Constructors Constructor Description WSDefinitionsSerializer(org.eclipse.emf.ecore.resource.Resource resource)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObject
deserialize(InputStream inputStream, WSDefinitions definitions)
DeserializesWSDefinitions
-
-
-
Field Detail
-
XMLNS_PREFIX
public static final String XMLNS_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
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
-
-