registerType.setProtocolIdentifier(protocolIdentifier);
return registerType;
}
protected EndpointReference getParticipantProtocolService() {
EndpointReferenceBuilder eprBuilder = getEndpointReferenceBuilder();
return eprBuilder.address(participantAddress).
referenceParameter(txIdElement).
referenceParameter(routingElement).
build();
}