A B C D E F G H I J K L M N O P R S T V W X

A

AMFBody - class org.openamf.AMFBody.
AMF Body
AMFBody(String, String, Object) - Constructor for class org.openamf.AMFBody
AMF body with unknown type
AMFBody(String, String, Object, byte) - Constructor for class org.openamf.AMFBody
AMF Body constructor
AMFDeserializer - class org.openamf.io.AMFDeserializer.
AMF Deserializer
AMFDeserializer(DataInputStream) - Constructor for class org.openamf.io.AMFDeserializer
Deserialize message
AMFError - class org.openamf.AMFError.
AMF Error object
AMFError() - Constructor for class org.openamf.AMFError
 
AMFHeader - class org.openamf.AMFHeader.
AMF Header
AMFHeader(String, boolean, Object) - Constructor for class org.openamf.AMFHeader
 
AMFMessage - class org.openamf.AMFMessage.
AMF Message
AMFMessage() - Constructor for class org.openamf.AMFMessage
 
AMFMessageTest - class org.openamf.AMFMessageTest.
JUnit test case
AMFMessageTest(String) - Constructor for class org.openamf.AMFMessageTest
 
AMFSerializer - class org.openamf.io.AMFSerializer.
AMF Serializer
AMFSerializer(DataOutputStream) - Constructor for class org.openamf.io.AMFSerializer
Constructor
AMFSerializerConfig - class org.openamf.config.AMFSerializerConfig.
Contains configuration parameters for AMF message serialization
AMFSerializerConfig() - Constructor for class org.openamf.config.AMFSerializerConfig
 
AMFSerializerTest - class org.openamf.io.AMFSerializerTest.
 
AMFSerializerTest(String) - Constructor for class org.openamf.io.AMFSerializerTest
 
ASObject - class flashgateway.io.ASObject.
Implementation of MM's flashgateway.io.ASObject so that we can use ASTranslator
ASObject() - Constructor for class flashgateway.io.ASObject
 
ASObject(String) - Constructor for class flashgateway.io.ASObject
Creates ASObject with type
ASRecordSet - class org.openamf.recordset.ASRecordSet.
 
ASRecordSet() - Constructor for class org.openamf.recordset.ASRecordSet
 
AccessDeniedException - exception org.openamf.invoker.AccessDeniedException.
Exception class for indicationg that a service may not be accessed.
AccessDeniedException() - Constructor for class org.openamf.invoker.AccessDeniedException
 
AccessDeniedException(String) - Constructor for class org.openamf.invoker.AccessDeniedException
 
AccessDeniedException(String, Throwable) - Constructor for class org.openamf.invoker.AccessDeniedException
 
AccessDeniedException(Throwable) - Constructor for class org.openamf.invoker.AccessDeniedException
 
AdvancedGateway - class org.openamf.AdvancedGateway.
Extends the behavior of the DefaultGateway to allow more advanced configuration such as selecting the invoker, adding access control, storing state-beans in the request/session, and filtering the results.
AdvancedGateway() - Constructor for class org.openamf.AdvancedGateway
 
Authentication - class org.openamf.examples.Authentication.
 
Authentication() - Constructor for class org.openamf.examples.Authentication
 
addAccessConstraintConfig(ServiceMethodAccessConstraintConfig) - Method in class org.openamf.config.ServiceMethodConfig
 
addBody(String, String, Object, byte) - Method in class org.openamf.AMFMessage
 
addBody(AMFBody) - Method in class org.openamf.AMFMessage
 
addCustomClassMappingConfig(CustomClassMappingConfig) - Method in class org.openamf.config.OpenAMFConfig
 
addHeader(String, boolean, Object) - Method in class org.openamf.AMFMessage
 
addHeader(AMFHeader) - Method in class org.openamf.AMFMessage
 
addMethodConfig(ServiceMethodConfig) - Method in class org.openamf.config.ServiceConfig
 
addParameter(Object) - Method in class org.openamf.ServiceRequest
 
addParameterConfig(FilterParameterConfig) - Method in class org.openamf.config.FilterConfig
 
addParameterConfig(ServiceMethodParameterConfig) - Method in class org.openamf.config.ServiceMethodConfig
 
addPerson(Person) - Method in class org.openamf.examples.Directory
 
addPerson(Person, Authentication) - Method in class org.openamf.examples.Directory
 
addResultFilterConfig(FilterConfig) - Method in class org.openamf.config.ServiceMethodConfig
 
addServiceConfig(ServiceConfig) - Method in class org.openamf.config.OpenAMFConfig
 
addServiceInvokerConfig(ServiceInvokerConfig) - Method in class org.openamf.config.OpenAMFConfig
 
addStateBeanConfig(StateBeanConfig) - Method in class org.openamf.config.OpenAMFConfig
 
addStateBeanRef(String) - Method in class org.openamf.config.ServiceMethodConfig
 

B

Bar - class org.openamf.test.Bar.
 
Bar() - Constructor for class org.openamf.test.Bar
 
BeanListToRecordSet - class org.openamf.filter.BeanListToRecordSet.
 
BeanListToRecordSet() - Constructor for class org.openamf.filter.BeanListToRecordSet
 
beginDeserializeAMFMessage(WebRequest) - Method in class org.openamf.DefaultGatewayTest
 
bodies - Variable in class org.openamf.AMFMessage
The body objects
bodies - Variable in class org.openamf.io.AMFDeserializer
Content of the bodies
bodyCount - Variable in class org.openamf.io.AMFDeserializer
Number of bodies

C

CODE - Static variable in class org.openamf.AMFError
 
ConfigDigester - class org.openamf.config.ConfigDigester.
 
ConfigDigester() - Constructor for class org.openamf.config.ConfigDigester
 
CustomClassMappingConfig - class org.openamf.config.CustomClassMappingConfig.
 
CustomClassMappingConfig() - Constructor for class org.openamf.config.CustomClassMappingConfig
 
clear() - Static method in class org.openamf.RequestContext
clears the request context data
clearRequestContext() - Method in class org.openamf.DefaultGateway
 
compareTo(Object) - Method in class org.openamf.invoker.RankedMethod
 
configure() - Method in class org.openamf.config.ConfigDigester
 
configured - Variable in class org.openamf.config.ConfigDigester
 
containsKey(Object) - Method in class flashgateway.io.ASObject
Returns true if this map contains a mapping for the specified key.
convertDOMToString(Node) - Static method in class org.openamf.util.XMLUtils
 
convertPrimitiveArrayToObjectArray(Object) - Method in class org.openamf.io.AMFSerializer
 
convertToDOM(InputStream) - Static method in class org.openamf.util.XMLUtils
Reads XML Document from input stream

D

