The f=java Request
This request function is mapped to the Java class com.arbortext.e3.FunctionJava. It allocates an Sottoprocesso Arbortext PE and invokes an Applicazione Arbortext PE written in Java, returning whatever response the Applicazione Arbortext PE generates.
The Java
Applicazione Arbortext PE is identified by the
class parameter, which must specify the name of the Java class to be invoked. All other query parameters, along with the rest of the HTTP request, are passed to the
Applicazione Arbortext PE for processing. The Java class must be configured in the Allowed Function List (see
The Allowed Functions List) in
e3config.xml or the
Arbortext PE Request Manager will return an error message. The request is structured like the following:
f=java&class=classname¶meter1=value1¶meter2=value2
Parent topic