Search in sources :

Example 1 with SMPParticipantMigrationMicroTypeConverter

use of com.helger.phoss.smp.domain.pmigration.SMPParticipantMigrationMicroTypeConverter in project phoss-smp by phax.

the class MicroTypeConverterRegistrarSMPServer method registerMicroTypeConverter.

public void registerMicroTypeConverter(@Nonnull final IMicroTypeConverterRegistry aRegistry) {
    aRegistry.registerMicroElementTypeConverter(SMPBusinessCard.class, new SMPBusinessCardMicroTypeConverter());
    aRegistry.registerMicroElementTypeConverter(SMPEndpoint.class, new SMPEndpointMicroTypeConverter());
    aRegistry.registerMicroElementTypeConverter(SMPParticipantMigration.class, new SMPParticipantMigrationMicroTypeConverter());
    aRegistry.registerMicroElementTypeConverter(SMPProcess.class, new SMPProcessMicroTypeConverter());
    aRegistry.registerMicroElementTypeConverter(SMPRedirect.class, new SMPRedirectMicroTypeConverter());
    aRegistry.registerMicroElementTypeConverter(SMPServiceGroup.class, new SMPServiceGroupMicroTypeConverter());
    aRegistry.registerMicroElementTypeConverter(SMPServiceInformation.class, new SMPServiceInformationMicroTypeConverter());
}
Also used : SMPServiceInformationMicroTypeConverter(com.helger.phoss.smp.domain.serviceinfo.SMPServiceInformationMicroTypeConverter) SMPRedirectMicroTypeConverter(com.helger.phoss.smp.domain.redirect.SMPRedirectMicroTypeConverter) SMPBusinessCardMicroTypeConverter(com.helger.phoss.smp.domain.businesscard.SMPBusinessCardMicroTypeConverter) SMPParticipantMigrationMicroTypeConverter(com.helger.phoss.smp.domain.pmigration.SMPParticipantMigrationMicroTypeConverter) SMPServiceGroupMicroTypeConverter(com.helger.phoss.smp.domain.servicegroup.SMPServiceGroupMicroTypeConverter) SMPProcessMicroTypeConverter(com.helger.phoss.smp.domain.serviceinfo.SMPProcessMicroTypeConverter) SMPEndpointMicroTypeConverter(com.helger.phoss.smp.domain.serviceinfo.SMPEndpointMicroTypeConverter)

Aggregations

SMPBusinessCardMicroTypeConverter (com.helger.phoss.smp.domain.businesscard.SMPBusinessCardMicroTypeConverter)1 SMPParticipantMigrationMicroTypeConverter (com.helger.phoss.smp.domain.pmigration.SMPParticipantMigrationMicroTypeConverter)1 SMPRedirectMicroTypeConverter (com.helger.phoss.smp.domain.redirect.SMPRedirectMicroTypeConverter)1 SMPServiceGroupMicroTypeConverter (com.helger.phoss.smp.domain.servicegroup.SMPServiceGroupMicroTypeConverter)1 SMPEndpointMicroTypeConverter (com.helger.phoss.smp.domain.serviceinfo.SMPEndpointMicroTypeConverter)1 SMPProcessMicroTypeConverter (com.helger.phoss.smp.domain.serviceinfo.SMPProcessMicroTypeConverter)1 SMPServiceInformationMicroTypeConverter (com.helger.phoss.smp.domain.serviceinfo.SMPServiceInformationMicroTypeConverter)1