DATA_TYPE_ARRAY - Static variable in class org.openamf.AMFBody
Array Object type
DATA_TYPE_AS_OBJECT - Static variable in class org.openamf.AMFBody
General Object type
DATA_TYPE_BOOLEAN - Static variable in class org.openamf.AMFBody
Boolean object type
DATA_TYPE_CUSTOM_CLASS - Static variable in class org.openamf.AMFBody
Custom class object type
DATA_TYPE_DATE - Static variable in class org.openamf.AMFBody
Date object type
DATA_TYPE_LONG_STRING - Static variable in class org.openamf.AMFBody
Long String object type
DATA_TYPE_MIXED_ARRAY - Static variable in class org.openamf.AMFBody
Mixed Array Object type
DATA_TYPE_MOVIE_CLIP - Static variable in class org.openamf.AMFBody
Movie clip object type
DATA_TYPE_NULL - Static variable in class org.openamf.AMFBody
NULL object type
DATA_TYPE_NUMBER - Static variable in class org.openamf.AMFBody
Number object type
DATA_TYPE_OBJECT - Static variable in class org.openamf.AMFBody
Object object type
DATA_TYPE_OBJECT_END - Static variable in class org.openamf.AMFBody
Object end type
DATA_TYPE_RECORDSET - Static variable in class org.openamf.AMFBody
RecordSet object type
DATA_TYPE_REFERENCE_OBJECT - Static variable in class org.openamf.AMFBody
Reference object type
DATA_TYPE_STRING - Static variable in class org.openamf.AMFBody
String object type
DATA_TYPE_UNDEFINED - Static variable in class org.openamf.AMFBody
Undefined object type
DATA_TYPE_UNKNOWN - Static variable in class org.openamf.AMFBody
Unknow object type
DATA_TYPE_XML - Static variable in class org.openamf.AMFBody
XML Document object type
DESCRIPTION - Static variable in class org.openamf.AMFError
 
DETAILS - Static variable in class org.openamf.AMFError
 
DefaultGateway - class org.openamf.DefaultGateway.
This is the Default entry for all amf requests When a request is recieved it will be deserialized, processed, and then the response wil be serialized and sent to the client.
DefaultGateway() - Constructor for class org.openamf.DefaultGateway
 
DefaultGatewayTest - class org.openamf.DefaultGatewayTest.
 
DefaultGatewayTest(String) - Constructor for class org.openamf.DefaultGatewayTest
 
Directory - class org.openamf.examples.Directory.
 
Directory() - Constructor for class org.openamf.examples.Directory
 
decodeParameter(Object, Class) - Static method in class org.openamf.util.OpenAMFUtils
 
deserializeAMFMessage(HttpServletRequest) - Method in class org.openamf.DefaultGateway
Uses the AMFDeserializer to deserialize the request

E

EJBServiceInvoker - class org.openamf.invoker.EJBServiceInvoker.
Simple EJB Service Invoker
EJBServiceInvoker(ServiceRequest, HttpServletRequest, ServletContext) - Constructor for class org.openamf.invoker.EJBServiceInvoker
 
ejbActivate() - Method in class org.openamf.examples.ejb.TestStatefulEJBBean
 
ejbActivate() - Method in class org.openamf.examples.ejb.TestStatelessEJBBean
 
ejbCreate() - Method in class org.openamf.examples.ejb.TestStatefulEJBBean
 
ejbCreate() - Method in class org.openamf.examples.ejb.TestStatelessEJBBean
 
ejbPassivate() - Method in class org.openamf.examples.ejb.TestStatefulEJBBean
 
ejbPassivate() - Method in class org.openamf.examples.ejb.TestStatelessEJBBean
 
ejbRemove() - Method in class org.openamf.examples.ejb.TestStatefulEJBBean
 
ejbRemove() - Method in class org.openamf.examples.ejb.TestStatelessEJBBean
 
endDeserializeAMFMessage(WebResponse) - Method in class org.openamf.DefaultGatewayTest
 

F

FilterConfig - class org.openamf.config.FilterConfig.
 
FilterConfig() - Constructor for class org.openamf.config.FilterConfig
 
FilterException - exception org.openamf.filter.FilterException.
 
FilterException(String) - Constructor for class org.openamf.filter.FilterException
 
FilterException(Throwable) - Constructor for class org.openamf.filter.FilterException
 
FilterException(String, Throwable) - Constructor for class org.openamf.filter.FilterException
 
FilterParameterConfig - class org.openamf.config.FilterParameterConfig.
 
FilterParameterConfig() - Constructor for class org.openamf.config.FilterParameterConfig
 
Foo - class org.openamf.test.Foo.
 
Foo() - Constructor for class org.openamf.test.Foo
 
filter(Object, FilterConfig) - Method in class org.openamf.filter.BeanListToRecordSet
 
filter(Object, FilterConfig) - Method in class org.openamf.filter.MapListToRecordSet
 
filter(Object, FilterConfig) - Method in interface org.openamf.filter.ResultFilter
 
flashgateway.io - package flashgateway.io
 
forceLowerCaseKeys() - Method in class org.openamf.config.AMFSerializerConfig
 

G

GreetingServiceImpl - class org.openamf.examples.spring.GreetingServiceImpl.
 
GreetingServiceImpl() - Constructor for class org.openamf.examples.spring.GreetingServiceImpl
 
GreetingServiceImpl(String) - Constructor for class org.openamf.examples.spring.GreetingServiceImpl
 
generateAS(String) - Static method in class org.openamf.examples.Java2AS
 
generateAS2(String) - Method in class org.openamf.examples.Java2AS
 
get(Object) - Method in class flashgateway.io.ASObject
Returns the value to which the specified key is mapped in this identity hash map, or null if the map contains no mapping for this key.
getAMFBody() - Method in class org.openamf.invoker.ServiceInvocationException
 
getAMFError() - Method in class org.openamf.invoker.ServiceInvocationException
 
getAMFMessage() - Method in class org.openamf.io.AMFDeserializer
 
getAMFSerializerConfig() - Method in class org.openamf.config.OpenAMFConfig
 
getASType(Class) - Static method in class org.openamf.examples.Java2AS
 
getAccessConstraintConfigs() - Method in class org.openamf.config.ServiceMethodConfig
 
getAddress() - Method in class org.openamf.examples.Person
 
getBarValue() - Method in class org.openamf.test.Foo
 
getBirthDate() - Method in class org.openamf.examples.Person
 
getBodies() - Method in class org.openamf.AMFMessage
 
getBodiesString() - Method in class org.openamf.AMFMessage
 
getBody(int) - Method in class org.openamf.AMFMessage
 
getBodyCount() - Method in class org.openamf.AMFMessage
 
getChannel(String) - Method in class org.openamf.examples.RSS
 
getCity() - Method in class org.openamf.examples.Person
 
getClassName() - Method in class org.openamf.config.FilterConfig
 
getClassName() - Method in class org.openamf.config.ServiceInvokerConfig
 
getClassName() - Method in class org.openamf.config.StateBeanConfig
 
getCode() - Method in class org.openamf.AMFError
Returns code
getColumnNames() - Method in class org.openamf.recordset.ASRecordSet
 
getConfig() - Method in class org.openamf.config.ServiceConfig
 
getConfig() - Method in class org.openamf.config.ServiceMethodConfig
 
getCount() - Method in class org.openamf.util.OpenAMFUtilsTest.FooImpl
 
getCount() - Method in interface org.openamf.util.OpenAMFUtilsTest.IFoo
 
getCursor() - Method in class org.openamf.recordset.ASRecordSet
 
getCustomClassMappingConfigs() - Method in class org.openamf.config.OpenAMFConfig
 
getCustomClassName() - Method in class org.openamf.config.CustomClassMappingConfig
 
