public void doRegisterResponse(final String messageId)
throws Exception
{
final String relatesTo = "doRegisterResponse" ;
final AddressingContext addressingContext = AddressingContext.createRequestContext(registrationRequesterService, messageId) ;
addressingContext.addRelatesTo(new RelationshipType(relatesTo)) ;
final EndpointReferenceType coordinationProtocolService = new EndpointReferenceType(new AttributedURIType(TestUtil.PROTOCOL_COORDINATOR_SERVICE)) ;
final TestRegistrationRequesterCallback callback = new TestRegistrationRequesterCallback() {
public void registerResponse(final RegisterResponseType registerResponse, final AddressingContext addressingContext)