* @return CoordinatorIF
*/
CoordinatorIF<T> getCoordinatorPortType() {
String txid = getWSATHelper().getWSATTidFromWebServiceContextHeaderList(m_context);
Xid xidFromWebServiceContextHeaderList = TransactionIdHelper.getInstance().wsatid2xid(txid);
EndpointReference parentReference = getTransactionaService().getParentReference(xidFromWebServiceContextHeaderList);
CoordinatorProxyBuilder<T> builder = m_version.newCoordinatorProxyBuilder().to(parentReference);
CoordinatorIF<T> coordinatorPort = builder.build();
if(WSATHelper.isDebugEnabled())
debug("getCoordinatorPortType coordinatorPort:" + coordinatorPort + "for txid:" + txid +
" xid:"+xidFromWebServiceContextHeaderList + " parentRef:"+parentReference);