getCustomClassName(String) - Method in class org.openamf.config.OpenAMFConfig
 
getData(String, String, String) - Method in class org.openamf.examples.RecordSetExample
Normally you would return a java.sql.ResultSet, but since this is a test I want to make sure a RecordSet comes back
getDate(Date) - Method in class org.openamf.examples.Test3
 
getDateValue() - Method in class org.openamf.test.Bar
 
getDateValue() - Method in class org.openamf.test.Foo
 
getEcho(String) - Method in class org.openamf.examples.ejb.TestStatefulEJBBean
 
getEcho(String) - Method in class org.openamf.examples.ejb.TestStatelessEJBBean
 
getExtraInfo() - Method in class org.openamf.examples.Person
 
getFavoriteBar() - Method in class org.openamf.test.SimpleBusinessDelegate
 
getFavoriteFoo() - Method in class org.openamf.test.SimpleBusinessDelegate
 
getFirstName() - Method in class org.openamf.examples.Person
 
getFullName() - Method in class org.openamf.examples.Person
 
getHeader(int) - Method in class org.openamf.AMFMessage
 
getHeaderCount() - Method in class org.openamf.AMFMessage
 
getHeaders() - Method in class org.openamf.AMFMessage
 
getHttpServletRequest() - Static method in class org.openamf.RequestContext
 
getHttpServletRequest() - Method in class org.openamf.invoker.ServiceInvoker
 
getHttpServletResponse() - Static method in class org.openamf.RequestContext
 
getHttpSession() - Static method in class org.openamf.RequestContext
 
getHttpSession(boolean) - Static method in class org.openamf.RequestContext
 
getId() - Method in class org.openamf.recordset.ASRecordSet
 
getInitialData() - Method in class org.openamf.recordset.ASRecordSet
 
getInitialDataRowCount() - Method in class org.openamf.config.PageableRecordsetConfig
 
getInstance() - Static method in class org.openamf.config.OpenAMFConfig
 
getIntValue() - Method in class org.openamf.test.Bar
 
getIntValue() - Method in class org.openamf.test.Foo
 
getJavaClassName() - Method in class org.openamf.config.CustomClassMappingConfig
 
getJavaClassName(String) - Method in class org.openamf.config.OpenAMFConfig
 
getKey() - Method in class org.openamf.AMFHeader
 
getLastName() - Method in class org.openamf.examples.Person
 
getListOfIntegers() - Method in class org.openamf.test.SimpleBusinessDelegate
 
getMethod() - Method in class org.openamf.invoker.RankedMethod
 
getMethodConfigs() - Method in class org.openamf.config.ServiceConfig
 
getMyArrayList() - Method in class org.openamf.test.TestDataTypesBean
 
getMyBoolean() - Method in class org.openamf.test.TestDataTypesBean
 
getMyByte() - Method in class org.openamf.test.TestDataTypesBean
 
getMyCharacter() - Method in class org.openamf.test.TestDataTypesBean
 
getMyDate() - Method in class org.openamf.test.TestDataTypesBean
 
getMyDocument() - Method in class org.openamf.test.TestDataTypesBean
 
getMyDouble() - Method in class org.openamf.test.TestDataTypesBean
 
getMyFloat() - Method in class org.openamf.test.TestDataTypesBean
 
getMyFoo() - Method in class org.openamf.test.Foo
 
getMyHashSet() - Method in class org.openamf.test.TestDataTypesBean
 
getMyIntArray() - Method in class org.openamf.test.TestDataTypesBean
 
getMyInteger() - Method in class org.openamf.test.TestDataTypesBean
 
getMyLong() - Method in class org.openamf.test.TestDataTypesBean
 
getMyShort() - Method in class org.openamf.test.TestDataTypesBean
 
getMyString() - Method in class org.openamf.test.TestDataTypesBean
 
getMyStringArray() - Method in class org.openamf.test.TestDataTypesBean
 
getMyVector() - Method in class org.openamf.test.TestDataTypesBean
 
getMybyte() - Method in class org.openamf.test.TestDataTypesBean
 
getMychar() - Method in class org.openamf.test.TestDataTypesBean
 
getMydouble() - Method in class org.openamf.test.TestDataTypesBean
 
getMyfloat() - Method in class org.openamf.test.TestDataTypesBean
 
getMyint() - Method in class org.openamf.test.TestDataTypesBean
 
getMylong() - Method in class org.openamf.test.TestDataTypesBean
 
getMyshort() - Method in class org.openamf.test.TestDataTypesBean
 
getName() - Method in class org.openamf.config.FilterParameterConfig
 
getName() - Method in class org.openamf.config.ServiceConfig
 
getName() - Method in class org.openamf.config.ServiceInvokerConfig
 
getName() - Method in class org.openamf.config.ServiceMethodConfig
 
getName() - Method in class org.openamf.config.StateBeanConfig
 
getName() - Method in class org.openamf.examples.Person
 
getName() - Method in interface org.openamf.examples.spring.IhaveName
 
getName() - Method in class org.openamf.test.Bar
 
getName() - Method in class org.openamf.test.Foo
 
getNumber(Double) - Method in class org.openamf.examples.Test3
 
getNumberArray(List) - Method in class org.openamf.examples.Test3
 
getObjectTypeDescription(byte) - Static method in class org.openamf.AMFBody
Returns String description of object type
getPOJO(Map) - Method in class org.openamf.examples.Test3
 
getPageableRecordsetConfig() - Method in class org.openamf.config.OpenAMFConfig
 
getParameterConfigs() - Method in class org.openamf.config.FilterConfig
 
getParameterConfigs() - Method in class org.openamf.config.ServiceMethodConfig
 
getParameterValues(String) - Method in class org.openamf.config.FilterConfig
 
getParameters() - Method in class org.openamf.ServiceRequest
 
getPeople(String) - Method in class org.openamf.examples.Directory
 
getPeople(String, Authentication) - Method in class org.openamf.examples.Directory
 
getPeople(int) - Method in class org.openamf.examples.Directory
 
getPeople(int, Authentication) - Method in class org.openamf.examples.Directory
 
getPersistService() - Method in class org.openamf.invoker.EJBServiceInvoker
 
getPersistService() - Method in class org.openamf.invoker.JMXServiceInvoker
 
getPersistService() - Method in class org.openamf.invoker.JavaServiceInvoker
 
getPersistService() - Method in class org.openamf.invoker.ServiceInvoker
 
getPersistService() - Method in class org.openamf.invoker.SpringBeanInvoker
 
getPersistentServiceName() - Method in class org.openamf.invoker.JMXServiceInvoker
 
getPersistentServiceName() - Method in class org.openamf.invoker.JavaServiceInvoker
 
getPersistentServiceName() - Method in class org.openamf.invoker.ServiceInvoker
 
getPersistentServiceName() - Method in class org.openamf.invoker.SpringBeanInvoker
 
getPersistentServiceObject() - Method in class org.openamf.invoker.ServiceInvoker
 
getRank() - Method in class org.openamf.invoker.RankedMethod
 
getRecords(int, int) - Method in class org.openamf.recordset.ASRecordSet
 
getRequest() - Method in class org.openamf.invoker.ServiceInvoker
 
