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

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

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

/**
 *  Message for pulling a result.
 */
public class PullResultMessage extends BaseMessage
{
	//todo: support terminate with exception
	
	/**
	 *  Create a new message.
	 */ 
	public PullResultMessage()
	{
	}
	
	/**
	 *  Create a new message.
	 */ 
	public PullResultMessage(String callid)
	{
		super(callid);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy