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

jadex.extension.rs.invoke.RestServiceInvocationAgent Maven / Gradle / Ivy

Go to download

The Jadex webservice platform extension package contains basic functionality for WSDL web services and REST web services.

The newest version!
package jadex.extension.rs.invoke;

import jadex.micro.annotation.Agent;

/**
 *  The invocation agent is used to execute the
 *  synchronous web service call. The agent is
 *  blocked during the call is running. For each
 *  call a new invocation agent is used.
 */
@Agent
public class RestServiceInvocationAgent
{
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy