C D E G I P R S T V

C

com.ibm.websphere.rpcadapter - package com.ibm.websphere.rpcadapter
 
com.ibm.websphere.rpcadapter.converters - package com.ibm.websphere.rpcadapter.converters
 
com.ibm.websphere.rpcadapter.converters.sql - package com.ibm.websphere.rpcadapter.converters.sql
 
com.ibm.websphere.rpcadapter.converters.util - package com.ibm.websphere.rpcadapter.converters.util
 
ConfigurationException - Exception in com.ibm.websphere.rpcadapter
This exception is thrown whenever a configuration error occurs for the RPCAdapter component.
ConfigurationException(String) - Constructor for exception com.ibm.websphere.rpcadapter.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception com.ibm.websphere.rpcadapter.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception com.ibm.websphere.rpcadapter.ConfigurationException
 
ConverterFactory - Class in com.ibm.websphere.rpcadapter.converters
 
ConverterFactory() - Constructor for class com.ibm.websphere.rpcadapter.converters.ConverterFactory
 

D

Date - Class in com.ibm.websphere.rpcadapter.converters.sql
Custom Converter for java.sql.Date
Date() - Constructor for class com.ibm.websphere.rpcadapter.converters.sql.Date
 
Date - Class in com.ibm.websphere.rpcadapter.converters.util
Custom Converter for java.util.Date
Date() - Constructor for class com.ibm.websphere.rpcadapter.converters.util.Date
 
DefaultValidator - Class in com.ibm.websphere.rpcadapter
Default validator class.
DefaultValidator() - Constructor for class com.ibm.websphere.rpcadapter.DefaultValidator
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.websphere.rpcadapter.RPCAdapter
Implements basic documentation responses (/service, /service/<serviceName>, and /jsonrpc/<serviceName>) as well as invoking RPC operations (processService and processJsonrpc) for HTTP GET.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.websphere.rpcadapter.RPCAdapter
Invokes RPC operations (processService and processJsonrpc) for HTTP POST.

E

Error - Class in com.ibm.websphere.rpcadapter
Represents an Error Object that is passed back in the response in case of any application error conditions as well as certain error conditions of the RPCAdapter component.
Error() - Constructor for class com.ibm.websphere.rpcadapter.Error
 
Error(String, String, String, String, String, String, Object) - Constructor for class com.ibm.websphere.rpcadapter.Error
 

G

getBeanDescriptor() - Method in class com.ibm.websphere.rpcadapter.SimplerBeanInfo
Implements parsing of the declarative descriptors from getBeanDescriptorInfo.
getBeanDescriptorInfo() - Method in class com.ibm.websphere.rpcadapter.SimplerBeanInfo
Returns BeanInfo-style information encoded as String arrays.
getCode() - Method in class com.ibm.websphere.rpcadapter.Error
 
getConverter(String) - Static method in class com.ibm.websphere.rpcadapter.converters.ConverterFactory
 
getMessage() - Method in class com.ibm.websphere.rpcadapter.Error
 
getMethodDescriptors() - Method in class com.ibm.websphere.rpcadapter.SimplerBeanInfo
Implements parsing of the declarative descriptors from getBeanDescriptorInfo.
getMethodName() - Method in class com.ibm.websphere.rpcadapter.Error
 
getName() - Method in class com.ibm.websphere.rpcadapter.Error
 
getParameterIndex() - Method in class com.ibm.websphere.rpcadapter.Error
 
getParameterValue() - Method in class com.ibm.websphere.rpcadapter.Error
 
getRegex() - Method in class com.ibm.websphere.rpcadapter.Validator
 
getServiceName() - Method in class com.ibm.websphere.rpcadapter.Error
 
getStackTrace() - Method in class com.ibm.websphere.rpcadapter.Error
 

I

IConverter - Interface in com.ibm.websphere.rpcadapter.converters
Implement this interface to create custom converters.
init(ServletConfig) - Method in class com.ibm.websphere.rpcadapter.RPCAdapter
Beans are registered with the RPC Adapter as init parms in web.xml.

P

putinSession(HttpServletRequest, String, Ejb) - Method in class com.ibm.websphere.rpcadapter.RPCAdapter
 

R

RPCAdapter - Class in com.ibm.websphere.rpcadapter
Implements RPC access to registered Beans.
RPCAdapter() - Constructor for class com.ibm.websphere.rpcadapter.RPCAdapter
 

