A B C D E F G H I J L M N O P R S T U W _

A

AbstractBurlapInput - class com.caucho.burlap.io.AbstractBurlapInput.
Abstract base class for Burlap requests.
AbstractBurlapInput() - Constructor for class com.caucho.burlap.io.AbstractBurlapInput
 
AbstractBurlapOutput - class com.caucho.burlap.io.AbstractBurlapOutput.
Abstract output stream for Burlap requests.
AbstractBurlapOutput() - Constructor for class com.caucho.burlap.io.AbstractBurlapOutput
 
AbstractBurlapResolver - class com.caucho.burlap.io.AbstractBurlapResolver.
Looks up remote objects.
AbstractBurlapResolver() - Constructor for class com.caucho.burlap.io.AbstractBurlapResolver
 
AbstractListDeserializer - class com.caucho.burlap.io.AbstractListDeserializer.
Deserializing a JDK 1.2 Collection.
AbstractListDeserializer() - Constructor for class com.caucho.burlap.io.AbstractListDeserializer
 
AbstractMapDeserializer - class com.caucho.burlap.io.AbstractMapDeserializer.
Serializing an object for known object types.
AbstractMapDeserializer() - Constructor for class com.caucho.burlap.io.AbstractMapDeserializer
 
ArrayDeserializer - class com.caucho.burlap.io.ArrayDeserializer.
Deserializing a Java array
ArrayDeserializer(Deserializer) - Constructor for class com.caucho.burlap.io.ArrayDeserializer
 
ArraySerializer - class com.caucho.burlap.io.ArraySerializer.
Serializing a Java array.
ArraySerializer() - Constructor for class com.caucho.burlap.io.ArraySerializer
 
addBasic(Class, String, int) - Static method in class com.caucho.burlap.io.SerializerFactory
 
addRef(Object) - Method in class com.caucho.burlap.io.AbstractBurlapInput
Adds an object reference.
addRef(Object) - Method in class com.caucho.burlap.io.AbstractBurlapOutput
Adds an object to the reference list.
addRef(Object) - Method in class com.caucho.burlap.io.BurlapInput
Adds a list/map reference.
addRef(Object) - Method in class com.caucho.burlap.io.BurlapOutput
If the object has already been written, just write its ref.

B

BOOLEAN - Static variable in class com.caucho.burlap.io.BasicDeserializer
 
BOOLEAN - Static variable in class com.caucho.burlap.io.BasicSerializer
 
BOOLEAN_ARRAY - Static variable in class com.caucho.burlap.io.BasicDeserializer
 
BOOLEAN_ARRAY - Static variable in class com.caucho.burlap.io.BasicSerializer
 
BYTE - Static variable in class com.caucho.burlap.io.BasicDeserializer
 
BYTE - Static variable in class com.caucho.burlap.io.BasicSerializer
 
BYTE_ARRAY - Static variable in class com.caucho.burlap.io.BasicDeserializer
 
BYTE_ARRAY - Static variable in class com.caucho.burlap.io.BasicSerializer
 
BasicDeserializer - class com.caucho.burlap.io.BasicDeserializer.
Serializing an object for known object types.
BasicDeserializer(int) - Constructor for class com.caucho.burlap.io.BasicDeserializer
 
BasicSerializer - class com.caucho.burlap.io.BasicSerializer.
Serializing an object for known object types.
BasicSerializer(int) - Constructor for class com.caucho.burlap.io.BasicSerializer
 
BurlapInput - class com.caucho.burlap.io.BurlapInput.
Input stream for Burlap requests.
BurlapInput() - Constructor for class com.caucho.burlap.io.BurlapInput
Creates an uninitialized Burlap input stream.
BurlapInput(InputStream) - Constructor for class com.caucho.burlap.io.BurlapInput
Creates a new Burlap input stream, initialized with an underlying input stream.
BurlapOutput - class com.caucho.burlap.io.BurlapOutput.
Output stream for Burlap requests, compatible with microedition Java.
BurlapOutput(OutputStream) - Constructor for class com.caucho.burlap.io.BurlapOutput
Creates a new Burlap output stream, initialized with an underlying output stream.
BurlapOutput() - Constructor for class com.caucho.burlap.io.BurlapOutput
Creates an uninitialized Burlap output stream.
BurlapProtocolException - exception com.caucho.burlap.client.BurlapProtocolException.
Exception for faults when the fault doesn't return a java exception.
BurlapProtocolException() - Constructor for class com.caucho.burlap.client.BurlapProtocolException
Zero-arg constructor.
BurlapProtocolException(String) - Constructor for class com.caucho.burlap.client.BurlapProtocolException
Create the exception.
BurlapProtocolException(String, Throwable) - Constructor for class com.caucho.burlap.client.BurlapProtocolException
Create the exception.
BurlapProtocolException(Throwable) - Constructor for class com.caucho.burlap.client.BurlapProtocolException
Create the exception.
BurlapProtocolException - exception com.caucho.burlap.io.BurlapProtocolException.
Exception for faults when the fault doesn't return a java exception.
BurlapProtocolException() - Constructor for class com.caucho.burlap.io.BurlapProtocolException
Zero-arg constructor.
BurlapProtocolException(String) - Constructor for class com.caucho.burlap.io.BurlapProtocolException
Create the exception.
BurlapProtocolException(String, Throwable) - Constructor for class com.caucho.burlap.io.BurlapProtocolException
Create the exception.
BurlapProtocolException(Throwable) - Constructor for class com.caucho.burlap.io.BurlapProtocolException
Create the exception.
BurlapProxy - class com.caucho.burlap.client.BurlapProxy.
Proxy implementation for Burlap clients.
BurlapProxy(BurlapProxyFactory, URL) - Constructor for class com.caucho.burlap.client.BurlapProxy
 
BurlapProxyFactory - class com.caucho.burlap.client.BurlapProxyFactory.
Factory for creating Burlap client stubs.
BurlapProxyFactory() - Constructor for class com.caucho.burlap.client.BurlapProxyFactory
Creates the new proxy factory.
BurlapProxyResolver - class com.caucho.burlap.client.BurlapProxyResolver.
Looks up remote objects in the proxy.
BurlapProxyResolver(BurlapProxyFactory) - Constructor for class com.caucho.burlap.client.BurlapProxyResolver
Creates an uninitialized Burlap remote resolver.
BurlapRemote - class com.caucho.burlap.client.BurlapRemote.
Encapsulates a remote address when no stub is available, e.g.
BurlapRemote(String, String) - Constructor for class com.caucho.burlap.client.BurlapRemote
Creates a new Burlap remote object.
BurlapRemote() - Constructor for class com.caucho.burlap.client.BurlapRemote
Creates an uninitialized Burlap remote.
BurlapRemote - class com.caucho.burlap.io.BurlapRemote.
Encapsulates a remote address when no stub is available, e.g.
BurlapRemote(String, String) - Constructor for class com.caucho.burlap.io.BurlapRemote
Creates a new Burlap remote object.
BurlapRemote() - Constructor for class com.caucho.burlap.io.BurlapRemote
Creates an uninitialized Burlap remote.
BurlapRemoteObject - interface com.caucho.burlap.io.BurlapRemoteObject.
Interface for any burlap remote object.
BurlapRemoteResolver - interface com.caucho.burlap.io.BurlapRemoteResolver.
Looks up remote objects.
BurlapRuntimeException - exception com.caucho.burlap.client.BurlapRuntimeException.
Wrapper for protocol exceptions thrown in the proxy.
BurlapRuntimeException() - Constructor for class com.caucho.burlap.client.BurlapRuntimeException
Zero-arg constructor.
BurlapRuntimeException(String) - Constructor for class com.caucho.burlap.client.BurlapRuntimeException
Create the exception.
BurlapRuntimeException(String, Throwable) - Constructor for class com.caucho.burlap.client.BurlapRuntimeException
Create the exception.
BurlapRuntimeException(Throwable) - Constructor for class com.caucho.burlap.client.BurlapRuntimeException
Create the exception.
BurlapServiceException - exception com.caucho.burlap.client.BurlapServiceException.
Exception for faults when the fault doesn't return a java exception.
BurlapServiceException() - Constructor for class com.caucho.burlap.client.BurlapServiceException
Zero-arg constructor.
BurlapServiceException(String, String, Object) - Constructor for class com.caucho.burlap.client.BurlapServiceException
Create the exception.
BurlapServiceException - exception com.caucho.burlap.io.BurlapServiceException.
Exception for faults when the fault doesn't return a java exception.
BurlapServiceException() - Constructor for class com.caucho.burlap.io.BurlapServiceException
Zero-arg constructor.
BurlapServiceException(String, String, Object) - Constructor for class com.caucho.burlap.io.BurlapServiceException
Create the exception.
BurlapServlet - class com.caucho.burlap.server.BurlapServlet.
Servlet for serving EJBs from the Resin web server.
BurlapServlet() - Constructor for class com.caucho.burlap.server.BurlapServlet
 
BurlapSkeleton - class com.caucho.burlap.server.BurlapSkeleton.
Proxy class for Burlap services.
BurlapSkeleton(Object) - Constructor for class com.caucho.burlap.server.BurlapSkeleton
Create a new burlap skeleton.
base64(String) - Method in class com.caucho.burlap.client.BurlapProxyFactory
Creates the Base64 value.
base64Decode - Static variable in class com.caucho.burlap.client.MicroBurlapInput
 
base64Decode - Static variable in class com.caucho.burlap.io.BurlapInput
 
base64encode(int) - Static method in class com.caucho.burlap.client.MicroBurlapOutput
Converts the digit to its base64 encoding.

C

CHARACTER - Static variable in class com.caucho.burlap.io.BasicDeserializer
 
CHARACTER - Static variable in class com.caucho.burlap.io.BasicSerializer
 
CHARACTER_ARRAY - Static variable in class com.caucho.burlap.io.BasicDeserializer
 
CHARACTER_ARRAY - Static variable in class com.caucho.burlap.io.BasicSerializer
 
ClassDeserializer - class com.caucho.burlap.io.ClassDeserializer.
Deserializing a JDK 1.2 Class.
ClassDeserializer() - Constructor for class com.caucho.burlap.io.ClassDeserializer
 
ClassSerializer - class com.caucho.burlap.io.ClassSerializer.
Serializing a remote object.
ClassSerializer() - Constructor for class com.caucho.burlap.io.ClassSerializer
 
CollectionDeserializer - class com.caucho.burlap.io.CollectionDeserializer.
Deserializing a JDK 1.2 Collection.
CollectionDeserializer(Class) - Constructor for class com.caucho.burlap.io.CollectionDeserializer
 
CollectionSerializer - class com.caucho.burlap.io.CollectionSerializer.
Serializing a JDK 1.2 Collection.
CollectionSerializer() - Constructor for class com.caucho.burlap.io.CollectionSerializer
 
call(String, Object[]) - Method in class com.caucho.burlap.client.MicroBurlapOutput
Writes a complete method call.
call(String, Object[]) - Method in class com.caucho.burlap.io.BurlapOutput
Writes a complete method call.
code - Variable in class com.caucho.burlap.client.BurlapServiceException
 
code - Variable in class com.caucho.burlap.io.BurlapServiceException
 
com.caucho.burlap.client - package com.caucho.burlap.client
 
com.caucho.burlap.io - package com.caucho.burlap.io
 
com.caucho.burlap.server - package com.caucho.burlap.server
 
completeCall() - Method in class com.caucho.burlap.client.MicroBurlapInput
Completes reading the call.
completeCall() - Method in class com.caucho.burlap.client.MicroBurlapOutput
Writes the method call:
completeCall() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Completes reading the call
completeCall() - Method in class com.caucho.burlap.io.AbstractBurlapOutput
Writes the method call:
completeCall() - Method in class com.caucho.burlap.io.BurlapInput
Completes reading the call
completeCall() - Method in class com.caucho.burlap.io.BurlapOutput
Completes.
completeReply() - Method in class com.caucho.burlap.client.MicroBurlapInput
Completes reading the reply.
completeReply() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Completes reading the call
completeReply() - Method in class com.caucho.burlap.io.BurlapInput
Completes reading the call
completeReply() - Method in class com.caucho.burlap.io.BurlapOutput
Completes reading the reply
create(Class, String) - Method in class com.caucho.burlap.client.BurlapProxyFactory
Creates a new proxy with the specified URL.
createArray(int) - Method in class com.caucho.burlap.io.ArrayDeserializer
 

D

DATE - Static variable in class com.caucho.burlap.io.BasicDeserializer
 
DATE - Static variable in class com.caucho.burlap.io.BasicSerializer
 
DOUBLE - Static variable in class com.caucho.burlap.io.BasicDeserializer
 
DOUBLE - Static variable in class com.caucho.burlap.io.BasicSerializer
 
DOUBLE_ARRAY - Static variable in class com.caucho.burlap.io.BasicDeserializer
 
DOUBLE_ARRAY - Static variable in class com.caucho.burlap.io.BasicSerializer
 
Deserializer - class com.caucho.burlap.io.Deserializer.
Deserializing an object.
Deserializer() - Constructor for class com.caucho.burlap.io.Deserializer
 
date - Variable in class com.caucho.burlap.client.MicroBurlapInput
 
date - Variable in class com.caucho.burlap.client.MicroBurlapOutput
 
date - Variable in class com.caucho.burlap.io.BurlapOutput
 
defaultSerializer - Variable in class com.caucho.burlap.io.SerializerFactory
 
deserializerMap - Static variable in class com.caucho.burlap.io.SerializerFactory
 
detail - Variable in class com.caucho.burlap.client.BurlapServiceException
 
detail - Variable in class com.caucho.burlap.io.BurlapServiceException
 

E

encode(long) - Static method in class com.caucho.burlap.client.BurlapProxyFactory
 
encode(int) - Method in class com.caucho.burlap.io.BurlapOutput
Encodes a digit
entity - Variable in class com.caucho.burlap.client.MicroBurlapInput
 
equals(Object) - Method in class com.caucho.burlap.client.BurlapRemote
Defines equality
equals(Object) - Method in class com.caucho.burlap.io.BurlapRemote
Defines equality
error(String) - Method in class com.caucho.burlap.io.BurlapInput
 
