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

A

AbstractBurlapInput - Class in com.caucho.burlap.io
Abstract base class for Burlap requests.
AbstractBurlapInput() - Constructor for class com.caucho.burlap.io.AbstractBurlapInput
 
AbstractBurlapOutput - Class in com.caucho.burlap.io
Abstract output stream for Burlap requests.
AbstractBurlapOutput() - Constructor for class com.caucho.burlap.io.AbstractBurlapOutput
 
AbstractBurlapResolver - Class in com.caucho.burlap.io
Looks up remote objects.
AbstractBurlapResolver() - Constructor for class com.caucho.burlap.io.AbstractBurlapResolver
 
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

base64encode(int) - Static method in class com.caucho.burlap.client.MicroBurlapOutput
Converts the digit to its base64 encoding.
BurlapInput - Class in com.caucho.burlap.io
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 in com.caucho.burlap.io
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 in com.caucho.burlap.client
Exception for faults when the fault doesn't return a java exception.
BurlapProtocolException() - Constructor for exception com.caucho.burlap.client.BurlapProtocolException
Zero-arg constructor.
BurlapProtocolException(String) - Constructor for exception com.caucho.burlap.client.BurlapProtocolException
Create the exception.
BurlapProtocolException(String, Throwable) - Constructor for exception com.caucho.burlap.client.BurlapProtocolException
Create the exception.
BurlapProtocolException(Throwable) - Constructor for exception com.caucho.burlap.client.BurlapProtocolException
Create the exception.
BurlapProtocolException - Exception in com.caucho.burlap.io
Exception for faults when the fault doesn't return a java exception.
BurlapProtocolException() - Constructor for exception com.caucho.burlap.io.BurlapProtocolException
Zero-arg constructor.
BurlapProtocolException(String) - Constructor for exception com.caucho.burlap.io.BurlapProtocolException
Create the exception.
BurlapProtocolException(String, Throwable) - Constructor for exception com.caucho.burlap.io.BurlapProtocolException
Create the exception.
BurlapProtocolException(Throwable) - Constructor for exception com.caucho.burlap.io.BurlapProtocolException
Create the exception.
BurlapProxy - Class in com.caucho.burlap.client
Proxy implementation for Burlap clients.
BurlapProxyFactory - Class in com.caucho.burlap.client
Factory for creating Burlap client stubs.
BurlapProxyFactory() - Constructor for class com.caucho.burlap.client.BurlapProxyFactory
Creates the new proxy factory.
BurlapProxyResolver - Class in com.caucho.burlap.client
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 in com.caucho.burlap.client
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 in com.caucho.burlap.io
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 in com.caucho.burlap.io
Interface for any burlap remote object.
BurlapRemoteResolver - Interface in com.caucho.burlap.io
Looks up remote objects.
BurlapRuntimeException - Exception in com.caucho.burlap.client
Wrapper for protocol exceptions thrown in the proxy.
BurlapRuntimeException() - Constructor for exception com.caucho.burlap.client.BurlapRuntimeException
Zero-arg constructor.
BurlapRuntimeException(String) - Constructor for exception com.caucho.burlap.client.BurlapRuntimeException
Create the exception.
BurlapRuntimeException(String, Throwable) - Constructor for exception com.caucho.burlap.client.BurlapRuntimeException
Create the exception.
BurlapRuntimeException(Throwable) - Constructor for exception com.caucho.burlap.client.BurlapRuntimeException
Create the exception.
BurlapServiceException - Exception in com.caucho.burlap.client
Exception for faults when the fault doesn't return a java exception.
BurlapServiceException() - Constructor for exception com.caucho.burlap.client.BurlapServiceException
Zero-arg constructor.
BurlapServiceException(String, String, Object) - Constructor for exception com.caucho.burlap.client.BurlapServiceException
Create the exception.
BurlapServiceException - Exception in com.caucho.burlap.io
Exception for faults when the fault doesn't return a java exception.
BurlapServiceException() - Constructor for exception com.caucho.burlap.io.BurlapServiceException
Zero-arg constructor.
BurlapServiceException(String, String, Object) - Constructor for exception com.caucho.burlap.io.BurlapServiceException
Create the exception.
BurlapServlet - Class in com.caucho.burlap.server
Servlet for serving Burlap services.
BurlapServlet() - Constructor for class com.caucho.burlap.server.BurlapServlet
 
BurlapSkeleton - Class in com.caucho.burlap.server
Proxy class for Burlap services.
BurlapSkeleton(Object, Class) - Constructor for class com.caucho.burlap.server.BurlapSkeleton
Create a new burlap skeleton.

C

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.
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.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.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.

D

date - Variable in class com.caucho.burlap.client.MicroBurlapInput
 

E

encode(long) - Static method in class com.caucho.burlap.client.BurlapProxyFactory
 
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
 
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
 
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.BurlapInput
 

G

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 exception com.caucho.burlap.client.BurlapServiceException
Returns the code.
getDetail() - Method in exception com.caucho.burlap.client.BurlapServiceException
Returns the detail.
getInputStream() - Method in class com.caucho.burlap.io.BurlapInput
 
getMessage() - Method in exception 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.BurlapInput
Returns the calls method
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.
getReader() - Method in class com.caucho.burlap.io.BurlapInput
 
