Module org.eclipse.persistence.core
Class ExtendedSource
java.lang.Object
org.eclipse.persistence.internal.oxm.record.ExtendedSource
- All Implemented Interfaces:
Source
- Direct Known Subclasses:
JsonParserSource
,JsonStructureSource
This class is used to introduce new methods to the standard Source
interface that can be leveraged by MOXy.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract XMLReader
createReader
(Unmarshaller unmarshaller) abstract XMLReader
createReader
(Unmarshaller unmarshaller, Class<?> unmarshalClass) void
setSystemId
(String systemId)
-
Constructor Details
-
ExtendedSource
public ExtendedSource()
-
-
Method Details
-
createReader
-
createReader
-
setSystemId
- Specified by:
setSystemId
in interfaceSource
-
getSystemId
- Specified by:
getSystemId
in interfaceSource
-