Package com.basis.api.admin
Interface BBjAdminWebServiceMethod
- All Superinterfaces:
BBjAdminPropertyReader
,BBjAdminPropertyWriter
,Comparable<BBjAdminWebServiceMethod>
,Remote
public interface BBjAdminWebServiceMethod
extends BBjAdminPropertyWriter, Comparable<BBjAdminWebServiceMethod>
Configuration for a method used by a web service.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns a new, blank parameter for the method.Returns the CALL that your server-side BBj code will be invoked with.Returns the signature of the method that will be generated with Java's wsimport tool for Java and BBj clients.Returns a list of the parameters for this method.Methods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyWriter
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
Methods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
NAME
- See Also:
-
CALL
- See Also:
-
RETURN_INDEX
- See Also:
-
-
Method Details
-
getParameters
Returns a list of the parameters for this method.- Throws:
BBjAdminException
-
createParameter
Returns a new, blank parameter for the method.- Throws:
BBjAdminException
-
getJavaCall
Returns the signature of the method that will be generated with Java's wsimport tool for Java and BBj clients.- Throws:
BBjAdminException
-
getBBjCall
Returns the CALL that your server-side BBj code will be invoked with.- Throws:
BBjAdminException
-