expectBeginTag(String, String) - Method in class com.caucho.burlap.client.MicroBurlapInput
 
expectBeginTag(String, String) - Method in class com.caucho.burlap.io.BurlapInput
 
expectEndTag(String) - Method in class com.caucho.burlap.client.MicroBurlapInput
 
expectStartTag(String) - Method in class com.caucho.burlap.client.MicroBurlapInput
 
expectTag(int) - Method in class com.caucho.burlap.io.AbstractBurlapInput
Read the end of a map
expectTag(int) - Method in class com.caucho.burlap.io.BurlapInput
 
expectedChar(String, int) - Method in class com.caucho.burlap.client.MicroBurlapInput
 
expectedChar(String, int) - Method in class com.caucho.burlap.io.BurlapInput
 
expectedTag(String, int) - Method in class com.caucho.burlap.io.BurlapInput
 

F

FLOAT - Static variable in class com.caucho.burlap.io.BasicDeserializer
 
FLOAT - Static variable in class com.caucho.burlap.io.BasicSerializer
 
FLOAT_ARRAY - Static variable in class com.caucho.burlap.io.BasicDeserializer
 
FLOAT_ARRAY - Static variable in class com.caucho.burlap.io.BasicSerializer
 
factory - Variable in class com.caucho.burlap.client.BurlapProxyResolver
 

G

getArrayType(Class) - Method in class com.caucho.burlap.io.ArraySerializer
Returns the <type> name for a <list>.
getBurlapAttribute(BurlapInput, BurlapOutput) - Method in class com.caucho.burlap.server.BurlapSkeleton
Returns special attributes.
getBurlapInput(InputStream) - Method in class com.caucho.burlap.client.BurlapProxyFactory
 
getBurlapOutput(OutputStream) - Method in class com.caucho.burlap.client.BurlapProxyFactory
 
getBurlapType() - Method in interface com.caucho.burlap.io.BurlapRemoteObject
 
getBurlapURL() - Method in interface com.caucho.burlap.io.BurlapRemoteObject
 
getCode() - Method in class com.caucho.burlap.client.BurlapServiceException
Returns the code.
getCode() - Method in class com.caucho.burlap.io.BurlapServiceException
Returns the code.
getDefaultSerializer(Class) - Method in class com.caucho.burlap.io.SerializerFactory
 
getDeserializer(Class) - Method in class com.caucho.burlap.io.SerializerFactory
 
getDeserializer(String) - Method in class com.caucho.burlap.io.SerializerFactory
 
getDetail() - Method in class com.caucho.burlap.client.BurlapServiceException
Returns the detail.
getDetail() - Method in class com.caucho.burlap.io.BurlapServiceException
Returns the detail.
getFieldMap(Class) - Static method in class com.caucho.burlap.io.JavaDeserializer
Creates a map of the classes fields.
getInputStream() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Starts reading a byte array using an input stream.
getInputStream() - Method in class com.caucho.burlap.io.BurlapInput
 
getMessage() - Method in class com.caucho.burlap.client.BurlapRuntimeException
Returns the message.
getMethod() - Method in class com.caucho.burlap.client.MicroBurlapInput
Returns a call's method.
getMethod() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Returns the call's method
getMethod() - Method in class com.caucho.burlap.io.BurlapInput
Returns the calls method
getObjectDeserializer(String) - Method in class com.caucho.burlap.io.SerializerFactory
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class com.caucho.burlap.client.BurlapProxyFactory
JNDI object factory so the proxy can be used as a resource.
getParamArg(Class) - Static method in class com.caucho.burlap.io.JavaDeserializer
Creates a map of the classes fields.
getReader() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Starts reading a string.
getReader() - Method in class com.caucho.burlap.io.BurlapInput
 
getRemoteResolver() - Method in class com.caucho.burlap.client.BurlapProxyFactory
Returns the remote resolver.
getRemoteResolver() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Sets the resolver used to lookup remote objects.
getRootCause() - Method in class com.caucho.burlap.client.BurlapProtocolException
Returns the underlying cause.
getRootCause() - Method in class com.caucho.burlap.client.BurlapRuntimeException
Returns the underlying cause.
getRootCause() - Method in class com.caucho.burlap.io.BurlapProtocolException
Returns the underlying cause.
getSerializer(Class) - Method in class com.caucho.burlap.io.SerializerFactory
Returns the serializer for a class.
getSerializerFactory() - Method in class com.caucho.burlap.io.BurlapInput
Gets the serializer factory.
getServletInfo() - Method in class com.caucho.burlap.server.BurlapServlet
 
getType() - Method in class com.caucho.burlap.client.BurlapRemote
Returns the remote api class name.
getType() - Method in class com.caucho.burlap.io.AbstractListDeserializer
 
getType() - Method in class com.caucho.burlap.io.AbstractMapDeserializer
 
getType() - Method in class com.caucho.burlap.io.ArrayDeserializer
 
getType() - Method in class com.caucho.burlap.io.BasicDeserializer
 
getType() - Method in class com.caucho.burlap.io.BurlapRemote
Returns the remote api class name.
getType() - Method in class com.caucho.burlap.io.ClassDeserializer
 
getType() - Method in class com.caucho.burlap.io.CollectionDeserializer
 
getType() - Method in class com.caucho.burlap.io.Deserializer
 
getType() - Method in class com.caucho.burlap.io.JavaDeserializer
 
getType() - Method in class com.caucho.burlap.io.MapDeserializer
 
getType() - Method in class com.caucho.burlap.io.SqlDateDeserializer
 
getType() - Method in class com.caucho.burlap.io.StackTraceElementDeserializer
 
getType() - Method in class com.caucho.burlap.io.StringValueDeserializer
 
getURL() - Method in class com.caucho.burlap.client.BurlapProxy
Returns the proxy's URL.
getURL() - Method in class com.caucho.burlap.client.BurlapRemote
Returns the remote URL.
getURL() - Method in class com.caucho.burlap.io.BurlapRemote
Returns the remote URL.

H

hashCode() - Method in class com.caucho.burlap.client.BurlapRemote
Defines the hashcode.
hashCode() - Method in class com.caucho.burlap.io.BurlapRemote
Defines the hashcode.

I

INTEGER - Static variable in class com.caucho.burlap.io.BasicDeserializer
 
INTEGER - Static variable in class com.caucho.burlap.io.BasicSerializer
 
INTEGER_ARRAY - Static variable in class com.caucho.burlap.io.BasicDeserializer
 
INTEGER_ARRAY - Static variable in class com.caucho.burlap.io.BasicSerializer
 
init(InputStream) - Method in class com.caucho.burlap.client.MicroBurlapInput
Initialize the Burlap input stream with a new underlying stream.
init(OutputStream) - Method in class com.caucho.burlap.client.MicroBurlapOutput
 
