All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arjuna.mw.wsc11.context.Context Maven / Gradle / Ivy

There is a newer version: 4.17.43.Final
Show newest version
package com.arjuna.mw.wsc11.context;

import org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContextType;

/**
 * @author Mark Little ([email protected])
 * @version $Id: Context.java,v 1.1.24.1 2005/11/22 10:34:14 kconner Exp $
 * @since 1.0.
 */

public interface Context
{

    public CoordinationContextType getCoordinationContext ();

    public void setCoordinationContext (CoordinationContextType cc);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy