public interface BBjAdminWebServiceMethod extends BBjAdminPropertyWriter, java.lang.Comparable<BBjAdminWebServiceMethod>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CALL |
static java.lang.String |
NAME |
static java.lang.String |
RETURN_INDEX |
Modifier and Type | Method and Description |
---|---|
BBjAdminWebServiceMethodParameter |
createParameter()
Returns a new, blank parameter for the method.
|
java.lang.String |
getBBjCall()
Returns the CALL that your server-side BBj code will be invoked with.
|
java.lang.String |
getJavaCall()
Returns the signature of the method that will be generated with Java's
wsimport tool for Java and BBj clients.
|
BBjAdminList<BBjAdminWebServiceMethodParameter> |
getParameters()
Returns a list of the parameters for this method.
|
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
static final java.lang.String NAME
static final java.lang.String CALL
static final java.lang.String RETURN_INDEX
BBjAdminList<BBjAdminWebServiceMethodParameter> getParameters() throws BBjAdminException
BBjAdminException
BBjAdminWebServiceMethodParameter createParameter() throws BBjAdminException
BBjAdminException
java.lang.String getJavaCall() throws BBjAdminException
BBjAdminException
java.lang.String getBBjCall() throws BBjAdminException
BBjAdminException