init(InputStream) - Method in class com.caucho.burlap.io.AbstractBurlapInput
Initialize the Burlap stream with the underlying input stream.
init(OutputStream) - Method in class com.caucho.burlap.io.AbstractBurlapOutput
Initialize the output with a new underlying stream.
init(InputStream) - Method in class com.caucho.burlap.io.BurlapInput
Initialize the burlap stream with the underlying input stream.
init(OutputStream) - Method in class com.caucho.burlap.io.BurlapOutput
Initializes the output
init(ServletConfig) - Method in class com.caucho.burlap.server.BurlapServlet
Initialize the service, including the service object.
instantiate() - Method in class com.caucho.burlap.io.JavaDeserializer
 
invoke(Object, Method, Object[]) - Method in class com.caucho.burlap.client.BurlapProxy
Handles the object invocation.
invoke(BurlapInput, BurlapOutput) - Method in class com.caucho.burlap.server.BurlapSkeleton
Invoke the object with the request from the input stream.
is - Variable in class com.caucho.burlap.client.MicroBurlapInput
 
isEnd() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Returns true if the data has ended.
isEnd() - Method in class com.caucho.burlap.io.BurlapInput
Returns true if this is the end of a list or a map.
isOverloadEnabled() - Method in class com.caucho.burlap.client.BurlapProxyFactory
Returns true if overloaded methods are allowed (using mangling)
isTagChar(int) - Method in class com.caucho.burlap.client.MicroBurlapInput
 
isTagChar(int) - Method in class com.caucho.burlap.io.BurlapInput
Returns true if the character is a valid tag character.
isWhitespace(int) - Method in class com.caucho.burlap.client.MicroBurlapInput
 
isWhitespace(int) - Method in class com.caucho.burlap.io.BurlapInput
 

J

JavaDeserializer - class com.caucho.burlap.io.JavaDeserializer.
Serializing an object for known object types.
JavaDeserializer(Class) - Constructor for class com.caucho.burlap.io.JavaDeserializer
 
JavaSerializer - class com.caucho.burlap.io.JavaSerializer.
Serializing an object for known object types.
JavaSerializer() - Constructor for class com.caucho.burlap.io.JavaSerializer
 

L

LONG - Static variable in class com.caucho.burlap.io.BasicDeserializer
 
LONG - Static variable in class com.caucho.burlap.io.BasicSerializer
 
LONG_ARRAY - Static variable in class com.caucho.burlap.io.BasicDeserializer
 
LONG_ARRAY - Static variable in class com.caucho.burlap.io.BasicSerializer
 
localCalendar - Variable in class com.caucho.burlap.client.MicroBurlapInput
 
localCalendar - Variable in class com.caucho.burlap.client.MicroBurlapOutput
 
localCalendar - Variable in class com.caucho.burlap.io.BurlapOutput
 
lookup(String, String) - Method in class com.caucho.burlap.client.BurlapProxyResolver
Looks up a proxy object.
lookup(String, String) - Method in class com.caucho.burlap.io.AbstractBurlapResolver
Looks up a proxy object.
lookup(String, String) - Method in interface com.caucho.burlap.io.BurlapRemoteResolver
Looks up a proxy object.

M

MapDeserializer - class com.caucho.burlap.io.MapDeserializer.
Deserializing a JDK 1.2 Map.
MapDeserializer(Class) - Constructor for class com.caucho.burlap.io.MapDeserializer
 
MapSerializer - class com.caucho.burlap.io.MapSerializer.
Serializing a JDK 1.2 java.util.Map.
MapSerializer() - Constructor for class com.caucho.burlap.io.MapSerializer
 
MicroBurlapInput - class com.caucho.burlap.client.MicroBurlapInput.
Input stream for Burlap requests, compatible with microedition Java.
MicroBurlapInput(InputStream) - Constructor for class com.caucho.burlap.client.MicroBurlapInput
Creates a new Burlap input stream, initialized with an underlying input stream.
MicroBurlapInput() - Constructor for class com.caucho.burlap.client.MicroBurlapInput
Creates an uninitialized Burlap input stream.
MicroBurlapOutput - class com.caucho.burlap.client.MicroBurlapOutput.
Output stream for Burlap requests, compatible with microedition Java.
MicroBurlapOutput(OutputStream) - Constructor for class com.caucho.burlap.client.MicroBurlapOutput
Creates a new Burlap output stream, initialized with an underlying output stream.
MicroBurlapOutput() - Constructor for class com.caucho.burlap.client.MicroBurlapOutput
Creates an uninitialized Burlap output stream.
mangleClass(StringBuffer, Class, boolean) - Method in class com.caucho.burlap.server.BurlapSkeleton
Mangles a classname.
mangleName(Method, boolean) - Method in class com.caucho.burlap.server.BurlapSkeleton
Creates a unique mangled method name based on the method name and the method parameters.
method - Variable in class com.caucho.burlap.client.MicroBurlapInput
 

N

NULL - Static variable in class com.caucho.burlap.io.BasicDeserializer
 
NULL - Static variable in class com.caucho.burlap.io.BasicSerializer
 

O

OBJECT_ARRAY - Static variable in class com.caucho.burlap.io.BasicDeserializer
 
OBJECT_ARRAY - Static variable in class com.caucho.burlap.io.BasicSerializer
 
openConnection(URL) - Method in class com.caucho.burlap.client.BurlapProxyFactory
Creates the URL connection.
os - Variable in class com.caucho.burlap.client.MicroBurlapOutput
 
os - Variable in class com.caucho.burlap.io.BurlapOutput
 

P

parseBytes() - Method in class com.caucho.burlap.client.MicroBurlapInput
Parses a byte array.
parseBytes(ByteArrayOutputStream) - Method in class com.caucho.burlap.client.MicroBurlapInput
Parses a byte array.
parseBytes() - Method in class com.caucho.burlap.io.BurlapInput
Parses a byte array.
parseBytes(ByteArrayOutputStream) - Method in class com.caucho.burlap.io.BurlapInput
Parses a byte array.
parseDate(Calendar) - Method in class com.caucho.burlap.client.MicroBurlapInput
Parses a date value from the stream.
parseDate() - Method in class com.caucho.burlap.io.BurlapInput
Parses a date value from the stream.
parseDate(Calendar) - Method in class com.caucho.burlap.io.BurlapInput
Parses a date value from the stream.
parseDouble() - Method in class com.caucho.burlap.io.BurlapInput
Parses a 64-bit double value from the stream.
parseInt() - Method in class com.caucho.burlap.client.MicroBurlapInput
Parses an integer value from the stream.
parseInt() - Method in class com.caucho.burlap.io.BurlapInput
Parses a 32-bit integer value from the stream.
parseLong() - Method in class com.caucho.burlap.client.MicroBurlapInput
Parses a long value from the stream.
parseLong() - Method in class com.caucho.burlap.io.BurlapInput
Parses a 64-bit long value from the stream.
parseString() - Method in class com.caucho.burlap.client.MicroBurlapInput
Parses a string value from the stream.
parseString(StringBuffer) - Method in class com.caucho.burlap.client.MicroBurlapInput
Parses a string value from the stream.
parseString() - Method in class com.caucho.burlap.io.BurlapInput
 