getRemoteResolver() - Method in class com.caucho.burlap.client.BurlapProxyFactory
Returns the remote resolver.
getReplyFault() - Method in class com.caucho.burlap.io.BurlapInput
Returns any reply fault.
getRootCause() - Method in exception com.caucho.burlap.client.BurlapProtocolException
Returns the underlying cause.
getRootCause() - Method in exception com.caucho.burlap.client.BurlapRuntimeException
Returns the underlying cause.
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.BurlapRemote
Returns the remote api class name.
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

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.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.
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.
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)
isWhitespace(int) - Method in class com.caucho.burlap.client.MicroBurlapInput
 
isWhitespace(int) - Method in class com.caucho.burlap.io.BurlapInput
 

L

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

method - Variable in class com.caucho.burlap.client.MicroBurlapInput
 
MicroBurlapInput - Class in com.caucho.burlap.client
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 in com.caucho.burlap.client
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.

O

openConnection(URL) - Method in class com.caucho.burlap.client.BurlapProxyFactory
Creates the URL connection.
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.
parseInt() - Method in class com.caucho.burlap.client.MicroBurlapInput
Parses an integer value from the stream.
parseLong() - Method in class com.caucho.burlap.client.MicroBurlapInput
Parses a 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.
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 exception com.caucho.burlap.client.BurlapRuntimeException
Prints the stack trace.
printStackTrace(PrintWriter) - Method in exception com.caucho.burlap.client.BurlapRuntimeException
Prints the stack trace.
printStackTrace(PrintStream) - Method in exception 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

read() - Method in class com.caucho.burlap.client.MicroBurlapInput
 
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.BurlapInput
Reads a boolean
readByte() - Method in class com.caucho.burlap.io.BurlapInput
Reads a byte
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.BurlapInput
Reads a byte array
readCall() - Method in class com.caucho.burlap.io.BurlapInput
Starts reading the call
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.
readFloat() - Method in class com.caucho.burlap.io.BurlapInput
Reads a float
readHeader() - Method in class com.caucho.burlap.io.BurlapInput
Reads a header, returning null if there are no headers.
readInputStream() - Method in class com.caucho.burlap.io.BurlapInput
 
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.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.
readListEnd() - Method in class com.caucho.burlap.io.BurlapInput
Reads the end of the map
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.BurlapInput
Reads a long
readMap(Class, String) - Method in class com.caucho.burlap.client.MicroBurlapInput
Reads an object from the input stream.
readMapEnd() - Method in class com.caucho.burlap.io.BurlapInput
Reads the end of the map
readMapStart() - Method in class com.caucho.burlap.io.BurlapInput
Reads the start of a map.
readMethod() - Method in class com.caucho.burlap.io.BurlapInput
Reads the method
readNode() - Method in class com.caucho.burlap.io.BurlapInput
Reads an XML node.
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.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.
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.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.BurlapInput
Reads a reply as an object.
readShort() - Method in class com.caucho.burlap.io.BurlapInput
Reads a short
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.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.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.BurlapInput
Reads a date.
refs - Variable in class com.caucho.burlap.client.MicroBurlapInput
 
removeRef(Object) - Method in class com.caucho.burlap.io.BurlapOutput
Removes a reference.
replaceRef(Object, Object) - Method in class com.caucho.burlap.io.BurlapOutput
Replaces a reference from one object to another.
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.

S

sbuf - Variable in class com.caucho.burlap.client.MicroBurlapInput
 
service(ServletRequest, ServletResponse) - Method in class com.caucho.burlap.server.BurlapServlet
Execute a request.
setAPIClass(Class) - Method in class com.caucho.burlap.server.BurlapServlet
Sets the api-class.
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.
setSerializerFactory(SerializerFactory) - Method in class com.caucho.burlap.io.BurlapInput
Sets the serializer factory.
setService(Object) - Method in class com.caucho.burlap.server.BurlapServlet
Sets the service class.
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.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.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 exception com.caucho.burlap.client.BurlapRuntimeException
Prints the exception as a string.
toString() - Method in class com.caucho.burlap.io.BurlapRemote
Readable version of the remote.

U

utcCalendar - Variable in class com.caucho.burlap.client.MicroBurlapInput
 

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.BurlapOutput
Writes a boolean value to the stream.
writeByteBufferEnd(byte[], int, int) - Method in class com.caucho.burlap.io.BurlapOutput
Writes a byte buffer to the stream.
writeByteBufferPart(byte[], int, int) - Method in class com.caucho.burlap.io.BurlapOutput
Writes a byte buffer 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.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.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.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.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.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.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.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.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.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.BurlapOutput
Writes any object to the output stream.
writeRef(int) - Method in class com.caucho.burlap.client.MicroBurlapOutput
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.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.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.BurlapOutput
Writes a date to the stream.

_

_entityBuffer - Variable in class com.caucho.burlap.io.BurlapInput
 
_localCalendar - Variable in class com.caucho.burlap.io.BurlapInput
 
_peek - Variable in class com.caucho.burlap.io.BurlapInput
 
_refs - Variable in class com.caucho.burlap.io.BurlapInput
 
_sbuf - Variable in class com.caucho.burlap.io.BurlapInput
 
_serializerFactory - Variable in class com.caucho.burlap.io.BurlapInput
 
_utcCalendar - Variable in class com.caucho.burlap.io.BurlapInput
 

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