getRequestBody() - Method in class org.openamf.ServiceRequest
 
getRequestMessage() - Static method in class org.openamf.RequestContext
 
getResponse() - Method in class org.openamf.AMFBody
 
getResultFilterConfigs() - Method in class org.openamf.config.ServiceMethodConfig
 
getRoleName() - Method in class org.openamf.config.ServiceMethodAccessConstraintConfig
 
getScope() - Method in class org.openamf.config.StateBeanConfig
 
getServiceConfig() - Method in class org.openamf.ServiceRequest
 
getServiceConfig(String) - Method in class org.openamf.config.OpenAMFConfig
 
getServiceConfig() - Method in class org.openamf.config.ServiceMethodConfig
 
getServiceConfigs() - Method in class org.openamf.config.OpenAMFConfig
 
getServiceInvoker(AMFBody, HttpServletRequest) - Method in class org.openamf.AdvancedGateway
Uses the setting in openamf-config.xml to gets the correct invoker, enforce access control, and store state-beans in the request/session
getServiceInvoker(AMFBody, HttpServletRequest) - Method in class org.openamf.DefaultGateway
This method is used to find the correct invoker for the request.
getServiceInvokerConfig(String) - Method in class org.openamf.config.OpenAMFConfig
 
getServiceInvokerConfig() - Method in class org.openamf.config.ServiceConfig
 
getServiceInvokerConfigs() - Method in class org.openamf.config.OpenAMFConfig
 
getServiceInvokerRef() - Method in class org.openamf.config.ServiceConfig
 
getServiceLocation() - Method in class org.openamf.config.ServiceConfig
 
getServiceMethodConfig() - Method in class org.openamf.ServiceRequest
 
getServiceMethodName() - Method in class org.openamf.AMFBody
 
getServiceMethodName() - Method in class org.openamf.ServiceRequest
 
getServiceName() - Method in class org.openamf.AMFBody
 
getServiceName() - Method in class org.openamf.ServiceRequest
 
getServiceName() - Method in class org.openamf.recordset.ASRecordSet
 
getServiceRequest() - Method in class org.openamf.invoker.ServiceInvocationException
 
getServletContext() - Method in class org.openamf.invoker.ServiceInvoker
 
getServletInfo() - Method in class org.openamf.AdvancedGateway
 
getServletInfo() - Method in class org.openamf.DefaultGateway
 
getState() - Method in class org.openamf.examples.Person
 
getStateBeanConfig(String) - Method in class org.openamf.config.OpenAMFConfig
 
getStateBeanConfigs() - Method in class org.openamf.config.OpenAMFConfig
 
getStateBeanConfigs() - Method in class org.openamf.config.ServiceMethodConfig
 
getString() - Method in class org.openamf.examples.Java2AS
 
getString(String) - Method in class org.openamf.examples.Test3
 
getString() - Method in class org.openamf.examples.spring.HelloWorld
 
getTarget() - Method in class org.openamf.AMFBody
 
getTarget() - Method in class org.openamf.ServiceRequest
 
getTestData(Foo) - Method in class org.openamf.test.TestDataTypesService
 
getTestData(String) - Method in class org.openamf.test.TestDataTypesService
 
getTestValue() - Method in class org.openamf.examples.TestBean
Returns the testValue.
getText() - Method in class org.openamf.util.OpenAMFUtilsTest.FooImpl
 
getText() - Method in interface org.openamf.util.OpenAMFUtilsTest.IFoo
 
getTotalCount() - Method in class org.openamf.recordset.ASRecordSet
 
getType() - Method in class flashgateway.io.ASObject
Gets object type
getType() - Method in class org.openamf.AMFBody
Returns object type
getType() - Method in class org.openamf.config.ServiceMethodParameterConfig
 
getValue() - Method in class org.openamf.AMFBody
 
getValue() - Method in class org.openamf.AMFHeader
 
getValue() - Method in class org.openamf.config.FilterParameterConfig
 
getVersion() - Method in class org.openamf.AMFMessage
 
getVersion() - Method in class org.openamf.recordset.ASRecordSet
 
getXML(Document) - Method in class org.openamf.examples.Test3
 
getZipCode() - Method in class org.openamf.examples.Person
 

H

HelloWorld - class org.openamf.examples.spring.HelloWorld.
 
HelloWorld() - Constructor for class org.openamf.examples.spring.HelloWorld
 
headerCount - Variable in class org.openamf.io.AMFDeserializer
Number of headers in the packet
headers - Variable in class org.openamf.AMFMessage
The headers
headers - Variable in class org.openamf.io.AMFDeserializer
Content of the headers
httpServletRequest - Variable in class org.openamf.invoker.ServiceInvoker
 

I

IGreetingService - interface org.openamf.examples.spring.IGreetingService.
 
IhaveName - interface org.openamf.examples.spring.IhaveName.
 
init() - Method in class org.openamf.DefaultGateway
 
initSampleData() - Method in class org.openamf.test.TestDataTypesBean
 
initSampleDataEmpty() - Method in class org.openamf.test.TestDataTypesBean
 
initSampleDataMax() - Method in class org.openamf.test.TestDataTypesBean
 
initSampleDataMin() - Method in class org.openamf.test.TestDataTypesBean
 
initSampleDataNull() - Method in class org.openamf.test.TestDataTypesBean
 
initializeRequestContext(HttpServletRequest, HttpServletResponse) - Method in class org.openamf.DefaultGateway
 
inputStream - Variable in class org.openamf.io.AMFDeserializer
The AMF input stream
instantiate() - Method in class flashgateway.io.ASObject
 
invoke(Object) - Method in class org.openamf.invoker.RankedMethod
 
invokeBody(HttpServletRequest, AMFBody) - Method in class org.openamf.DefaultGateway
 
invokeService() - Method in class org.openamf.invoker.EJBServiceInvoker
 
invokeService() - Method in class org.openamf.invoker.JMXServiceInvoker
 
invokeService() - Method in class org.openamf.invoker.JavaServiceInvoker
 
invokeService() - Method in class org.openamf.invoker.PageableResultSetServiceInvoker
 
invokeService() - Method in class org.openamf.invoker.ServiceInvoker
 
invokeService() - Method in class org.openamf.invoker.SessionControlInvoker
 
invokeService() - Method in class org.openamf.invoker.SpringBeanInvoker
 
invokeService() - Method in class org.openamf.invoker.WebServiceInvoker
 
invokeServiceMethod(Object, Class, String, List) - Method in class org.openamf.invoker.JavaServiceInvoker
 
invokeServiceMethod(Object, Class, String, List) - Method in class org.openamf.invoker.SpringBeanInvoker
 
isApplicationScope() - Method in class org.openamf.config.StateBeanConfig
 
isInvokable() - Method in class org.openamf.invoker.RankedMethod
 
isMyboolean() - Method in class org.openamf.test.TestDataTypesBean
 
isPrimitiveArray(Object) - Method in class org.openamf.io.AMFSerializer
 
isReady() - Method in class org.openamf.test.Foo
 
isRequired() - Method in class org.openamf.AMFHeader
 
isSessionScope() - Method in class org.openamf.config.StateBeanConfig
 

J

