org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl.runtime
Interface UnmarshallableObject

All Known Implementing Classes:
ActiveParticipantTypeImpl, AuditMessageImpl, AuditMessageTypeImpl, AuditMessageTypeImpl.ActiveParticipantTypeImpl, AuditSourceIdentificationTypeImpl, AuditSourceIdentificationTypeImpl.AuditSourceTypeCodeTypeImpl, CodedValueTypeImpl, EventIdentificationTypeImpl, ParticipantObjectIdentificationTypeImpl, ParticipantObjectIdentificationTypeImpl.ParticipantObjectIDTypeCodeTypeImpl, TypeValuePairTypeImpl

public interface UnmarshallableObject

Generated classes have to implement this interface for it to be unmarshallable.

Author:
Kohsuke KAWAGUCHI

Method Summary
 UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 

Method Detail

createUnmarshaller

UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Creates an unmarshaller that will unmarshall this object.