com.arjuna.mw.wsc11.context.Context Maven / Gradle / Ivy
The newest version!
/*
* Copyright The Narayana Authors
* SPDX-License-Identifier: Apache-2.0
*/
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 - 2025 Weber Informatics LLC | Privacy Policy