Package com.here.platform.location.tpeg2
Class XmlMarshallers
java.lang.Object
com.here.platform.location.tpeg2.XmlMarshallers
Factory methods for
XmlMarshaller
s.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMarshaller for a LocationReferencingContainer with default configuration.Marshaller for a LocationReferencingContainer.static XmlMarshaller<OpenLRLocationReference>
Marshaller for an OpenLRLocationReference with default configuration.static XmlMarshaller<OpenLRLocationReference>
openLRLocationReference
(XmlMarshallerConfig xmlMarshallerConfig) Marshaller for an OpenLRLocationReference.static XmlMarshaller<TECMessage>
Marshaller for a TECMessage with default configuration.static XmlMarshaller<TECMessage>
tecMessage
(XmlMarshallerConfig config) Marshaller for a TECMessage.static XmlMarshaller<TFPMessage>
Marshaller for a TFPMessage with default configuration.static XmlMarshaller<TFPMessage>
tfpMessage
(XmlMarshallerConfig config) Marshaller for a TFPMessage.static XmlMarshaller<TPEGDocument>
Marshaller for a full TPEGDocument with default configuration.static XmlMarshaller<TPEGDocument>
tpegDocument
(XmlMarshallerConfig config) Marshaller for a full TPEGDocument.
-
Constructor Details
-
XmlMarshallers
public XmlMarshallers()
-
-
Method Details
-
tpegDocument
Marshaller for a full TPEGDocument with default configuration. * -
tpegDocument
Marshaller for a full TPEGDocument. * -
tecMessage
Marshaller for a TECMessage with default configuration. -
tecMessage
Marshaller for a TECMessage. -
tfpMessage
Marshaller for a TFPMessage with default configuration. -
tfpMessage
Marshaller for a TFPMessage. -
locationReferencingContainer
Marshaller for a LocationReferencingContainer with default configuration.Note that in the standard there is no top-level XML element defined for TMCLocationReferences and ExtendedTMCLocationReferences.
-
locationReferencingContainer
public static XmlMarshaller<LocationReferencingContainer> locationReferencingContainer(XmlMarshallerConfig config) Marshaller for a LocationReferencingContainer.Note that in the standard there is no top-level XML element defined for TMCLocationReferences and ExtendedTMCLocationReferences.
-
openLRLocationReference
Marshaller for an OpenLRLocationReference with default configuration. -
openLRLocationReference
public static XmlMarshaller<OpenLRLocationReference> openLRLocationReference(XmlMarshallerConfig xmlMarshallerConfig) Marshaller for an OpenLRLocationReference.
-