Interface ADEUnmarshaller
-
public interface ADEUnmarshaller
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setADEUnmarshallerHelper(ADEUnmarshallerHelper helper)
ADEModelObject
unmarshal(java.lang.Object src)
ADEModelObject
unmarshal(javax.xml.bind.JAXBElement<?> src)
-
-
-
Method Detail
-
setADEUnmarshallerHelper
void setADEUnmarshallerHelper(ADEUnmarshallerHelper helper)
-
unmarshal
ADEModelObject unmarshal(javax.xml.bind.JAXBElement<?> src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshal
ADEModelObject unmarshal(java.lang.Object src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
-