S

SelfBeanInfo - Interface in com.ibm.websphere.rpcadapter
Marker interface.
SESSION_APP_PREFIX - Static variable in class com.ibm.websphere.rpcadapter.RPCAdapter
Beans marked as oneInstancePerUser are placed in users' HttpSessions with names derived by prepending SESSION_PREFIX to the service name.
setBeanClass(Class) - Method in class com.ibm.websphere.rpcadapter.SimplerBeanInfo
The associated Bean class must be set in order to compute Method descriptors.
setCode(String) - Method in class com.ibm.websphere.rpcadapter.Error
 
setMessage(String) - Method in class com.ibm.websphere.rpcadapter.Error
 
setMethodName(String) - Method in class com.ibm.websphere.rpcadapter.Error
 
setName(String) - Method in class com.ibm.websphere.rpcadapter.Error
 
setParameterIndex(String) - Method in class com.ibm.websphere.rpcadapter.Error
 
setParameterValue(Object) - Method in class com.ibm.websphere.rpcadapter.Error
 
setRegex(String) - Method in class com.ibm.websphere.rpcadapter.Validator
 
setServiceName(String) - Method in class com.ibm.websphere.rpcadapter.Error
 
setStackTrace(String) - Method in class com.ibm.websphere.rpcadapter.Error
 
SimplerBeanInfo - Class in com.ibm.websphere.rpcadapter
Reduces BeanInfo programming to more of a declarative style, encoded as String arrays in the getBeanDescriptorInfo method.
SimplerBeanInfo() - Constructor for class com.ibm.websphere.rpcadapter.SimplerBeanInfo
 

T

Time - Class in com.ibm.websphere.rpcadapter.converters.sql
Custom Converter for java.sql.Time
Time() - Constructor for class com.ibm.websphere.rpcadapter.converters.sql.Time
 
Timestamp - Class in com.ibm.websphere.rpcadapter.converters.sql
Custom Converter for java.sql.Timestamp
Timestamp() - Constructor for class com.ibm.websphere.rpcadapter.converters.sql.Timestamp
 
toJson(Object) - Method in interface com.ibm.websphere.rpcadapter.converters.IConverter
Convert Java object to a JSON representation.
toJson(Object) - Method in class com.ibm.websphere.rpcadapter.converters.sql.Date
 
toJson(Object) - Method in class com.ibm.websphere.rpcadapter.converters.sql.Time
 
toJson(Object) - Method in class com.ibm.websphere.rpcadapter.converters.sql.Timestamp
 
toJson(Object) - Method in class com.ibm.websphere.rpcadapter.converters.util.Date
 
toObject(Object) - Method in interface com.ibm.websphere.rpcadapter.converters.IConverter
Convert JSON representation to a Java object.
toObject(Object) - Method in class com.ibm.websphere.rpcadapter.converters.sql.Date
 
toObject(Object) - Method in class com.ibm.websphere.rpcadapter.converters.sql.Time
 
toObject(Object) - Method in class com.ibm.websphere.rpcadapter.converters.sql.Timestamp
 
toObject(Object) - Method in class com.ibm.websphere.rpcadapter.converters.util.Date
 
toXml(Object) - Method in interface com.ibm.websphere.rpcadapter.converters.IConverter
Convert Java object to xml representation.
toXml(Object) - Method in class com.ibm.websphere.rpcadapter.converters.sql.Date
Convert Java object to xml representation.
toXml(Object) - Method in class com.ibm.websphere.rpcadapter.converters.sql.Time
Convert Java object to xml representation.
toXml(Object) - Method in class com.ibm.websphere.rpcadapter.converters.sql.Timestamp
Convert Java object to xml representation.
toXml(Object) - Method in class com.ibm.websphere.rpcadapter.converters.util.Date
Convert Java object to xml representation.

V

validate(Object, String, String) - Method in class com.ibm.websphere.rpcadapter.DefaultValidator
 
validate(String, String, String) - Method in class com.ibm.websphere.rpcadapter.Validator
Abstract method to be implemented for custom validation.
validate(Object, String, String) - Method in class com.ibm.websphere.rpcadapter.Validator
 
Validator - Class in com.ibm.websphere.rpcadapter
Abstract class that all the custom validator classes must extend.
Validator() - Constructor for class com.ibm.websphere.rpcadapter.Validator
 

C D E G I P R S T V