parseString(StringBuffer) - Method in class com.caucho.burlap.io.BurlapInput
Parses a string value from the stream.
parseTag() - Method in class com.caucho.burlap.client.MicroBurlapInput
Parses a tag.
parseTag() - Method in class com.caucho.burlap.io.BurlapInput
Parses a tag.
parseXML() - Method in class com.caucho.burlap.io.BurlapInput
 
peek - Variable in class com.caucho.burlap.client.MicroBurlapInput
 
peekTag - Variable in class com.caucho.burlap.client.MicroBurlapInput
 
print(String) - Method in class com.caucho.burlap.client.MicroBurlapOutput
Prints a string as ascii to the stream.
print(char) - Method in class com.caucho.burlap.io.BurlapOutput
Prints a char to the stream.
print(int) - Method in class com.caucho.burlap.io.BurlapOutput
Prints an integer to the stream.
print(long) - Method in class com.caucho.burlap.io.BurlapOutput
Prints a long to the stream.
print(double) - Method in class com.caucho.burlap.io.BurlapOutput
Prints a double to the stream.
print(String) - Method in class com.caucho.burlap.io.BurlapOutput
Prints a string as ascii to the stream.
printBytes(byte[], int, int) - Method in class com.caucho.burlap.client.MicroBurlapOutput
Prints a byte array to the stream, properly encoded in base64.
printDate(Calendar) - Method in class com.caucho.burlap.client.MicroBurlapOutput
Prints a date.
printDate(Calendar) - Method in class com.caucho.burlap.io.BurlapOutput
Prints a date.
printInt(int) - Method in class com.caucho.burlap.client.MicroBurlapOutput
Prints an integer to the stream.
printLong(long) - Method in class com.caucho.burlap.client.MicroBurlapOutput
Prints a long to the stream.
printStackTrace() - Method in class com.caucho.burlap.client.BurlapRuntimeException
Prints the stack trace.
printStackTrace(PrintWriter) - Method in class com.caucho.burlap.client.BurlapRuntimeException
Prints the stack trace.
printStackTrace(PrintStream) - Method in class com.caucho.burlap.client.BurlapRuntimeException
Prints the stack trace.
printString(String) - Method in class com.caucho.burlap.client.MicroBurlapOutput
Prints a string to the stream, properly encoded.
printString(String) - Method in class com.caucho.burlap.io.BurlapOutput
Prints a string to the stream, encoded as UTF-8
printString(String, int, int) - Method in class com.caucho.burlap.io.BurlapOutput
Prints a string to the stream, encoded as UTF-8
printString(char[], int, int) - Method in class com.caucho.burlap.io.BurlapOutput
Prints a string to the stream, encoded as UTF-8

R

RemoteSerializer - class com.caucho.burlap.io.RemoteSerializer.
Serializing a remote object.
RemoteSerializer() - Constructor for class com.caucho.burlap.io.RemoteSerializer
 
read() - Method in class com.caucho.burlap.client.MicroBurlapInput
 
read(byte[], int, int) - Method in class com.caucho.burlap.io.BurlapInput
Reads bytes from the underlying stream.
read() - Method in class com.caucho.burlap.io.BurlapInput
 
readBoolean() - Method in class com.caucho.burlap.client.MicroBurlapInput
Reads a boolean value from the input stream.
readBoolean() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Reads a boolean
readBoolean() - Method in class com.caucho.burlap.io.BurlapInput
Reads a boolean
readBytes() - Method in class com.caucho.burlap.client.MicroBurlapInput
Reads a byte array from the input stream.
readBytes() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Reads a byte array.
readBytes() - Method in class com.caucho.burlap.io.BurlapInput
Reads a byte array
readChar() - Method in class com.caucho.burlap.io.BurlapInput
Reads a character from the underlying stream.
readDouble() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Reads a double.
readDouble() - Method in class com.caucho.burlap.io.BurlapInput
Reads a double
readEnd() - Method in class com.caucho.burlap.io.BurlapInput
Reads the end byte.
readExtensionObject(Class, String) - Method in class com.caucho.burlap.client.MicroBurlapInput
Reads object unknown to MicroBurlapInput.
readFault() - Method in class com.caucho.burlap.client.MicroBurlapInput
Reads a fault.
readFault() - Method in class com.caucho.burlap.io.BurlapInput
Reads a fault.
readHeader() - Method in class com.caucho.burlap.io.BurlapInput
Reads a header, returning null if there are no headers.
readInt() - Method in class com.caucho.burlap.client.MicroBurlapInput
Reads an integer value from the input stream.
readInt() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Reads an integer
readInt() - Method in class com.caucho.burlap.io.BurlapInput
Reads an integer
readLength() - Method in class com.caucho.burlap.client.MicroBurlapInput
Reads a length value from the input stream.
readLength() - Method in class com.caucho.burlap.io.BurlapInput
Reads a length
readList(Class, String, int) - Method in class com.caucho.burlap.client.MicroBurlapInput
Reads a list object from the input stream.
readList(AbstractBurlapInput, int) - Method in class com.caucho.burlap.io.ArrayDeserializer
Reads the array.
readList(AbstractBurlapInput, int) - Method in class com.caucho.burlap.io.BasicDeserializer
 
readList(AbstractBurlapInput, int) - Method in class com.caucho.burlap.io.CollectionDeserializer
 
readList(AbstractBurlapInput, int) - Method in class com.caucho.burlap.io.Deserializer
 
readList(AbstractBurlapInput, int, String) - Method in class com.caucho.burlap.io.SerializerFactory
 
readListEnd() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Read the end of a list
readListEnd() - Method in class com.caucho.burlap.io.BurlapInput
Reads the end of the map
readListStart() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Reads the start of a list
readListStart() - Method in class com.caucho.burlap.io.BurlapInput
Reads the start of a list.
readLocalDate() - Method in class com.caucho.burlap.client.MicroBurlapInput
Reads a date value from the input stream.
readLocalDate() - Method in class com.caucho.burlap.io.BurlapInput
Reads a date.
readLong() - Method in class com.caucho.burlap.client.MicroBurlapInput
Reads a long value from the input stream.
readLong() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Reads a long
readLong() - Method in class com.caucho.burlap.io.BurlapInput
Reads a long
readMap(Class, String) - Method in class com.caucho.burlap.client.MicroBurlapInput
Reads an object from the input stream.
readMap(AbstractBurlapInput) - Method in class com.caucho.burlap.io.ClassDeserializer
 
readMap(AbstractBurlapInput) - Method in class com.caucho.burlap.io.Deserializer
 
readMap(AbstractBurlapInput) - Method in class com.caucho.burlap.io.JavaDeserializer
 
readMap(AbstractBurlapInput, Object) - Method in class com.caucho.burlap.io.JavaDeserializer
 
readMap(AbstractBurlapInput) - Method in class com.caucho.burlap.io.MapDeserializer
 
readMap(AbstractBurlapInput, String) - Method in class com.caucho.burlap.io.SerializerFactory
 
readMap(AbstractBurlapInput) - Method in class com.caucho.burlap.io.SqlDateDeserializer
 
readMap(AbstractBurlapInput) - Method in class com.caucho.burlap.io.StackTraceElementDeserializer
 
readMap(AbstractBurlapInput) - Method in class com.caucho.burlap.io.StringValueDeserializer
 
