* @throws IOException for any transport errors.
*/
public void sendCreateCoordinationResponse(final AddressingContext addressingContext, final CoordinationContextType coordinationContext)
throws SoapFault, IOException
{
final CreateCoordinationContextResponseType response = new CreateCoordinationContextResponseType() ;
response.setCoordinationContext(coordinationContext) ;
sendOneWay(response, addressingContext, soapService, activationCoordinator, null,
CoordinationConstants.WSCOOR_ELEMENT_CREATE_COORDINATION_CONTEXT_RESPONSE_QNAME,
createCoordinationContextResponseAction) ;
}