
jadex.extension.rs.invoke.RestServiceInvocationAgent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-platform-extension-webservice Show documentation
Show all versions of jadex-platform-extension-webservice Show documentation
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