Package org.somda.sdc.common.util
Class JaxbModelCloning
- java.lang.Object
-
- org.somda.sdc.common.util.JaxbModelCloning
-
public class JaxbModelCloning extends Object
Abstract JAXB objects model cloning class with common methods.Object cloning is done by JAXB marshalling and unmarshalling.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJaxbModelCloning(String jaxbContextPackages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TdeepCopy(T object)Creates a deep copy of given BICEPS or DPWS model object.
-
-
-
Constructor Detail
-
JaxbModelCloning
protected JaxbModelCloning(String jaxbContextPackages)
-
-