readMapEnd() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Read the end of a map
readMapEnd() - Method in class com.caucho.burlap.io.BurlapInput
Reads the end of the map
readMapStart() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Reads the start of a map
readMapStart() - Method in class com.caucho.burlap.io.BurlapInput
Reads the start of a map.
readNode() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Reads an XML node encoded in UTF-8
readNode() - Method in class com.caucho.burlap.io.BurlapInput
Reads an XML node.
readNull() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Reads a null
readNull() - Method in class com.caucho.burlap.io.BurlapInput
Reads a null
readObject(Class) - Method in class com.caucho.burlap.client.MicroBurlapInput
Reads an arbitrary object the input stream.
readObject(Class) - Method in class com.caucho.burlap.io.AbstractBurlapInput
Reads an arbitrary object from the input stream.
readObject() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Reads an arbitrary object from the input stream.
readObject(AbstractBurlapInput) - Method in class com.caucho.burlap.io.BasicDeserializer
 
readObject(Class) - Method in class com.caucho.burlap.io.BurlapInput
Reads an object from the input stream with an expected type.
readObject() - Method in class com.caucho.burlap.io.BurlapInput
Reads an arbitrary object from the input stream when the type is unknown.
readObject(AbstractBurlapInput) - Method in class com.caucho.burlap.io.Deserializer
 
readRef() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Reads a reference
readRef() - Method in class com.caucho.burlap.io.BurlapInput
Reads a reference.
readRemote() - Method in class com.caucho.burlap.client.MicroBurlapInput
Reads a remote value from the input stream.
readRemote() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Reads a remote object reference to the stream.
readRemote() - Method in class com.caucho.burlap.io.BurlapInput
Reads a remote object.
readReply(Class) - Method in class com.caucho.burlap.client.MicroBurlapInput
Reads a reply as an object.
readReply(Class) - Method in class com.caucho.burlap.io.AbstractBurlapInput
Reads a reply as an object.
readReply(Class) - Method in class com.caucho.burlap.io.BurlapInput
Reads a reply as an object.
readString() - Method in class com.caucho.burlap.client.MicroBurlapInput
Reads a string value from the input stream.
readString() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Reads a string encoded in UTF-8
readString() - Method in class com.caucho.burlap.io.BurlapInput
Reads a string
readType() - Method in class com.caucho.burlap.client.MicroBurlapInput
Reads a type value from the input stream.
readType() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Reads an object type.
readType() - Method in class com.caucho.burlap.io.BurlapInput
Parses a type from the stream.
readUTCDate() - Method in class com.caucho.burlap.client.MicroBurlapInput
Reads a date value from the input stream.
readUTCDate() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Reads a date.
readUTCDate() - Method in class com.caucho.burlap.io.BurlapInput
Reads a date.
refs - Variable in class com.caucho.burlap.client.MicroBurlapInput
 
refs - Variable in class com.caucho.burlap.io.BurlapOutput
 
resolve(Object) - Method in class com.caucho.burlap.io.JavaDeserializer
 
resolveRemote(String, String) - Method in class com.caucho.burlap.client.MicroBurlapInput
Resolves a remote object.
resolveRemote(String, String) - Method in class com.caucho.burlap.io.BurlapInput
Resolves a remote object.
resolver - Variable in class com.caucho.burlap.io.AbstractBurlapInput
 
rootCause - Variable in class com.caucho.burlap.client.BurlapProtocolException
 
rootCause - Variable in class com.caucho.burlap.client.BurlapRuntimeException
 
rootCause - Variable in class com.caucho.burlap.io.BurlapProtocolException
 

S

SHORT - Static variable in class com.caucho.burlap.io.BasicDeserializer
 
SHORT - Static variable in class com.caucho.burlap.io.BasicSerializer
 
SHORT_ARRAY - Static variable in class com.caucho.burlap.io.BasicDeserializer
 
SHORT_ARRAY - Static variable in class com.caucho.burlap.io.BasicSerializer
 
STRING - Static variable in class com.caucho.burlap.io.BasicDeserializer
 
STRING - Static variable in class com.caucho.burlap.io.BasicSerializer
 
STRING_ARRAY - Static variable in class com.caucho.burlap.io.BasicDeserializer
 
STRING_ARRAY - Static variable in class com.caucho.burlap.io.BasicSerializer
 
Serializer - class com.caucho.burlap.io.Serializer.
Serializing an object.
Serializer() - Constructor for class com.caucho.burlap.io.Serializer
 
SerializerFactory - class com.caucho.burlap.io.SerializerFactory.
Factory for returning serialization methods.
SerializerFactory() - Constructor for class com.caucho.burlap.io.SerializerFactory
 
SqlDateDeserializer - class com.caucho.burlap.io.SqlDateDeserializer.
Deserializing a string valued object
SqlDateDeserializer(Class) - Constructor for class com.caucho.burlap.io.SqlDateDeserializer
 
SqlDateSerializer - class com.caucho.burlap.io.SqlDateSerializer.
Serializing a sql date object.
SqlDateSerializer() - Constructor for class com.caucho.burlap.io.SqlDateSerializer
 
StackTraceElementDeserializer - class com.caucho.burlap.io.StackTraceElementDeserializer.
Deserializing a JDK 1.4 StackTraceElement
StackTraceElementDeserializer() - Constructor for class com.caucho.burlap.io.StackTraceElementDeserializer
 
StringValueDeserializer - class com.caucho.burlap.io.StringValueDeserializer.
Deserializing a string valued object
StringValueDeserializer(Class) - Constructor for class com.caucho.burlap.io.StringValueDeserializer
 
StringValueSerializer - class com.caucho.burlap.io.StringValueSerializer.
Serializing a remote object.
StringValueSerializer() - Constructor for class com.caucho.burlap.io.StringValueSerializer
 
sbuf - Variable in class com.caucho.burlap.client.MicroBurlapInput
 
serializerFactory - Variable in class com.caucho.burlap.io.BurlapOutput
 
serializerMap - Static variable in class com.caucho.burlap.io.SerializerFactory
 
service(ServletRequest, ServletResponse) - Method in class com.caucho.burlap.server.BurlapServlet
Execute a request.
setOverloadEnabled(boolean) - Method in class com.caucho.burlap.client.BurlapProxyFactory
set true if overloaded methods are allowed (using mangling)
setPassword(String) - Method in class com.caucho.burlap.client.BurlapProxyFactory
Sets the password.
setRef(int, Object) - Method in class com.caucho.burlap.io.BurlapInput
Adds a list/map reference.
setRemoteResolver(BurlapRemoteResolver) - Method in class com.caucho.burlap.io.AbstractBurlapInput
Sets the resolver used to lookup remote objects.
setSerializerFactory(SerializerFactory) - Method in class com.caucho.burlap.io.BurlapInput
Sets the serializer factory.
setService(boolean) - Method in class com.caucho.burlap.server.BurlapServlet
 
setURL(String) - Method in class com.caucho.burlap.client.BurlapRemote
Sets the remote URL.
setURL(String) - Method in class com.caucho.burlap.io.BurlapRemote
Sets the remote URL.
setUser(String) - Method in class com.caucho.burlap.client.BurlapProxyFactory
Sets the user.
skipWhitespace() - Method in class com.caucho.burlap.client.MicroBurlapInput
 
