DeploymentContext manager = DeploymentContextFactory.deploymentContext();
com.arjuna.mw.wsas.context.Context theContext = manager.context();
*/
final JTAContextImple jtaContext = JTAContextImple.getContext() ;
final SoapRegistry soapRegistry = SoapRegistry.getRegistry() ;
final String registrationCoordinatorURI = soapRegistry.getServiceURI(CoordinationConstants.SERVICE_REGISTRATION_COORDINATOR) ;
final CoordinationContextType coordinationContext = new CoordinationContextType() ;
coordinationContext.setCoordinationType(new URI(coordinationTypeURI)) ;
coordinationContext.setIdentifier(new AttributedURIType(jtaContext.getTransactionIdentifier())) ;
final int transactionExpires = jtaContext.getTransactionExpires() ;