JMXServiceInvoker - class org.openamf.invoker.JMXServiceInvoker.
Simple JMX Service Invoker
JMXServiceInvoker(ServiceRequest, HttpServletRequest, ServletContext) - Constructor for class org.openamf.invoker.JMXServiceInvoker
 
Java2AS - class org.openamf.examples.Java2AS.
 
Java2AS() - Constructor for class org.openamf.examples.Java2AS
 
JavaServiceInvoker - class org.openamf.invoker.JavaServiceInvoker.
 
JavaServiceInvoker(ServiceRequest, HttpServletRequest, ServletContext) - Constructor for class org.openamf.invoker.JavaServiceInvoker
 

K

key - Variable in class org.openamf.AMFHeader
 

L

LEVEL - Static variable in class org.openamf.AMFError
 
LEVEL_ERROR - Static variable in class org.openamf.AMFError
 
LEVEL_STATUS - Static variable in class org.openamf.AMFError
 
LEVEL_WARNING - Static variable in class org.openamf.AMFError
 
load(String, ServiceRequest, HttpServletRequest, ServletContext) - Static method in class org.openamf.invoker.ServiceInvoker
 
log - Static variable in class org.openamf.DefaultGateway
 
log - Static variable in class org.openamf.examples.Directory
 
log - Static variable in class org.openamf.test.TestDataTypesService
 
log - Static variable in class org.openamf.util.XMLUtils
 
logRequestException(Exception, Object) - Method in class org.openamf.DefaultGateway
 

M

MapListToRecordSet - class org.openamf.filter.MapListToRecordSet.
 
MapListToRecordSet() - Constructor for class org.openamf.filter.MapListToRecordSet
 
main(String[]) - Static method in class org.openamf.examples.Java2AS
 
main(String[]) - Static method in class org.openamf.examples.RecordSetExample
 
main(String[]) - Static method in class org.openamf.examples.SubmitToURL
 
main(String[]) - Static method in class org.openamf.test.RemotingTester
 
message - Variable in class org.openamf.io.AMFDeserializer
Object to store the deserialized data
myFoo - Variable in class org.openamf.test.Foo
 

N

NAME_CASE_MATCHES - Static variable in class org.openamf.invoker.RankedMethod
 
NAME_MATCHES - Static variable in class org.openamf.invoker.RankedMethod
 

O

OpenAMFConfig - class org.openamf.config.OpenAMFConfig.
 
OpenAMFUtils - class org.openamf.util.OpenAMFUtils.
 
OpenAMFUtilsTest - class org.openamf.util.OpenAMFUtilsTest.
unit test for OpenAMFUtils
OpenAMFUtilsTest(String) - Constructor for class org.openamf.util.OpenAMFUtilsTest
 
OpenAMFUtilsTest.FooImpl - class org.openamf.util.OpenAMFUtilsTest.FooImpl.
 
OpenAMFUtilsTest.FooImpl() - Constructor for class org.openamf.util.OpenAMFUtilsTest.FooImpl
 
OpenAMFUtilsTest.IFoo - interface org.openamf.util.OpenAMFUtilsTest.IFoo.
 
org.openamf - package org.openamf
 
org.openamf.config - package org.openamf.config
 
org.openamf.examples - package org.openamf.examples
 
org.openamf.examples.ejb - package org.openamf.examples.ejb
 
org.openamf.examples.spring - package org.openamf.examples.spring
 
org.openamf.filter - package org.openamf.filter
 
org.openamf.invoker - package org.openamf.invoker
 
org.openamf.io - package org.openamf.io
 
org.openamf.recordset - package org.openamf.recordset
 
org.openamf.test - package org.openamf.test
 
org.openamf.util - package org.openamf.util
 
outputStream - Variable in class org.openamf.io.AMFSerializer
The output stream

P

PARAM_COUNT_MATCHES - Static variable in class org.openamf.invoker.RankedMethod
 
PageableRecordsetConfig - class org.openamf.config.PageableRecordsetConfig.
 
PageableRecordsetConfig() - Constructor for class org.openamf.config.PageableRecordsetConfig
 
PageableResultSetServiceInvoker - class org.openamf.invoker.PageableResultSetServiceInvoker.
 
PageableResultSetServiceInvoker(ServiceRequest, HttpServletRequest, ServletContext) - Constructor for class org.openamf.invoker.PageableResultSetServiceInvoker
 
Person - class org.openamf.examples.Person.
 
Person() - Constructor for class org.openamf.examples.Person
 
parse(InputStream) - Method in class org.openamf.config.ConfigDigester
 
persistentServiceObject - Variable in class org.openamf.invoker.ServiceInvoker
 
populate(ResultSet) - Method in class org.openamf.recordset.ASRecordSet
 
populate(String[], List) - Method in class org.openamf.recordset.ASRecordSet
 
populate(List, String[]) - Method in class org.openamf.recordset.ASRecordSet
 
postInvokeService(HttpServletRequest, ServiceInvoker, Object) - Method in class org.openamf.AdvancedGateway
Preforms any filtering that was defined in openamd-config.xml and then return control to the DefaultGateway
postInvokeService(HttpServletRequest, ServiceInvoker, Object) - Method in class org.openamf.DefaultGateway
Called after the body is invoked, if the selected invoker is a persistant service it's persistent service object will be stored in the session
preInvokeService(HttpServletRequest, ServiceInvoker) - Method in class org.openamf.DefaultGateway
Called before a body is invoked, if the selected invoker is a persistent service it's persistent service object will be looked up in the session
prepare(ServiceRequest) - Method in class org.openamf.invoker.EJBServiceInvoker
 