skipWhitespace() - Method in class com.caucho.burlap.io.BurlapInput
 
startCall() - Method in class com.caucho.burlap.client.MicroBurlapInput
Starts reading the call
startCall(String) - Method in class com.caucho.burlap.client.MicroBurlapOutput
Writes the method call:
startCall() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Starts reading the call
startCall(String) - Method in class com.caucho.burlap.io.AbstractBurlapOutput
Writes the method call:
startCall() - Method in class com.caucho.burlap.io.BurlapInput
Starts reading the call
startCall(String) - Method in class com.caucho.burlap.io.BurlapOutput
Starts the method call.
startCall() - Method in class com.caucho.burlap.io.BurlapOutput
Starts the method call.
startReply() - Method in class com.caucho.burlap.client.MicroBurlapInput
Starts reading the reply.
startReply() - Method in class com.caucho.burlap.io.AbstractBurlapInput
Starts reading the reply
startReply() - Method in class com.caucho.burlap.io.BurlapInput
Starts reading the reply
startReply() - Method in class com.caucho.burlap.io.BurlapOutput
Starts the reply

T

TAG_BASE64 - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_BASE64_END - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_BOOLEAN - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_BOOLEAN_END - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_CALL - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_CALL_END - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_DATE - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_DATE_END - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_DOUBLE - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_DOUBLE_END - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_EOF - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_FAULT - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_FAULT_END - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_HEADER - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_HEADER_END - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_INT - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_INT_END - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_LENGTH - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_LENGTH_END - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_LIST - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_LIST_END - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_LONG - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_LONG_END - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_MAP - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_MAP_END - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_METHOD - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_METHOD_END - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_NULL - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_NULL_END - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_REF - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_REF_END - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_REMOTE - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_REMOTE_END - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_REPLY - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_REPLY_END - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_STRING - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_STRING_END - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_TYPE - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_TYPE_END - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_XML - Static variable in class com.caucho.burlap.io.BurlapInput
 
TAG_XML_END - Static variable in class com.caucho.burlap.io.BurlapInput
 
tagName(int) - Static method in class com.caucho.burlap.io.BurlapInput
 
toString() - Method in class com.caucho.burlap.client.BurlapRemote
Readable version of the remote.
toString() - Method in class com.caucho.burlap.client.BurlapRuntimeException
Prints the exception as a string.
toString() - Method in class com.caucho.burlap.io.ArrayDeserializer
 
toString() - Method in class com.caucho.burlap.io.BurlapRemote
Readable version of the remote.
type - Variable in class com.caucho.burlap.client.BurlapRemote
 
type - Variable in class com.caucho.burlap.io.BurlapRemote
 
typeMap - Static variable in class com.caucho.burlap.io.SerializerFactory
 

U

url - Variable in class com.caucho.burlap.client.BurlapRemote
 
url - Variable in class com.caucho.burlap.io.BurlapRemote
 
utcCalendar - Variable in class com.caucho.burlap.client.MicroBurlapInput
 
utcCalendar - Variable in class com.caucho.burlap.client.MicroBurlapOutput
 
utcCalendar - Variable in class com.caucho.burlap.io.BurlapOutput
 

W

writeBoolean(boolean) - Method in class com.caucho.burlap.client.MicroBurlapOutput
Writes a boolean value to the stream.
writeBoolean(boolean) - Method in class com.caucho.burlap.io.AbstractBurlapOutput
Writes a boolean value to the stream.
writeBoolean(boolean) - Method in class com.caucho.burlap.io.BurlapOutput
Writes a boolean value to the stream.
writeBytes(byte[], int, int) - Method in class com.caucho.burlap.client.MicroBurlapOutput
Writes a byte array to the stream using base64 encoding.
writeBytes(byte[]) - Method in class com.caucho.burlap.io.AbstractBurlapOutput
Writes a byte array to the stream.
writeBytes(byte[], int, int) - Method in class com.caucho.burlap.io.AbstractBurlapOutput
Writes a byte array to the stream.
writeBytes(byte[]) - Method in class com.caucho.burlap.io.BurlapOutput
Writes a byte array to the stream.
writeBytes(byte[], int, int) - Method in class com.caucho.burlap.io.BurlapOutput
Writes a byte array to the stream.
writeCustomObject(Object) - Method in class com.caucho.burlap.client.MicroBurlapOutput
Applications which override this can do custom serialization.
writeDouble(double) - Method in class com.caucho.burlap.io.AbstractBurlapOutput
Writes a double value to the stream.
writeDouble(double) - Method in class com.caucho.burlap.io.BurlapOutput
Writes a double value to the stream.
writeFault(String, String, Object) - Method in class com.caucho.burlap.io.BurlapOutput
Writes a fault.
writeHeader(String) - Method in class com.caucho.burlap.io.BurlapOutput
Writes a header name.
writeInt(int) - Method in class com.caucho.burlap.client.MicroBurlapOutput
Writes an integer value to the stream.
writeInt(int) - Method in class com.caucho.burlap.io.AbstractBurlapOutput
Writes an integer value to the stream.
writeInt(int) - Method in class com.caucho.burlap.io.BurlapOutput
Writes an integer value to the stream.
writeListBegin(int, String) - Method in class com.caucho.burlap.client.MicroBurlapOutput
Writes the list header to the stream.
writeListBegin(int, String) - Method in class com.caucho.burlap.io.AbstractBurlapOutput
Writes the list header to the stream.
writeListBegin(int, String) - Method in class com.caucho.burlap.io.BurlapOutput
Writes the list header to the stream.
writeListEnd() - Method in class com.caucho.burlap.client.MicroBurlapOutput
Writes the tail of the list to the stream.
writeListEnd() - Method in class com.caucho.burlap.io.AbstractBurlapOutput
Writes the tail of the list to the stream.
writeListEnd() - Method in class com.caucho.burlap.io.BurlapOutput
Writes the tail of the list to the stream.
writeLocalDate(long) - Method in class com.caucho.burlap.client.MicroBurlapOutput
Writes a date to the stream using ISO8609.
writeLong(long) - Method in class com.caucho.burlap.client.MicroBurlapOutput
Writes a long value to the stream.
writeLong(long) - Method in class com.caucho.burlap.io.AbstractBurlapOutput
Writes a long value to the stream.
writeLong(long) - Method in class com.caucho.burlap.io.BurlapOutput
Writes a long value to the stream.
writeMapBegin(String) - Method in class com.caucho.burlap.client.MicroBurlapOutput
Writes the map header to the stream.
writeMapBegin(String) - Method in class com.caucho.burlap.io.AbstractBurlapOutput
Writes the map header to the stream.
writeMapBegin(String) - Method in class com.caucho.burlap.io.BurlapOutput
Writes the map header to the stream.
writeMapEnd() - Method in class com.caucho.burlap.client.MicroBurlapOutput
Writes the tail of the map to the stream.
writeMapEnd() - Method in class com.caucho.burlap.io.AbstractBurlapOutput
Writes the tail of the map to the stream.
writeMapEnd() - Method in class com.caucho.burlap.io.BurlapOutput
Writes the tail of the map to the stream.
writeMethod(String) - Method in class com.caucho.burlap.io.BurlapOutput
Writes the method for a call.
writeNull() - Method in class com.caucho.burlap.client.MicroBurlapOutput
Writes a null value to the stream.
writeNull() - Method in class com.caucho.burlap.io.AbstractBurlapOutput
Writes a null value to the stream.
writeNull() - Method in class com.caucho.burlap.io.BurlapOutput
Writes a null value to the stream.
writeObject(Object) - Method in class com.caucho.burlap.client.MicroBurlapOutput
Writes a generic object.
writeObject(Object) - Method in class com.caucho.burlap.io.AbstractBurlapOutput
Writes a generic object to the output stream.
writeObject(Object, AbstractBurlapOutput) - Method in class com.caucho.burlap.io.ArraySerializer
 
