Interface UnmappedContentHandler<UNMARSHAL_RECORD extends UnmarshalRecord>
-
- All Superinterfaces:
org.xml.sax.ContentHandler
- All Known Subinterfaces:
UnmappedContentHandler
- All Known Implementing Classes:
DefaultUnmappedContentHandler,DefaultUnmappedContentHandler
public interface UnmappedContentHandler<UNMARSHAL_RECORD extends UnmarshalRecord> extends org.xml.sax.ContentHandlerPurpose:Provide an interface that can be implemented for handling unmapped content during unmarshal operations with SAXPlatform.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetUnmarshalRecord(UNMARSHAL_RECORD unmarshalRecord)Set the UnmarshalRecord which gives access to mechanisms used during the unmarshal process such as an Unmarshaller and a Session.
-
-
-
Method Detail
-
setUnmarshalRecord
void setUnmarshalRecord(UNMARSHAL_RECORD unmarshalRecord)
Set the UnmarshalRecord which gives access to mechanisms used during the unmarshal process such as an Unmarshaller and a Session.- Parameters:
unmarshalRecord-
-
-