prepare(ServiceRequest) - Method in class org.openamf.invoker.ServiceInvoker
Called before invokeService and after supports (if you're using the DefaultGateway) Can be used to determine if the service should be persisted
processMessage(HttpServletRequest, AMFMessage) - Method in class org.openamf.DefaultGateway
Iterates through the request message's bodies, invokes each body and then, builds a message to send as the results
put(Object, Object) - Method in class flashgateway.io.ASObject
Associates the specified value with the specified key in this map.

R

RSS - class org.openamf.examples.RSS.
 
RSS() - Constructor for class org.openamf.examples.RSS
 
RankedMethod - class org.openamf.invoker.RankedMethod.
 
RankedMethod(Method, String, List) - Constructor for class org.openamf.invoker.RankedMethod
 
RecordSetExample - class org.openamf.examples.RecordSetExample.
 
RecordSetExample() - Constructor for class org.openamf.examples.RecordSetExample
 
RefsTester - class org.openamf.examples.RefsTester.
 
RefsTester() - Constructor for class org.openamf.examples.RefsTester
 
RemotingTester - class org.openamf.test.RemotingTester.
 
RemotingTester() - Constructor for class org.openamf.test.RemotingTester
 
RequestContext - class org.openamf.RequestContext.
This class allows web applications to easily access the HttpServletRequest and HttpServletResponse objects.
ResultFilter - interface org.openamf.filter.ResultFilter.
 
readASObject() - Method in class org.openamf.io.AMFDeserializer
Reads object
readArray() - Method in class org.openamf.io.AMFDeserializer
Reads array
readBodies() - Method in class org.openamf.io.AMFDeserializer
Read message body
readCustomClass() - Method in class org.openamf.io.AMFDeserializer
Reads custom class
readData(byte) - Method in class org.openamf.io.AMFDeserializer
Reads object from inputstream with selected type
readDate() - Method in class org.openamf.io.AMFDeserializer
Reads date
readFlushedSO() - Method in class org.openamf.io.AMFDeserializer
Reads flushed stored object
readHeaders() - Method in class org.openamf.io.AMFDeserializer
Read message header
readObject() - Method in class org.openamf.io.AMFDeserializer
 
readObject(ASObject) - Method in class org.openamf.io.AMFDeserializer
Reads an object and converts the binary data into an List
reloadConfig() - Method in class org.openamf.DefaultGateway
Loads/Reloads OpenAMF COnfiguration from the openamf-config.xml file
remove(Object) - Method in class flashgateway.io.ASObject
Removes the mapping for this key from this map if present.
request - Variable in class org.openamf.invoker.ServiceInvocationException
 
request - Variable in class org.openamf.invoker.ServiceInvoker
 
requestBody - Variable in class org.openamf.invoker.ServiceInvocationException
 
requestLog - Static variable in class org.openamf.DefaultGateway
 
required - Variable in class org.openamf.AMFHeader
 
response - Variable in class org.openamf.AMFBody
 
responseLog - Static variable in class org.openamf.DefaultGateway
 
rows() - Method in class org.openamf.recordset.ASRecordSet
 

S

SERVER_PROCESSING - Static variable in class org.openamf.AMFError
 
SERVER_RESOURCE_NOTFOUND - Static variable in class org.openamf.AMFError
 
SERVER_RESOURCE_UNAVAILABLE - Static variable in class org.openamf.AMFError
 
SERVICE_NAME - Static variable in class org.openamf.recordset.ASRecordSet
 
ServiceConfig - class org.openamf.config.ServiceConfig.
 
ServiceConfig() - Constructor for class org.openamf.config.ServiceConfig
 
ServiceInvocationException - exception org.openamf.invoker.ServiceInvocationException.
 
ServiceInvocationException(AMFBody, Throwable) - Constructor for class org.openamf.invoker.ServiceInvocationException
 
ServiceInvocationException(ServiceRequest, Throwable) - Constructor for class org.openamf.invoker.ServiceInvocationException
 
ServiceInvoker - class org.openamf.invoker.ServiceInvoker.
 
ServiceInvoker(ServiceRequest, HttpServletRequest, ServletContext) - Constructor for class org.openamf.invoker.ServiceInvoker
 
ServiceInvokerConfig - class org.openamf.config.ServiceInvokerConfig.
 
ServiceInvokerConfig() - Constructor for class org.openamf.config.ServiceInvokerConfig
 
ServiceMethodAccessConstraintConfig - class org.openamf.config.ServiceMethodAccessConstraintConfig.
Method access constraint configuration
ServiceMethodAccessConstraintConfig() - Constructor for class org.openamf.config.ServiceMethodAccessConstraintConfig
 
ServiceMethodConfig - class org.openamf.config.ServiceMethodConfig.
 
ServiceMethodConfig() - Constructor for class org.openamf.config.ServiceMethodConfig
 
ServiceMethodParameterConfig - class org.openamf.config.ServiceMethodParameterConfig.
 
ServiceMethodParameterConfig() - Constructor for class org.openamf.config.ServiceMethodParameterConfig
 
ServiceRequest - class org.openamf.ServiceRequest.
 
ServiceRequest(AMFBody) - Constructor for class org.openamf.ServiceRequest
 
ServiceRequest(AMFBody, ServiceConfig) - Constructor for class org.openamf.ServiceRequest
 
SessionControlInvoker - class org.openamf.invoker.SessionControlInvoker.
Simple Session management Service
SessionControlInvoker(ServiceRequest, HttpServletRequest, ServletContext) - Constructor for class org.openamf.invoker.SessionControlInvoker
 
SimpleBusinessDelegate - class org.openamf.test.SimpleBusinessDelegate.
 
SimpleBusinessDelegate() - Constructor for class org.openamf.test.SimpleBusinessDelegate
 
SpringBeanInvoker - class org.openamf.invoker.SpringBeanInvoker.
 
SpringBeanInvoker(ServiceRequest, HttpServletRequest, ServletContext) - Constructor for class org.openamf.invoker.SpringBeanInvoker
 
StateBeanConfig - class org.openamf.config.StateBeanConfig.
 
StateBeanConfig() - Constructor for class org.openamf.config.StateBeanConfig
 
SubmitToURL - class org.openamf.examples.SubmitToURL.
 
SubmitToURL() - Constructor for class org.openamf.examples.SubmitToURL
 
sayGreeting() - Method in class org.openamf.examples.spring.GreetingServiceImpl
 
sayGreeting() - Method in interface org.openamf.examples.spring.IGreetingService
 
sayHiTo(IhaveName) - Method in class org.openamf.examples.spring.GreetingServiceImpl
 
sayHiTo(IhaveName) - Method in interface org.openamf.examples.spring.IGreetingService
 
sayName() - Method in class org.openamf.examples.spring.GreetingServiceImpl
 
sendMessage(String, String, String, List) - Static method in class org.openamf.test.RemotingTester
 
sendMessage(String, AMFMessage) - Static method in class org.openamf.test.RemotingTester
 
serializeAMFMessage(HttpServletResponse, AMFMessage) - Method in class org.openamf.DefaultGateway
Uses the AMFSerializer to serialize the request
serializeMessage(AMFMessage) - Method in class org.openamf.io.AMFSerializer
Writes message
service(HttpServletRequest, HttpServletResponse) - Method in class org.openamf.DefaultGateway
Main entry point for the servlet
serviceMethodName - Variable in class org.openamf.AMFBody
 
serviceName - Variable in class org.openamf.AMFBody
 
servletContext - Variable in class org.openamf.invoker.ServiceInvoker
 
setAMFSerializerConfig(AMFSerializerConfig) - Method in class org.openamf.config.OpenAMFConfig
 
setAddress(String) - Method in class org.openamf.examples.Person
 
setBarValue(Bar) - Method in class org.openamf.test.Foo
 
setBirthDate(Date) - Method in class org.openamf.examples.Person
 
setCity(String) - Method in class org.openamf.examples.Person
 
setClassName(String) - Method in class org.openamf.config.FilterConfig
 
setClassName(String) - Method in class org.openamf.config.ServiceInvokerConfig
 
setClassName(String) - Method in class org.openamf.config.StateBeanConfig
 
setCode(String) - Method in class org.openamf.AMFError
 
setColumnNames(String[]) - Method in class org.openamf.recordset.ASRecordSet
 
setConfig(OpenAMFConfig) - Method in class org.openamf.config.ServiceConfig
 
setCursor(int) - Method in class org.openamf.recordset.ASRecordSet
 
setCustomClassName(String) - Method in class org.openamf.config.CustomClassMappingConfig
 
setDescription(String) - Method in class org.openamf.AMFError
 
setDetails(String) - Method in class org.openamf.AMFError
 
setExtraInfo(List) - Method in class org.openamf.examples.Person
 
setFirstName(String) - Method in class org.openamf.examples.Person
 
setForceLowerCaseKeys(boolean) - Method in class org.openamf.config.AMFSerializerConfig
 
setGreeting(String) - Method in class org.openamf.examples.spring.GreetingServiceImpl
 
setHttpServletRequest(HttpServletRequest) - Static method in class org.openamf.RequestContext
 
setHttpServletRequest(HttpServletRequest) - Method in class org.openamf.invoker.ServiceInvoker
 
setHttpServletResponse(HttpServletResponse) - Static method in class org.openamf.RequestContext
 
setId(String) - Method in class org.openamf.recordset.ASRecordSet
 
setInitialData(List) - Method in class org.openamf.recordset.ASRecordSet
 
setInitialDataRowCount(int) - Method in class org.openamf.config.PageableRecordsetConfig
 
setJavaClassName(String) - Method in class org.openamf.config.CustomClassMappingConfig
 
setKey(String) - Method in class org.openamf.AMFHeader
 
setLastName(String) - Method in class org.openamf.examples.Person
 
setLevel(String) - Method in class org.openamf.AMFError
 
setMyArrayList(ArrayList) - Method in class org.openamf.test.TestDataTypesBean
 
setMyBoolean(Boolean) - Method in class org.openamf.test.TestDataTypesBean
 
setMyByte(Byte) - Method in class org.openamf.test.TestDataTypesBean
 
setMyCharacter(Character) - Method in class org.openamf.test.TestDataTypesBean
 
setMyDate(Date) - Method in class org.openamf.test.TestDataTypesBean
 
setMyDocument(Document) - Method in class org.openamf.test.TestDataTypesBean
 
setMyDouble(Double) - Method in class org.openamf.test.TestDataTypesBean
 
setMyFloat(Float) - Method in class org.openamf.test.TestDataTypesBean
 
setMyFoo(Foo) - Method in class org.openamf.test.Foo
 
setMyHashSet(HashSet) - Method in class org.openamf.test.TestDataTypesBean
 
setMyIntArray(int[]) - Method in class org.openamf.test.TestDataTypesBean
 
setMyInteger(Integer) - Method in class org.openamf.test.TestDataTypesBean
 
setMyLong(Long) - Method in class org.openamf.test.TestDataTypesBean
 
setMyShort(Short) - Method in class org.openamf.test.TestDataTypesBean
 
setMyString(String) - Method in class org.openamf.test.TestDataTypesBean
 
setMyStringArray(String[]) - Method in class org.openamf.test.TestDataTypesBean
 
setMyVector(Vector) - Method in class org.openamf.test.TestDataTypesBean
 
setMyboolean(boolean) - Method in class org.openamf.test.TestDataTypesBean
 
setMybyte(byte) - Method in class org.openamf.test.TestDataTypesBean
 
setMychar(char) - Method in class org.openamf.test.TestDataTypesBean
 
setMydouble(double) - Method in class org.openamf.test.TestDataTypesBean
 
setMyfloat(float) - Method in class org.openamf.test.TestDataTypesBean
 
setMyint(int) - Method in class org.openamf.test.TestDataTypesBean
 
setMylong(long) - Method in class org.openamf.test.TestDataTypesBean
 
setMyshort(short) - Method in class org.openamf.test.TestDataTypesBean
 
setName(String) - Method in class org.openamf.config.FilterParameterConfig
 
setName(String) - Method in class org.openamf.config.ServiceConfig
 
setName(String) - Method in class org.openamf.config.ServiceInvokerConfig
 
setName(String) - Method in class org.openamf.config.ServiceMethodConfig
 
setName(String) - Method in class org.openamf.config.StateBeanConfig
 
setName(String) - Method in class org.openamf.examples.Person
 
setName(String) - Method in class org.openamf.test.Bar
 
setName(String) - Method in class org.openamf.test.Foo
 
setNamedItem(IhaveName) - Method in class org.openamf.examples.spring.GreetingServiceImpl
 
setPageableRecordsetConfig(PageableRecordsetConfig) - Method in class org.openamf.config.OpenAMFConfig
 
setParameters(List) - Method in class org.openamf.ServiceRequest
 
setPersistentServiceObject(Object) - Method in class org.openamf.invoker.ServiceInvoker
 
setReady(boolean) - Method in class org.openamf.test.Foo
 
setRequest(ServiceRequest) - Method in class org.openamf.invoker.ServiceInvoker
 
setRequestBody(AMFBody) - Method in class org.openamf.ServiceRequest
 
setRequestMessage(AMFMessage) - Static method in class org.openamf.RequestContext
 
setRequired(boolean) - Method in class org.openamf.AMFHeader
 
setResponse(String) - Method in class org.openamf.AMFBody
 
setRoleName(String) - Method in class org.openamf.config.ServiceMethodAccessConstraintConfig
 
setScope(String) - Method in class org.openamf.config.StateBeanConfig
 
setServiceConfig(ServiceConfig) - Method in class org.openamf.config.ServiceMethodConfig
 
setServiceInvokerRef(String) - Method in class org.openamf.config.ServiceConfig
 
setServiceLocation(String) - Method in class org.openamf.config.ServiceConfig
 
setServiceMethodName(String) - Method in class org.openamf.ServiceRequest
 
setServiceName(String) - Method in class org.openamf.ServiceRequest
 
setServiceName(String) - Method in class org.openamf.recordset.ASRecordSet
 
setServletContext(ServletContext) - Method in class org.openamf.invoker.ServiceInvoker
 
setSessionContext(SessionContext) - Method in class org.openamf.examples.ejb.TestStatefulEJBBean
 
setSessionContext(SessionContext) - Method in class org.openamf.examples.ejb.TestStatelessEJBBean
 
setState(String) - Method in class org.openamf.examples.Person
 
setTarget(String) - Method in class org.openamf.AMFBody
 
setTarget(String) - Method in class org.openamf.ServiceRequest
 
setTestValue(String) - Method in class org.openamf.examples.TestBean
Sets the testValue.
setTotalCount(int) - Method in class org.openamf.recordset.ASRecordSet
 
setType(String) - Method in class flashgateway.io.ASObject
Sets object type
setType(byte) - Method in class org.openamf.AMFBody
Sets object type
setType(String) - Method in class org.openamf.AMFError
 
setType(String) - Method in class org.openamf.config.ServiceMethodParameterConfig
 
setUp() - Method in class org.openamf.AMFMessageTest
 
setUp() - Method in class org.openamf.DefaultGatewayTest
 
setUp() - Method in class org.openamf.io.AMFSerializerTest
 
setValue(Object) - Method in class org.openamf.AMFBody
 
setValue(Object) - Method in class org.openamf.AMFHeader
 
setValue(String) - Method in class org.openamf.config.FilterParameterConfig
 
setVersion(int) - Method in class org.openamf.AMFMessage
 
setVersion(double) - Method in class org.openamf.recordset.ASRecordSet
 
setZipCode(int) - Method in class org.openamf.examples.Person
 
submit(String) - Method in class org.openamf.examples.SubmitToURL
 
suite() - Static method in class org.openamf.AMFMessageTest
 
suite() - Static method in class org.openamf.DefaultGatewayTest
 
suite() - Static method in class org.openamf.io.AMFSerializerTest
 
suite() - Static method in class org.openamf.util.OpenAMFUtilsTest
 
supports(ServiceRequest) - Method in class org.openamf.invoker.EJBServiceInvoker
 
supports(ServiceRequest) - Method in class org.openamf.invoker.JMXServiceInvoker
 
supports(ServiceRequest) - Method in class org.openamf.invoker.JavaServiceInvoker
 
supports(ServiceRequest) - Method in class org.openamf.invoker.PageableResultSetServiceInvoker
 
supports(ServiceRequest) - Method in class org.openamf.invoker.ServiceInvoker
 
supports(ServiceRequest) - Method in class org.openamf.invoker.SessionControlInvoker
 
supports(ServiceRequest) - Method in class org.openamf.invoker.SpringBeanInvoker
 
supports(ServiceRequest) - Method in class org.openamf.invoker.WebServiceInvoker
 

T

TYPE - Static variable in class org.openamf.AMFError
 
Test3 - class org.openamf.examples.Test3.
 
Test3() - Constructor for class org.openamf.examples.Test3
 
TestBean - class org.openamf.examples.TestBean.
 
TestBean() - Constructor for class org.openamf.examples.TestBean
 
TestDataTypesBean - class org.openamf.test.TestDataTypesBean.
 
TestDataTypesBean() - Constructor for class org.openamf.test.TestDataTypesBean
 
TestDataTypesService - class org.openamf.test.TestDataTypesService.
 
TestDataTypesService() - Constructor for class org.openamf.test.TestDataTypesService
 
TestStatefulEJBBean - class org.openamf.examples.ejb.TestStatefulEJBBean.
 
TestStatefulEJBBean() - Constructor for class org.openamf.examples.ejb.TestStatefulEJBBean
 
TestStatelessEJBBean - class org.openamf.examples.ejb.TestStatelessEJBBean.
 
TestStatelessEJBBean() - Constructor for class org.openamf.examples.ejb.TestStatelessEJBBean
 
target - Variable in class org.openamf.AMFBody
 
tearDown() - Method in class org.openamf.AMFMessageTest
 
tearDown() - Method in class org.openamf.DefaultGatewayTest
 
tearDown() - Method in class org.openamf.io.AMFSerializerTest
 
testAddBody() - Method in class org.openamf.AMFMessageTest
 
testAddHeader() - Method in class org.openamf.AMFMessageTest
 
testCount() - Method in class org.openamf.AMFMessageTest
 
testDecodeBigDecimalParameter() - Method in class org.openamf.util.OpenAMFUtilsTest
 
testDecodeDateParameter() - Method in class org.openamf.util.OpenAMFUtilsTest
 
testDecodeDoubleParameter() - Method in class org.openamf.util.OpenAMFUtilsTest
 
testDecodeIntParameter() - Method in class org.openamf.util.OpenAMFUtilsTest
 
testDecodeInterface() - Method in class org.openamf.util.OpenAMFUtilsTest
 
testDecodeInterface2() - Method in class org.openamf.util.OpenAMFUtilsTest
 
testDecodeLongParameter() - Method in class org.openamf.util.OpenAMFUtilsTest
 
testDecodeNumberParameter() - Method in class org.openamf.util.OpenAMFUtilsTest
 
testDecodeShortParameter() - Method in class org.openamf.util.OpenAMFUtilsTest
 
testDecodeStringParameter() - Method in class org.openamf.util.OpenAMFUtilsTest
 
testDeserializeAMFMessage() - Method in class org.openamf.DefaultGatewayTest
 
testReferences(List) - Method in class org.openamf.examples.RefsTester
 
testSerializeLargeStringMessage() - Method in class org.openamf.io.AMFSerializerTest
 
testSerializeMessage() - Method in class org.openamf.io.AMFSerializerTest
 
testVersion() - Method in class org.openamf.AMFMessageTest
 
toString() - Method in class flashgateway.io.ASObject
 
toString() - Method in class org.openamf.AMFBody
 
toString() - Method in class org.openamf.AMFError
 
toString() - Method in class org.openamf.AMFHeader
 
toString() - Method in class org.openamf.AMFMessage
AMFMessage content
toString() - Method in class org.openamf.ServiceRequest
 
toString() - Method in class org.openamf.config.AMFSerializerConfig
 
toString() - Method in class org.openamf.config.CustomClassMappingConfig
 
toString() - Method in class org.openamf.config.FilterConfig
 
toString() - Method in class org.openamf.config.FilterParameterConfig
 
toString() - Method in class org.openamf.config.OpenAMFConfig
 
toString() - Method in class org.openamf.config.PageableRecordsetConfig
 
toString() - Method in class org.openamf.config.ServiceConfig
 
toString() - Method in class org.openamf.config.ServiceInvokerConfig
 
toString() - Method in class org.openamf.config.ServiceMethodAccessConstraintConfig
 
toString() - Method in class org.openamf.config.ServiceMethodConfig
 
toString() - Method in class org.openamf.config.ServiceMethodParameterConfig
 
toString() - Method in class org.openamf.config.StateBeanConfig
 
toString() - Method in class org.openamf.examples.Directory
 
toString() - Method in class org.openamf.examples.Person
 
toString() - Method in class org.openamf.invoker.RankedMethod
 
toString() - Method in class org.openamf.invoker.ServiceInvoker
 
toString() - Method in class org.openamf.recordset.ASRecordSet
 
type - Variable in class org.openamf.AMFBody
 
typesMatch(Class, Object) - Static method in class org.openamf.util.OpenAMFUtils
 

V

value - Variable in class org.openamf.AMFBody
 
value - Variable in class org.openamf.AMFHeader
 
version - Variable in class org.openamf.AMFMessage
version

W

WebServiceInvoker - class org.openamf.invoker.WebServiceInvoker.
 
WebServiceInvoker(ServiceRequest, HttpServletRequest, ServletContext) - Constructor for class org.openamf.invoker.WebServiceInvoker
 
write(Iterator) - Method in class org.openamf.io.AMFSerializer
Writes Iterator - convert to List and call writeCollection
write(Collection) - Method in class org.openamf.io.AMFSerializer
Writes collection
write(Document) - Method in class org.openamf.io.AMFSerializer
Writes XML Document
writeArray(Object[]) - Method in class org.openamf.io.AMFSerializer
Writes Array Object - call writeData foreach element
writeBody(AMFBody) - Method in class org.openamf.io.AMFSerializer
Writes message body
writeData(Object) - Method in class org.openamf.io.AMFSerializer
Writes Data
writeHeader(AMFHeader) - Method in class org.openamf.io.AMFSerializer
Writes message header
writeMap(Map) - Method in class org.openamf.io.AMFSerializer
Writes Object Map
writeObject(Object) - Method in class org.openamf.io.AMFSerializer
Writes Object
writePrimitiveArray(Object) - Method in class org.openamf.io.AMFSerializer
 
writeString(String) - Method in class org.openamf.io.AMFSerializer
Most of this code was cribbed from Java's DataOutputStream.writeUTF method which only supports Strings <= 65535 UTF-encoded characters.

X

XMLUtils - class org.openamf.util.XMLUtils.
 

A B C D E F G H I J K L M N O P R S T V W X