writeObject(Object, AbstractBurlapOutput) - Method in class com.caucho.burlap.io.BasicSerializer
 
writeObject(Object) - Method in class com.caucho.burlap.io.BurlapOutput
Writes any object to the output stream.
writeObject(Object, AbstractBurlapOutput) - Method in class com.caucho.burlap.io.ClassSerializer
 
writeObject(Object, AbstractBurlapOutput) - Method in class com.caucho.burlap.io.CollectionSerializer
 
writeObject(Object, AbstractBurlapOutput) - Method in class com.caucho.burlap.io.JavaSerializer
 
writeObject(Object, AbstractBurlapOutput) - Method in class com.caucho.burlap.io.MapSerializer
 
writeObject(Object, AbstractBurlapOutput) - Method in class com.caucho.burlap.io.RemoteSerializer
 
writeObject(Object, AbstractBurlapOutput) - Method in class com.caucho.burlap.io.Serializer
 
writeObject(Object, AbstractBurlapOutput) - Method in class com.caucho.burlap.io.SqlDateSerializer
 
writeObject(Object, AbstractBurlapOutput) - Method in class com.caucho.burlap.io.StringValueSerializer
 
writeRef(int) - Method in class com.caucho.burlap.client.MicroBurlapOutput
Writes a reference.
writeRef(int) - Method in class com.caucho.burlap.io.AbstractBurlapOutput
Writes a reference.
writeRef(int) - Method in class com.caucho.burlap.io.BurlapOutput
Writes a reference.
writeRemote(String, String) - Method in class com.caucho.burlap.client.MicroBurlapOutput
Writes a remote object reference to the stream.
writeRemote(String, String) - Method in class com.caucho.burlap.io.AbstractBurlapOutput
Writes a remote object reference to the stream.
writeRemote(String, String) - Method in class com.caucho.burlap.io.BurlapOutput
Writes a remote object reference to the stream.
writeString(String) - Method in class com.caucho.burlap.client.MicroBurlapOutput
Writes a string value to the stream using UTF-8 encoding.
writeString(String) - Method in class com.caucho.burlap.io.AbstractBurlapOutput
Writes a string value to the stream using UTF-8 encoding.
writeString(char[], int, int) - Method in class com.caucho.burlap.io.AbstractBurlapOutput
Writes a string value to the stream using UTF-8 encoding.
writeString(String) - Method in class com.caucho.burlap.io.BurlapOutput
Writes a string value to the stream using UTF-8 encoding.
writeString(char[], int, int) - Method in class com.caucho.burlap.io.BurlapOutput
Writes a string value to the stream using UTF-8 encoding.
writeUTCDate(long) - Method in class com.caucho.burlap.client.MicroBurlapOutput
Writes a date to the stream using ISO8609.
writeUTCDate(long) - Method in class com.caucho.burlap.io.AbstractBurlapOutput
Writes a date to the stream.
writeUTCDate(long) - Method in class com.caucho.burlap.io.BurlapOutput
Writes a date to the stream.

_

_basicAuth - Variable in class com.caucho.burlap.client.BurlapProxyFactory
 
_cl - Variable in class com.caucho.burlap.io.SqlDateDeserializer
 
_cl - Variable in class com.caucho.burlap.io.StringValueDeserializer
 
_code - Variable in class com.caucho.burlap.io.BasicDeserializer
 
_code - Variable in class com.caucho.burlap.io.BasicSerializer
 
_componentType - Variable in class com.caucho.burlap.io.ArrayDeserializer
 
_constructor - Variable in class com.caucho.burlap.io.JavaDeserializer
 
_constructor - Variable in class com.caucho.burlap.io.SqlDateDeserializer
 
_constructor - Variable in class com.caucho.burlap.io.StringValueDeserializer
 
_constructorArgs - Variable in class com.caucho.burlap.io.JavaDeserializer
 
_entityBuffer - Variable in class com.caucho.burlap.io.BurlapInput
 
_factory - Variable in class com.caucho.burlap.client.BurlapProxy
 
_fieldMap - Variable in class com.caucho.burlap.io.JavaDeserializer
 
_is - Variable in class com.caucho.burlap.io.BurlapInput
 
_isOverloadEnabled - Variable in class com.caucho.burlap.client.BurlapProxyFactory
 
_isService - Variable in class com.caucho.burlap.server.BurlapServlet
 
_localCalendar - Variable in class com.caucho.burlap.io.BurlapInput
 
_method - Variable in class com.caucho.burlap.io.BurlapInput
 
_methodMap - Variable in class com.caucho.burlap.server.BurlapSkeleton
 
_password - Variable in class com.caucho.burlap.client.BurlapProxyFactory
 
_peek - Variable in class com.caucho.burlap.io.BurlapInput
 
_peekTag - Variable in class com.caucho.burlap.io.BurlapInput
 
_readResolve - Variable in class com.caucho.burlap.io.JavaDeserializer
 
_refs - Variable in class com.caucho.burlap.io.BurlapInput
 
_resolver - Variable in class com.caucho.burlap.client.BurlapProxyFactory
 
_sbuf - Variable in class com.caucho.burlap.io.BurlapInput
 
_serializerFactory - Variable in class com.caucho.burlap.io.BurlapInput
 
_service - Variable in class com.caucho.burlap.server.BurlapServlet
 
_service - Variable in class com.caucho.burlap.server.BurlapSkeleton
 
_serviceClass - Variable in class com.caucho.burlap.server.BurlapServlet
 
_skeleton - Variable in class com.caucho.burlap.server.BurlapServlet
 
_stackTraceClass - Static variable in class com.caucho.burlap.io.StackTraceElementDeserializer
 
_tagMap - Static variable in class com.caucho.burlap.io.BurlapInput
 
_type - Variable in class com.caucho.burlap.io.CollectionDeserializer
 
_type - Variable in class com.caucho.burlap.io.JavaDeserializer
 
_type - Variable in class com.caucho.burlap.io.MapDeserializer
 
_url - Variable in class com.caucho.burlap.client.BurlapProxy
 
_user - Variable in class com.caucho.burlap.client.BurlapProxyFactory
 
_utcCalendar - Variable in class com.caucho.burlap.io.BurlapInput
 

A B C D E F G H I J L M N O P R S T U W _