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

org.activecomponents.webservice.messages.ServiceTerminateInvocationMessage Maven / Gradle / Ivy

There is a newer version: 4.0.267
Show newest version
package org.activecomponents.webservice.messages;

/**
 *  A terminate service call message.
 */
public class ServiceTerminateInvocationMessage extends BaseMessage
{
	//todo: support terminate with exception
	
	/**
	 *  Create a new command.
	 */ 
	public ServiceTerminateInvocationMessage()
	{
	}
	
	/**
	 *  Create a new command.
	 */ 
	public ServiceTerminateInvocationMessage(String callid)
	{
		super(callid);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy