Package com.basis.api.admin
Interface BBjAdminWebService
- All Superinterfaces:
BBjAdminCommitPropertyWriter
,BBjAdminCommitWriter
,BBjAdminPropertyReader
,BBjAdminPropertyWriter
,Remote
- All Known Subinterfaces:
BBjAdminWebService_1311
Configuration for a single web service on the server.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new method on the web service.Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.Returns the list of the methods available on the web service.void
setDescriptiveProperties
(BBjAdminList<BBjAdminProperty> p_descriptiveProps) Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.Methods inherited from interface com.basis.api.admin.BBjAdminCommitPropertyWriter
getChangedProperties, getClearedProperties, getOriginalProperties
Methods inherited from interface com.basis.api.admin.BBjAdminCommitWriter
commit, rollback
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
-
Field Details
-
NAME
- See Also:
-
WORKING_DIRECTORY
- See Also:
-
CONFIG_FILE
- See Also:
-
NAMESPACE
- See Also:
-
END_POINT
- See Also:
-
WSDL
- See Also:
-
WSDL_PROGRAM
- See Also:
-
WSIMPORT_ARGS
- See Also:
-
PACKAGE
- See Also:
-
BINDFILE
- See Also:
-
SERVICE_NAME
- See Also:
-
USE_USER_WSDL
- See Also:
-
VERSION
- See Also:
-
RPC
- See Also:
-
PORT_NUMBER
- See Also:
-
PORT_NAME
- See Also:
-
SSL_PORT_NUMBER
- See Also:
-
CONTEXT
- See Also:
-
AUTH_METHOD
- See Also:
-
STATUS
- See Also:
-
SOURCE
- See Also:
-
CLASS
- See Also:
-
SSCP
- See Also:
-
EXCEPTION_CLASS
- See Also:
-
-
Method Details
-
getMethods
Returns the list of the methods available on the web service.- Returns:
- List of the available methods on the web service.
- Throws:
BBjAdminException
-
createMethod
Creates a new method on the web service. Make sure to add the returned method to the list of methods ingetMethods()
and then call theBBjAdminCommitWriter.commit()
method to save your changes when you are finished modifying the web service.- Returns:
- BBjAdminWebServiceMethod instance created.
- Throws:
BBjAdminException
-
getDescriptiveProperties
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI. To get property values for general purposes, you should call the getXXX() methods.- Returns:
- BBjAdminList containing BBjAdminProperty objects for each available property.
- Throws:
BBjAdminException
-
setDescriptiveProperties
void setDescriptiveProperties(BBjAdminList<BBjAdminProperty> p_descriptiveProps) throws BBjAdminException Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI. To set property values for general purposes, you should call the setXXX() methods.- Throws:
BBjAdminException
-