jBrokerTM Web 2.0
A B C D E F G H I J L M N O P Q R S T U V W X _

A

AnyURI - class com.sssw.jbroker.web.xsd.AnyURI.
A wrapper class that contains a anyURI.
AnyURI(String) - Constructor for class com.sssw.jbroker.web.xsd.AnyURI
Construct a anyURI with the specified value.
ApplicationException - exception com.sssw.jbroker.web.portable.ApplicationException.
An ApplicationException represents an exception which occured on the server and is present in the response.
ApplicationException(ApplicationException, Element) - Constructor for class com.sssw.jbroker.web.portable.ApplicationException
Construct a new ApplicationException object.
ApplicationException(String, String, QName, InputStream) - Constructor for class com.sssw.jbroker.web.portable.ApplicationException
Construct a new ApplicationException object.
Attribute - class com.sssw.jbroker.web.mapping.Attribute.
Deprecated. As of jBroker Web 2.0
Attribute - class com.sssw.jbroker.web.encoding.Attribute.
XML Attribute
Attribute(QName, QName) - Constructor for class com.sssw.jbroker.web.mapping.Attribute
Deprecated. Construct an XML Attribute.
Attribute(QName, QName) - Constructor for class com.sssw.jbroker.web.encoding.Attribute
Construct an XML Attribute.
Attribute(QName, String) - Constructor for class com.sssw.jbroker.web.mapping.Attribute
Deprecated. Construct an XML Attribute.
Attribute(QName, String) - Constructor for class com.sssw.jbroker.web.encoding.Attribute
Construct an XML Attribute.

B

BeanMarshaler - class com.sssw.jbroker.web.mapping.BeanMarshaler.
Deprecated. As of jBroker Web 2.0
BeanMarshaler - class com.sssw.jbroker.web.encoding.BeanMarshaler.
General purpose marshaler for serializing Java Beans.
BeanMarshaler() - Constructor for class com.sssw.jbroker.web.mapping.BeanMarshaler
Deprecated. Create a bean marshaler object.
BeanMarshaler() - Constructor for class com.sssw.jbroker.web.encoding.BeanMarshaler
Create a bean marshaler object.
BeanMarshaler(Class) - Constructor for class com.sssw.jbroker.web.mapping.BeanMarshaler
Deprecated. Create a bean marshaler object for a given class.
BeanMarshaler(Class) - Constructor for class com.sssw.jbroker.web.encoding.BeanMarshaler
Create a bean marshaler object for a given class.
BigDecimalArrayHolder - class com.sssw.jbroker.web.holders.BigDecimalArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
BigDecimalArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.BigDecimalArrayHolder
Deprecated. Default constructor for BigDecimalArrayHolder.
BigDecimalArrayHolder(BigDecimal[]) - Constructor for class com.sssw.jbroker.web.holders.BigDecimalArrayHolder
Deprecated. Construct a BigDecimalArrayHolder with the specified value.
BigDecimalHolder - class com.sssw.jbroker.web.holders.BigDecimalHolder.
Deprecated. As of jBroker 2.0
BigDecimalHolder() - Constructor for class com.sssw.jbroker.web.holders.BigDecimalHolder
Deprecated. Default constructor for BigDecimalHolder.
BigDecimalHolder(BigDecimal) - Constructor for class com.sssw.jbroker.web.holders.BigDecimalHolder
Deprecated. Construct a BigDecimalHolder with the specified value.
BigIntegerArrayHolder - class com.sssw.jbroker.web.holders.BigIntegerArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
BigIntegerArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.BigIntegerArrayHolder
Deprecated. Default constructor for BigIntegerArrayHolder.
BigIntegerArrayHolder(BigInteger[]) - Constructor for class com.sssw.jbroker.web.holders.BigIntegerArrayHolder
Deprecated. Construct a BigIntegerArrayHolder with the specified value.
BigIntegerHolder - class com.sssw.jbroker.web.holders.BigIntegerHolder.
Deprecated. As of jBroker 2.0
BigIntegerHolder() - Constructor for class com.sssw.jbroker.web.holders.BigIntegerHolder
Deprecated. Default constructor for BigIntegerHolder.
BigIntegerHolder(BigInteger) - Constructor for class com.sssw.jbroker.web.holders.BigIntegerHolder
Deprecated. Construct a BigIntegerHolder with the specified value.
Binding - class com.sssw.jbroker.web.Binding.
Binding represents the network address and protocol used to access a service.
Binding(String, String) - Constructor for class com.sssw.jbroker.web.Binding
Create a binding for a given XML protocol and network address.
BooleanArrayHolder - class com.sssw.jbroker.web.holders.BooleanArrayHolder.
A holder class for a boolean array that is used to store inout or out parameters in remote method calls.
BooleanArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.BooleanArrayHolder
Default constructor for BooleanArrayHolder.
BooleanArrayHolder(boolean[]) - Constructor for class com.sssw.jbroker.web.holders.BooleanArrayHolder
Construct a BooleanArrayHolder with the specified value.
BooleanHolder - class com.sssw.jbroker.web.holders.BooleanHolder.
Deprecated. As of jBroker 2.0
BooleanHolder() - Constructor for class com.sssw.jbroker.web.holders.BooleanHolder
Deprecated. Default constructor for BooleanHolder.
BooleanHolder(boolean) - Constructor for class com.sssw.jbroker.web.holders.BooleanHolder
Deprecated. Construct a BooleanHolder with the specified value.
ByteArrayHolder - class com.sssw.jbroker.web.holders.ByteArrayHolder.
Deprecated. As of jBroker 2.0.
ByteArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.ByteArrayHolder
Deprecated. Default constructor for ByteArrayHolder.
ByteArrayHolder(byte[]) - Constructor for class com.sssw.jbroker.web.holders.ByteArrayHolder
Deprecated. Construct a ByteArrayHolder with the specified value.
ByteHolder - class com.sssw.jbroker.web.holders.ByteHolder.
Deprecated. As of jBroker 2.0
ByteHolder() - Constructor for class com.sssw.jbroker.web.holders.ByteHolder
Deprecated. Default constructor for ByteHolder.
ByteHolder(byte) - Constructor for class com.sssw.jbroker.web.holders.ByteHolder
Deprecated. Construct a ByteHolder with the specified value.

C

ClassInfo - class com.sssw.jbroker.web.portable.annotation.ClassInfo.
Objects of type ClassInfo can be used to store annotations for a java.lang.Class object.
ClassInfo(Class) - Constructor for class com.sssw.jbroker.web.portable.annotation.ClassInfo
Construct a class information object for a given class.
clear() - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
 
ClientRequest - interface com.sssw.jbroker.web.portable.ClientRequest.
The ClientRequest class represents the XML RPC request created by the client.
ClientResponse - interface com.sssw.jbroker.web.portable.ClientResponse.
The reponse received by the Client.
com.sssw.jbroker.web - package com.sssw.jbroker.web
Provides Web Service user APIs.
com.sssw.jbroker.web.encoding - package com.sssw.jbroker.web.encoding
Provides interface and classes for Java to XML mapping and vice versa.
com.sssw.jbroker.web.holders - package com.sssw.jbroker.web.holders
Provides support for WSDL in/out and out parameters.
com.sssw.jbroker.web.mapping - package com.sssw.jbroker.web.mapping
Provides interface and classes for Java to XML mapping and vice versa.
com.sssw.jbroker.web.portable - package com.sssw.jbroker.web.portable
Provides interfaces and classes for portable Stubs and Skeletons for XML RPC.
com.sssw.jbroker.web.portable.annotation - package com.sssw.jbroker.web.portable.annotation
Provides classes for annotating portable Stubs and Skeletons with property meta data.
com.sssw.jbroker.web.xsd - package com.sssw.jbroker.web.xsd
Provides interfaces and classes for simple XML Schema types and schema validation.
create(Class) - Static method in class com.sssw.jbroker.web.ServiceFactory
Create a ServiceObject for the given interface.
create(Class, Binding) - Static method in class com.sssw.jbroker.web.ServiceFactory
Create a ServiceObject for the given interface.
create(Class, Binding, QName) - Static method in class com.sssw.jbroker.web.ServiceFactory
Create a ServiceObject for the given interface.
createExceptionReply() - Method in interface com.sssw.jbroker.web.portable.ResponseHandler
Create an output stream for marshaling exceptions.
createInputStream() - Method in interface com.sssw.jbroker.web.portable.OutputStream
Create input stream with the same data
createInputStream(Reader, Map) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Create input stream with mime parts
createInputStreamReader() - Method in interface com.sssw.jbroker.web.portable.OutputStream
Create a standard java.io.Reader with the same data
createReply() - Method in interface com.sssw.jbroker.web.portable.ResponseHandler
Create an output stream for marshaling results.
createReply(Properties) - Method in interface com.sssw.jbroker.web.portable.ResponseHandler
Create an output stream for mime response.
createResponse(Reader) - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Create a client response object from data in Reader
createResponse(Reader, Map) - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Create a client response object from data in Reader
createTypeMapping() - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
 
createTypeMapping(String) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
 

D

Date - class com.sssw.jbroker.web.xsd.Date.
A wrapper class that contains a date.
Date(String) - Constructor for class com.sssw.jbroker.web.xsd.Date
Construct an date with the specified value.
DateArrayHolder - class com.sssw.jbroker.web.holders.DateArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
DateArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.DateArrayHolder
Deprecated. Default constructor for DateArrayHolder.
DateArrayHolder(Date[]) - Constructor for class com.sssw.jbroker.web.holders.DateArrayHolder
Deprecated. Construct a DateArrayHolder with the specified value.
DateHolder - class com.sssw.jbroker.web.holders.DateHolder.
Deprecated. As of jBroker 2.0. XML date and time types now map to java.util.Calendar.
DateHolder() - Constructor for class com.sssw.jbroker.web.holders.DateHolder
Deprecated. Default constructor for DateHolder.
DateHolder(Date) - Constructor for class com.sssw.jbroker.web.holders.DateHolder
Deprecated. Construct a DateHolder with the specified value.
DefaultTypeMappingRegistry - class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry.
The DefaultTypeMappingRegistry class is an implementation of the standard TypeMappingRegistry interface.
DefaultTypeMappingRegistry() - Constructor for class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Construct an empty type mapping registry.
DefaultTypeMappingRegistry(TypeMapper) - Constructor for class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Construct a type mapping registry using a jBroker Web 1.1 type mapper.
Delegate - interface com.sssw.jbroker.web.portable.Delegate.
The Stub delegates certain methods to the Delegate.
deserialize(InputStream, Class) - Method in interface com.sssw.jbroker.web.mapping.Deserializer
Deprecated. Initialize the given object from the given input stream
deserialize(InputStream, Class) - Method in class com.sssw.jbroker.web.mapping.PublicFieldsMarshaler
Deprecated. Initialize the given bean object from the given input stream
deserialize(InputStream, Class) - Method in class com.sssw.jbroker.web.mapping.BeanMarshaler
Deprecated. Initialize the given bean object from the given input stream
deserialize(InputStream, Class) - Method in class com.sssw.jbroker.web.encoding.PublicFieldsMarshaler
De-serialize the public fields of some object.
deserialize(InputStream, Class) - Method in class com.sssw.jbroker.web.encoding.ValueTypeMarshaler
Initialize the given bean object from the given input stream
deserialize(InputStream, Class) - Method in interface com.sssw.jbroker.web.encoding.Deserializer
Initialize the given object from the given input stream
deserialize(InputStream, Class) - Method in class com.sssw.jbroker.web.encoding.BeanMarshaler
Initialize the given bean object from the given input stream
Deserializer - interface com.sssw.jbroker.web.mapping.Deserializer.
Deprecated. As of jBroker Web 2.0
Deserializer - interface com.sssw.jbroker.web.encoding.Deserializer.
The Deserializer interface is used by objects that are capable of deserializing a Java Object from a portable input stream.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
The HTTP servlet doGet method is delegate to the delegate.
doGet(HttpServletRequest, HttpServletResponse) - Method in interface com.sssw.jbroker.web.portable.ServletSkeleton.ServletDelegate
Delegate the servlet doGet method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
The HTTP servlet doPost method is delegate to the delegate.
doPost(HttpServletRequest, HttpServletResponse) - Method in interface com.sssw.jbroker.web.portable.ServletSkeleton.ServletDelegate
Delegate the servlet doPost method.
DoubleArrayHolder - class com.sssw.jbroker.web.holders.DoubleArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
DoubleArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.DoubleArrayHolder
Deprecated. Default constructor for DoubleArrayHolder.
DoubleArrayHolder(double[]) - Constructor for class com.sssw.jbroker.web.holders.DoubleArrayHolder
Deprecated. Construct a DoubleArrayHolder with the specified value.
DoubleHolder - class com.sssw.jbroker.web.holders.DoubleHolder.
Deprecated. As of jBroker 2.0
DoubleHolder() - Constructor for class com.sssw.jbroker.web.holders.DoubleHolder
Deprecated. Default constructor for DoubleHolder.
DoubleHolder(double) - Constructor for class com.sssw.jbroker.web.holders.DoubleHolder
Deprecated. Construct a DoubleHolder with the specified value.
Duration - class com.sssw.jbroker.web.xsd.Duration.
A wrapper class that contains a duration.
Duration(String) - Constructor for class com.sssw.jbroker.web.xsd.Duration
Construct a duration with the specified value.

E

ElementArrayHolder - class com.sssw.jbroker.web.holders.ElementArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
ElementArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.ElementArrayHolder
Deprecated. Default constructor for ElementArrayHolder.
ElementArrayHolder(Element[]) - Constructor for class com.sssw.jbroker.web.holders.ElementArrayHolder
Deprecated. Construct a ElementArrayHolder with the specified value.
ElementHolder - class com.sssw.jbroker.web.holders.ElementHolder.
A holder class for an Element object that is used to store inout or out parameters in remote method calls.
ElementHolder() - Constructor for class com.sssw.jbroker.web.holders.ElementHolder
Default constructor for ElementHolder.
ElementHolder(Element) - Constructor for class com.sssw.jbroker.web.holders.ElementHolder
Construct a ElementHolder with the specified value.
ENCODING_STYLE_URI - Static variable in class com.sssw.jbroker.web.portable.Stub
String property which indicates the encoding style namespace URI.
ENDPOINT - Static variable in class com.sssw.jbroker.web.portable.Stub
String property with endpoint address.
ENTITIES - class com.sssw.jbroker.web.xsd.ENTITIES.
A wrapper class that contains a ENTITIES.
ENTITIES(String) - Constructor for class com.sssw.jbroker.web.xsd.ENTITIES
Construct a ENTITIES with the specified value.
ENTITY - class com.sssw.jbroker.web.xsd.ENTITY.
A wrapper class that contains a ENTITY.
ENTITY(String) - Constructor for class com.sssw.jbroker.web.xsd.ENTITY
Construct a ENTITY with the specified value.
equals(Object) - Method in class com.sssw.jbroker.web.QName
Indicates whether some other object is equal to this one.
equals(Object) - Method in class com.sssw.jbroker.web.Binding
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.sssw.jbroker.web.xsd.Duration
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.NormalizedString
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.Token
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.Name
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.NCName
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.IDREF
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.Time
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.AnyURI
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.GMonth
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.ID
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.IDREFS
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.ENTITIES
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.NMTOKEN
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.NegativeInteger
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.ENTITY
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.NonNegativeInteger
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.GMonthDay
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.UnsignedInt
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.Date
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.GYearMonth
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.UnsignedLong
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.UnsignedByte
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.GYear
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.Language
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.GDay
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.UnsignedShort
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.NMTOKENS
 
equals(Object) - Method in class com.sssw.jbroker.web.xsd.NonPositiveInteger
 
equals(Object) - Method in class com.sssw.jbroker.web.mapping.XMLType
Deprecated.  
equals(Object) - Method in class com.sssw.jbroker.web.encoding.XMLType
 
equals(String, String) - Method in class com.sssw.jbroker.web.QName
Indicates whether the namespace and uri are the same in this

F

FloatArrayHolder - class com.sssw.jbroker.web.holders.FloatArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
FloatArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.FloatArrayHolder
Deprecated. Default constructor for FloatArrayHolder.
FloatArrayHolder(float[]) - Constructor for class com.sssw.jbroker.web.holders.FloatArrayHolder
Deprecated. Construct a FloatArrayHolder with the specified value.
FloatHolder - class com.sssw.jbroker.web.holders.FloatHolder.
Deprecated. As of jBroker 2.0
FloatHolder() - Constructor for class com.sssw.jbroker.web.holders.FloatHolder
Deprecated. Default constructor for FloatHolder.
FloatHolder(float) - Constructor for class com.sssw.jbroker.web.holders.FloatHolder
Deprecated. Construct a FloatHolder with the specified value.

G

GDay - class com.sssw.jbroker.web.xsd.GDay.
A wrapper class that contains a gDay.
GDay(String) - Constructor for class com.sssw.jbroker.web.xsd.GDay
Construct a gDay with the specified value.
get(Class) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Get the Type Mapping for the given Java Type.
get(Class) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Get a type map for a Java class.
get(Class, boolean) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Get the Type Mapping for the given Java Type.
get(Class, QName) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Get a type map between Java class and XML type.
get(Class, String) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Get a type map for a Java class from a particular namespace.
get(QName) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Get the Type Mapping for the given XML Type.
get(QName) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Get a type map for a QName.
get(QName) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Deprecated. use standard QName instead
get(QName, boolean) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Get the Type Mapping for the given XML Type.
getAction() - Method in interface com.sssw.jbroker.web.portable.ServerRequest
Get the soapAction.
getAttributes() - Method in interface com.sssw.jbroker.web.portable.InputStream
Provides access to the list of attributes of the current XML element
getAttributes(Object) - Method in class com.sssw.jbroker.web.mapping.PublicFieldsMarshaler
Deprecated. Get the element attributes
getAttributes(Object) - Method in class com.sssw.jbroker.web.mapping.BeanMarshaler
Deprecated. Get the element attributes
getAttributes(Object) - Method in interface com.sssw.jbroker.web.mapping.Serializer
Deprecated. Get the element attributes
getAttributes(Object) - Method in interface com.sssw.jbroker.web.encoding.Serializer
Get the element attributes
getAttributes(Object) - Method in class com.sssw.jbroker.web.encoding.PublicFieldsMarshaler
This marshaler has no attributes.
getAttributes(Object) - Method in class com.sssw.jbroker.web.encoding.ValueTypeMarshaler
Get the element attributes
getAttributes(Object) - Method in class com.sssw.jbroker.web.encoding.BeanMarshaler
Get the element attributes
getClassObject() - Method in class com.sssw.jbroker.web.portable.annotation.ClassInfo
Get the class object for which this ClassInfo object manages properties.
getClassObject() - Method in class com.sssw.jbroker.web.portable.annotation.ParamInfo
Get the class object for which this ParamInfo object manages properties.
getDay() - Method in class com.sssw.jbroker.web.xsd.GMonthDay
Get the day of this gMonthDay.
getDay() - Method in class com.sssw.jbroker.web.xsd.GDay
Get the value of this gDay.
getDays() - Method in class com.sssw.jbroker.web.xsd.Duration
Get the days of this duration.
getDefault() - Static method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Get the default TypeMapper.
getDefaultTypeMapping() - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
 
getDelegate() - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Get the parent TypeMapper.
getDeserializer() - Method in class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Get the Deserializer.
getDeserializer() - Method in class com.sssw.jbroker.web.encoding.TypeMap
Accessor for deserializer from the factory.
getDeserializerAs(String) - Method in class com.sssw.jbroker.web.encoding.TypeMap
Accessor for deserializer from the factory for a mechanism type.
getDeserializerFactory() - Method in class com.sssw.jbroker.web.encoding.TypeMap
Accessor for deserializer factory.
getDetail() - Method in class com.sssw.jbroker.web.portable.ApplicationException
Get the detail of the exception
getEncodingStyleURI() - Method in interface com.sssw.jbroker.web.portable.InputStream
Get the current Encoding Style
getEncodingStyleURI() - Method in interface com.sssw.jbroker.web.portable.OutputStream
Get the current Encoding Style
getExceptionTypeInfo(Class) - Method in class com.sssw.jbroker.web.portable.annotation.MethodInfo
Get a ClassInfo object for a given exception class.
getFaultCode() - Method in class com.sssw.jbroker.web.portable.ApplicationException
Get the application exception's fault code.
getFaultString() - Method in class com.sssw.jbroker.web.portable.ApplicationException
Get the application exception's fault string.
getHours() - Method in class com.sssw.jbroker.web.xsd.Duration
Get the hours of this duration.
getInputStream() - Method in class com.sssw.jbroker.web.portable.ApplicationException
Get the application exception's input stream
getJavaType() - Method in class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Get the Java Type.
getJavaType() - Method in class com.sssw.jbroker.web.encoding.TypeMap
Accessor for java type.
getKey() - Method in class com.sssw.jbroker.web.portable.RequestProperty
Deprecated. Get the name of this request property
getLocalPart() - Method in class com.sssw.jbroker.web.QName
Get the local part.
getLocationURLStr() - Method in class com.sssw.jbroker.web.mapping.XMLType
Deprecated. Get the location where the Type can be loaded.
getLocationURLStr() - Method in class com.sssw.jbroker.web.encoding.XMLType
Get the location where the Type can be loaded.
getMechanismType() - Method in class com.sssw.jbroker.web.encoding.PublicFieldsMarshaler
Get the serializer's mechanism type.
getMechanismType() - Method in class com.sssw.jbroker.web.encoding.ValueTypeMarshaler
Get the serializer's mechanism type.
getMechanismType() - Method in class com.sssw.jbroker.web.encoding.BeanMarshaler
Get the serializer's mechanism type.
getMethod() - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Get the method name
getMethod() - Method in interface com.sssw.jbroker.web.portable.ServerRequest
Get the method name.
getMethodInfo(Method) - Method in class com.sssw.jbroker.web.portable.annotation.ClassInfo
Get a MethodInfo object for a given method
getMethodObject() - Method in class com.sssw.jbroker.web.portable.annotation.MethodInfo
Get the method object for which this MethodInfo object manages properties.
getMethods() - Method in class com.sssw.jbroker.web.portable.annotation.ClassInfo
Get an iterator over all MethodInfo objects
getMinutes() - Method in class com.sssw.jbroker.web.xsd.Duration
Get the minutes of this duration.
getMonth() - Method in class com.sssw.jbroker.web.xsd.GMonth
Get the value of this gMonth.
getMonth() - Method in class com.sssw.jbroker.web.xsd.GMonthDay
Get the month of this gMonthDay.
getMonth() - Method in class com.sssw.jbroker.web.xsd.GYearMonth
Get the Month of this gYearMonth.
getMonths() - Method in class com.sssw.jbroker.web.xsd.Duration
Get the months of this duration.
getName() - Method in class com.sssw.jbroker.web.mapping.Attribute
Deprecated. Get the Attribute name.
getName() - Method in class com.sssw.jbroker.web.encoding.Attribute
Get the Attribute name.
getNamespaceURI() - Method in class com.sssw.jbroker.web.QName
Get the namespace URI.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class com.sssw.jbroker.web.portable.Stub.StubObjectFactory
 
getOperationName() - Method in interface com.sssw.jbroker.web.portable.Delegate
get the Operation Name
getParameterCount() - Method in class com.sssw.jbroker.web.portable.annotation.MethodInfo
Get the number of parameters for this method
getParameterTypeInfo(int) - Method in class com.sssw.jbroker.web.portable.annotation.MethodInfo
Get a ParamInfo object for a given index.
getProperties() - Method in interface com.sssw.jbroker.web.portable.ServletSkeleton.ServletDelegate
 
getProperties() - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Deprecated. As of JBroker Web 2.0, replaced by _getProperties()
getProperties() - Method in interface com.sssw.jbroker.web.portable.Delegate
Get a map with properties
getProperty(String) - Method in interface com.sssw.jbroker.web.portable.Delegate
Get a property from the delegate.
getProperty(String) - Method in class com.sssw.jbroker.web.portable.annotation.ClassInfo
Get a property for this class
getProperty(String) - Method in class com.sssw.jbroker.web.portable.annotation.ParamInfo
Get a property for this class
getProperty(String) - Method in class com.sssw.jbroker.web.portable.annotation.MethodInfo
Get a property for this class
getPropertyNames() - Method in interface com.sssw.jbroker.web.portable.Delegate
Get an iterator over all property names
getProtocol() - Method in class com.sssw.jbroker.web.Binding
Get the XML protocol
getQName() - Method in class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Get the QName for the XML Type.
getQName() - Method in class com.sssw.jbroker.web.mapping.XMLType
Deprecated. Get the qualified name for the Type.
getQName() - Method in class com.sssw.jbroker.web.encoding.TypeMap
Accessor for xml type QName.
getQName() - Method in class com.sssw.jbroker.web.encoding.XMLType
Get the qualified name for the Type.
getQName() - Method in interface com.sssw.jbroker.web.portable.InputStream
Get QName of the last object read.
getQName() - Method in class com.sssw.jbroker.web.portable.ApplicationException
Get the QName of the exception's XML tag
getReference() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
 
getReference() - Method in class com.sssw.jbroker.web.portable.Stub
Get the Reference for this Stub.
getRegisteredEncodingStyleURIs() - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
 
getResult() - Method in class com.sssw.jbroker.web.holders.StringHolder
Deprecated. Get the result held within this StringHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.DateHolder
Deprecated. Get the result held within this DateHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.ShortArrayHolder
Deprecated. Get the result held within this ShortArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.DoubleHolder
Deprecated. Get the result held within this DoubleHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.BigDecimalArrayHolder
Deprecated. Get the result held within this BigDecimalArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.ObjectHolder
Deprecated. Get the result held within this ObjectHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.StringArrayHolder
Deprecated. Get the result held within this StringArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.DateArrayHolder
Deprecated. Get the result held within this DateArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.ObjectArrayHolder
Deprecated. Get the result held within this ObjectArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.LongHolder
Deprecated. Get the result held within this LongHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.IntHolder
Deprecated. Get the result held within this IntHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.BigIntegerHolder
Deprecated. Get the result held within this BigIntegerHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.BigIntegerArrayHolder
Deprecated. Get the result held within this BigIntegerArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.ShortHolder
Deprecated. Get the result held within this ShortHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.ByteHolder
Deprecated. Get the result held within this ByteHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.FloatArrayHolder
Deprecated. Get the result held within this FloatArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.DoubleArrayHolder
Deprecated. Get the result held within this DoubleArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.IntArrayHolder
Deprecated. Get the result held within this IntArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.ByteArrayHolder
Deprecated. Get the result held within this ByteArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.BooleanArrayHolder
Get the result held within this BooleanArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.FloatHolder
Deprecated. Get the result held within this FloatHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.BooleanHolder
Deprecated. Get the result held within this BooleanHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.LongArrayHolder
Deprecated. Get the result held within this LongArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.ElementArrayHolder
Deprecated. Get the result held within this ElementArrayHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.ElementHolder
Get the result held within this ElementHolder.
getResult() - Method in class com.sssw.jbroker.web.holders.BigDecimalHolder
Deprecated. Get the result held within this BigDecimalHolder.
getReturnTypeInfo() - Method in class com.sssw.jbroker.web.portable.annotation.MethodInfo
Get a ParamInfo object for the method's return class.
getSchemaURI() - Method in interface com.sssw.jbroker.web.portable.OutputStream
Get the XML Schema URI
getSeconds() - Method in class com.sssw.jbroker.web.xsd.Duration
Get the seconds of this duration.
getSerializer() - Method in class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Get the Serializer.
getSerializer() - Method in class com.sssw.jbroker.web.encoding.TypeMap
Accessor for serializer from the factory.
getSerializerAs(String) - Method in class com.sssw.jbroker.web.encoding.TypeMap
Accessor for serializer from the factory for a mechanism type.
getSerializerFactory() - Method in class com.sssw.jbroker.web.encoding.TypeMap
Accessor for serializer factory.
getStub() - Method in interface com.sssw.jbroker.web.portable.ServletSkeleton.ServletDelegate
 
getTarget() - Method in interface com.sssw.jbroker.web.portable.TieSkeleton
Get the delegate.
getTargetException() - Method in class com.sssw.jbroker.web.ServiceException
Get the nested exception.
getTypeMap(Class) - Static method in class com.sssw.jbroker.web.encoding.ValueTypeMarshaler
returns the java to xml TypeMap for the parameter type
getTypeMapping(String) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
 
getURLStr() - Method in class com.sssw.jbroker.web.Binding
Get the network address
getValue() - Method in class com.sssw.jbroker.web.xsd.Duration
Get the string value of this duration.
getValue() - Method in class com.sssw.jbroker.web.xsd.NormalizedString
Get the value of this normalized string.
getValue() - Method in class com.sssw.jbroker.web.xsd.Token
Get the value of this token.
getValue() - Method in class com.sssw.jbroker.web.xsd.Name
Get the value of this Name.
getValue() - Method in class com.sssw.jbroker.web.xsd.NCName
Get the value of this NCName.
getValue() - Method in class com.sssw.jbroker.web.xsd.IDREF
Get the value of this IDREF.
getValue() - Method in class com.sssw.jbroker.web.xsd.Time
Get the value of this time.
getValue() - Method in class com.sssw.jbroker.web.xsd.AnyURI
Get the value of this anyURI.
getValue() - Method in class com.sssw.jbroker.web.xsd.GMonth
Get the string value of this gMonth.
getValue() - Method in class com.sssw.jbroker.web.xsd.ID
Get the value of this ID.
getValue() - Method in class com.sssw.jbroker.web.xsd.IDREFS
Get the value of this IDREFS.
getValue() - Method in class com.sssw.jbroker.web.xsd.ENTITIES
Get the value of this ENTITIES.
getValue() - Method in class com.sssw.jbroker.web.xsd.NMTOKEN
Get the value of this NMTOKEN.
getValue() - Method in class com.sssw.jbroker.web.xsd.NegativeInteger
Get the value of this negative integer.
getValue() - Method in class com.sssw.jbroker.web.xsd.ENTITY
Get the value of this ENTITY.
getValue() - Method in class com.sssw.jbroker.web.xsd.NonNegativeInteger
Get the value of this nonNegative integer.
getValue() - Method in class com.sssw.jbroker.web.xsd.GMonthDay
Get the value of this gMonthDay
getValue() - Method in class com.sssw.jbroker.web.xsd.UnsignedInt
Get the value of this unsignedInt.
getValue() - Method in class com.sssw.jbroker.web.xsd.Date
Get the value of this date.
getValue() - Method in class com.sssw.jbroker.web.xsd.GYearMonth
Get the value of this gYearMonth.
getValue() - Method in class com.sssw.jbroker.web.xsd.UnsignedLong
Get the value of this unsignedLong.
getValue() - Method in class com.sssw.jbroker.web.xsd.UnsignedByte
Get the value of this unsigned byte.
getValue() - Method in class com.sssw.jbroker.web.xsd.GYear
Get the value of this gYear.
getValue() - Method in class com.sssw.jbroker.web.xsd.Language
Get the value of this Language.
getValue() - Method in class com.sssw.jbroker.web.xsd.GDay
Get the string value of this gDay.
getValue() - Method in class com.sssw.jbroker.web.xsd.UnsignedShort
Get the value of this unsignedShort.
getValue() - Method in class com.sssw.jbroker.web.xsd.NMTOKENS
Get the value of this NMTOKENS.
getValue() - Method in class com.sssw.jbroker.web.xsd.NonPositiveInteger
Get the value of this nonPositive integer.
getValue() - Method in class com.sssw.jbroker.web.mapping.Attribute
Deprecated. Get the Attribute value.
getValue() - Method in class com.sssw.jbroker.web.encoding.Attribute
Get the Attribute value.
getValue() - Method in class com.sssw.jbroker.web.portable.RequestProperty
Deprecated. Get the value of this request property
getXMLType() - Method in class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Get the XML Type.
getXMLType() - Method in class com.sssw.jbroker.web.encoding.TypeMap
Accessor for xml type.
getYear() - Method in class com.sssw.jbroker.web.xsd.GYearMonth
Get the year of this gYearMonth.
getYear() - Method in class com.sssw.jbroker.web.xsd.GYear
Get the year of this gYear.
getYears() - Method in class com.sssw.jbroker.web.xsd.Duration
Get the years of this duration.
GMonth - class com.sssw.jbroker.web.xsd.GMonth.
A wrapper class that contains a gMonth.
GMonth(String) - Constructor for class com.sssw.jbroker.web.xsd.GMonth
Construct a gMonth with the specified value.
GMonthDay - class com.sssw.jbroker.web.xsd.GMonthDay.
A wrapper class that contains a gMonthDay.
GMonthDay(String) - Constructor for class com.sssw.jbroker.web.xsd.GMonthDay
Construct an gMonthDay with the specified value.
GYear - class com.sssw.jbroker.web.xsd.GYear.
A wrapper class that contains a gYear.
GYear(String) - Constructor for class com.sssw.jbroker.web.xsd.GYear
Construct an gYear with the specified value.
GYearMonth - class com.sssw.jbroker.web.xsd.GYearMonth.
A wrapper class that contains a gYearMonth.
GYearMonth(String) - Constructor for class com.sssw.jbroker.web.xsd.GYearMonth
Construct an gYearMonth with the specified value.

H

hashCode() - Method in class com.sssw.jbroker.web.QName
Returns a hash code value for the object.
hashCode() - Method in class com.sssw.jbroker.web.xsd.Duration
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.NormalizedString
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.Token
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.Name
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.NCName
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.IDREF
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.Time
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.AnyURI
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.GMonth
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.ID
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.IDREFS
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.ENTITIES
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.NMTOKEN
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.NegativeInteger
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.ENTITY
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.NonNegativeInteger
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.GMonthDay
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.UnsignedInt
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.Date
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.GYearMonth
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.UnsignedLong
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.UnsignedByte
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.GYear
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.Language
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.GDay
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.UnsignedShort
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.NMTOKENS
 
hashCode() - Method in class com.sssw.jbroker.web.xsd.NonPositiveInteger
 
hashCode() - Method in class com.sssw.jbroker.web.mapping.XMLType
Deprecated.  
hashCode() - Method in class com.sssw.jbroker.web.encoding.XMLType
 
Holder - interface com.sssw.jbroker.web.holders.Holder.
Deprecated. As of jBroker Web 2.0

I

ID - class com.sssw.jbroker.web.xsd.ID.
A wrapper class that contains a ID.
ID(String) - Constructor for class com.sssw.jbroker.web.xsd.ID
Construct a ID with the specified value.
IDREF - class com.sssw.jbroker.web.xsd.IDREF.
A wrapper class that contains a IDREF.
IDREF(String) - Constructor for class com.sssw.jbroker.web.xsd.IDREF
Construct a IDREF with the specified value.
IDREFS - class com.sssw.jbroker.web.xsd.IDREFS.
A wrapper class that contains a IDREFS.
IDREFS(String) - Constructor for class com.sssw.jbroker.web.xsd.IDREFS
Construct a IDREFS with the specified value.
importMappings(Properties) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Import the mappings from the given properties.
importMappings(Properties, ClassLoader) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Import the mappings from the given properties.
importMappings(String) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Import the mappings from the given resource.
importMappings(String, ClassLoader) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Import mappings into the TypeMapper from the given resource.
importMappings(String, Servlet) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Import mappings into the TypeMapper from the given resource name.
importMappings(String, Servlet, ClassLoader) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Import mappings into the TypeMapper from the given resource name.
importTypeMappings(InputStream, ClassLoader) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Import jBroker Web type mappings from an input stream into this registry
importTypeMappings(InputStream, ClassLoader) - Method in interface com.sssw.jbroker.web.encoding.TypeMappingRegistry
Import jBroker Web type mappings from an input stream into this registry
importTypeMappings(Properties) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Import jBroker Web type mappings from a property object
importTypeMappings(Properties) - Method in interface com.sssw.jbroker.web.encoding.TypeMappingRegistry
Import jBroker Web type mappings from a property object
importTypeMappings(Properties, ClassLoader) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Import the mappings from the given properties.
importTypeMappings(Properties, ClassLoader) - Method in interface com.sssw.jbroker.web.encoding.TypeMappingRegistry
Import the mappings from the given properties.
importTypeMappings(String) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Import jBroker Web type mappings from a resource into this registry
importTypeMappings(String) - Method in interface com.sssw.jbroker.web.encoding.TypeMappingRegistry
Import jBroker Web type mappings from a resource into this registry
importTypeMappings(String, ClassLoader) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Import jBroker Web type mappings from a resource into this registry
importTypeMappings(String, ClassLoader) - Method in interface com.sssw.jbroker.web.encoding.TypeMappingRegistry
Import jBroker Web type mappings from a resource into this registry
importTypeMappings(String, Servlet) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Import jBroker Web type mappings from property resource in servlet
importTypeMappings(String, Servlet) - Method in interface com.sssw.jbroker.web.encoding.TypeMappingRegistry
Import jBroker Web type mappings from property resource in servlet
importTypeMappings(String, Servlet, ClassLoader) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Import jBroker Web type mappings from property resource in servlet
importTypeMappings(String, Servlet, ClassLoader) - Method in interface com.sssw.jbroker.web.encoding.TypeMappingRegistry
Import jBroker Web type mappings from property resource in servlet
importTypeMappingsFromFile(String) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Import jBroker Web type mappings from a file into this registry
importTypeMappingsFromFile(String) - Method in interface com.sssw.jbroker.web.encoding.TypeMappingRegistry
Import jBroker Web type mappings from a file into this registry
importTypeMappingsFromFile(String, ClassLoader) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Import jBroker Web type mappings from a file into this registry
importTypeMappingsFromFile(String, ClassLoader) - Method in interface com.sssw.jbroker.web.encoding.TypeMappingRegistry
Import jBroker Web type mappings from a file into this registry
init() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
The HTTP servlet init method is delegate to the delegate.
init() - Method in interface com.sssw.jbroker.web.portable.ServletSkeleton.ServletDelegate
Delegate the servlet init method.
InputStream - interface com.sssw.jbroker.web.portable.InputStream.
The XML RPC Input Stream.
IntArrayHolder - class com.sssw.jbroker.web.holders.IntArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
IntArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.IntArrayHolder
Deprecated. Default constructor for IntArrayHolder.
IntArrayHolder(int[]) - Constructor for class com.sssw.jbroker.web.holders.IntArrayHolder
Deprecated. Construct a IntArrayHolder with the specified value.
IntHolder - class com.sssw.jbroker.web.holders.IntHolder.
Deprecated. As of jBroker 2.0
IntHolder() - Constructor for class com.sssw.jbroker.web.holders.IntHolder
Deprecated. Default constructor for IntHolder.
IntHolder(int) - Constructor for class com.sssw.jbroker.web.holders.IntHolder
Deprecated. Construct a IntHolder with the specified value.
invoke(ClientRequest) - Method in interface com.sssw.jbroker.web.portable.Delegate
Invoke a method and get the input stream for unmarshaling results.
invoke(Properties, InputStream) - Method in interface com.sssw.jbroker.web.portable.ServletSkeleton.ServletDelegate
Delegate InvokeHandler._invoke method
InvokeHandler - interface com.sssw.jbroker.web.portable.InvokeHandler.
The Invoke handler is the target of XML RPC invocations.
isDocument() - Method in interface com.sssw.jbroker.web.portable.InputStream
Determine whether stream is document oriented
isDocument() - Method in interface com.sssw.jbroker.web.portable.OutputStream
Determine whether stream is document oriented
isDocument(String) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Determine if a method with specified SOAP action is document style
isDocument(String) - Method in interface com.sssw.jbroker.web.portable.InvokeHandler
Determine whether invocation handler is document oriented
isJAXRPCValueType(Class) - Static method in class com.sssw.jbroker.web.encoding.ValueTypeMarshaler
returns true if the type is a JAX-RPC value type.
isNegative() - Method in class com.sssw.jbroker.web.xsd.Duration
Check if duration is negative
isReadOnly() - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Determine if the Type Mapper is read only.
iterator() - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Returns an iterator over the mappings in this TypeMapper.
iterator() - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Iterator for all the type maps in the registry.

J

JMS_QUEUE - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the queue where outgoing messages are published.
JMS_QUEUE_FACTORY - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the queue connection factory object to use when creating a queue connection.
JMS_QUEUE_FACTORY_CLASS - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the fully qualified name of a queue connection factory implementation class.
JMS_QUEUE_FACTORY_JNDI - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the JNDI lookup string to use for the queue connection factory.
JMS_QUEUE_JNDI - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the JNDI lookup string to use for the queue where outgoing messages are published.
JMS_QUEUE_REPLY - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the replyTo queue where responses to outgoing messages are received.
JMS_QUEUE_REPLY_JNDI - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the JNDI lookup string to use for the replyTo queue where responses to outgoing messages are received.
JMS_REPLY_SELECTOR - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies a selector for the response consumer.
JMS_REPLY_TIMEOUT - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the timeout for receiving replies.
JMS_TOPIC - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the topic where outgoing messages are published.
JMS_TOPIC_DURABLE_NAME - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the name of a durable topic subscriber for receiving responses.
JMS_TOPIC_FACTORY - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the topic connection factory object to use when creating a topic connection.
JMS_TOPIC_FACTORY_CLASS - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the fully qualified name of a topic connection factory implementation class.
JMS_TOPIC_FACTORY_JNDI - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the JNDI lookup string to use for the topic connection factory.
JMS_TOPIC_JNDI - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the JNDI lookup string to use for the topic where outgoing messages are published.
JMS_TOPIC_REPLY - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the replyTo topic where responses to outgoing messages are received.
JMS_TOPIC_REPLY_JNDI - Static variable in class com.sssw.jbroker.web.portable.Stub
This property specifies the JNDI lookup string to use for the replyTo topic where responses to outgoing messages are received.

L

Language - class com.sssw.jbroker.web.xsd.Language.
A wrapper class that contains a Language.
Language(String) - Constructor for class com.sssw.jbroker.web.xsd.Language
Construct a Language with the specified value.
LongArrayHolder - class com.sssw.jbroker.web.holders.LongArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
LongArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.LongArrayHolder
Deprecated. Default constructor for LongArrayHolder.
LongArrayHolder(long[]) - Constructor for class com.sssw.jbroker.web.holders.LongArrayHolder
Deprecated. Construct a LongArrayHolder with the specified value.
LongHolder - class com.sssw.jbroker.web.holders.LongHolder.
Deprecated. As of jBroker 2.0
LongHolder() - Constructor for class com.sssw.jbroker.web.holders.LongHolder
Deprecated. Default constructor for LongHolder.
LongHolder(long) - Constructor for class com.sssw.jbroker.web.holders.LongHolder
Deprecated. Construct a LongHolder with the specified value.
lookForException() - Method in interface com.sssw.jbroker.web.portable.ClientResponse
This method throws an Application Exception if the response is an exception reply.

M

main(String[]) - Static method in class com.sssw.jbroker.web.Version
 
mapToRemote(Throwable) - Static method in class com.sssw.jbroker.web.ServiceException
Map a given Exception to a RemoteException.
Marshaler - interface com.sssw.jbroker.web.mapping.Marshaler.
Deprecated. As of jBroker Web 2.0
Marshaler - interface com.sssw.jbroker.web.encoding.Marshaler.
The Marshaler interface is a serializer and a deserializer.
MarshalerNotFoundException - exception com.sssw.jbroker.web.mapping.MarshalerNotFoundException.
Deprecated. As of jBroker Web 2.0
MarshalerNotFoundException - exception com.sssw.jbroker.web.encoding.MarshalerNotFoundException.
This Exception is thrown when no serailizer or deserializer is found to handle a specific Java or XML type
MarshalerNotFoundException(Class) - Constructor for class com.sssw.jbroker.web.mapping.MarshalerNotFoundException
Deprecated.  
MarshalerNotFoundException(Class) - Constructor for class com.sssw.jbroker.web.encoding.MarshalerNotFoundException
 
MarshalerNotFoundException(QName) - Constructor for class com.sssw.jbroker.web.mapping.MarshalerNotFoundException
Deprecated.  
MarshalerNotFoundException(QName) - Constructor for class com.sssw.jbroker.web.encoding.MarshalerNotFoundException
 
MethodInfo - class com.sssw.jbroker.web.portable.annotation.MethodInfo.
Objects of type MethodInfo can be used to store annotations for a java.lang.reflect.Method object.
MethodInfo(Method) - Constructor for class com.sssw.jbroker.web.portable.annotation.MethodInfo
Construct a method information object for a given method.

N

Name - class com.sssw.jbroker.web.xsd.Name.
A wrapper class that contains a Name.
Name(String) - Constructor for class com.sssw.jbroker.web.xsd.Name
Construct a Name with the specified value.
NCName - class com.sssw.jbroker.web.xsd.NCName.
A wrapper class that contains a NCName.
NCName(String) - Constructor for class com.sssw.jbroker.web.xsd.NCName
Construct a NCName with the specified value.
NegativeInteger - class com.sssw.jbroker.web.xsd.NegativeInteger.
A wrapper class that contains a negativeInteger.
NegativeInteger(int) - Constructor for class com.sssw.jbroker.web.xsd.NegativeInteger
Construct a negative integer with the specified value.
NegativeInteger(String) - Constructor for class com.sssw.jbroker.web.xsd.NegativeInteger
Construct a negative integer with the specified value.
NMTOKEN - class com.sssw.jbroker.web.xsd.NMTOKEN.
A wrapper class that contains a NMTOKEN.
NMTOKEN(String) - Constructor for class com.sssw.jbroker.web.xsd.NMTOKEN
Construct a NMTOKEN with the specified value.
NMTOKENS - class com.sssw.jbroker.web.xsd.NMTOKENS.
A wrapper class that contains a NMTOKENS.
NMTOKENS(String) - Constructor for class com.sssw.jbroker.web.xsd.NMTOKENS
Construct a NMTOKENS with the specified value.
NonNegativeInteger - class com.sssw.jbroker.web.xsd.NonNegativeInteger.
A wrapper class that contains a nonNegativeInteger.
NonNegativeInteger(int) - Constructor for class com.sssw.jbroker.web.xsd.NonNegativeInteger
Construct a nonNegative integer with the specified value.
NonNegativeInteger(String) - Constructor for class com.sssw.jbroker.web.xsd.NonNegativeInteger
Construct a nonNegative integer with the specified value.
NonPositiveInteger - class com.sssw.jbroker.web.xsd.NonPositiveInteger.
A wrapper class that contains a nonPositiveInteger.
NonPositiveInteger(int) - Constructor for class com.sssw.jbroker.web.xsd.NonPositiveInteger
Construct a nonPositive integer with the specified value.
NonPositiveInteger(String) - Constructor for class com.sssw.jbroker.web.xsd.NonPositiveInteger
Construct a nonPositive integer with the specified value.
NormalizedString - class com.sssw.jbroker.web.xsd.NormalizedString.
A wrapper class that contains a normalizedString.
NormalizedString(String) - Constructor for class com.sssw.jbroker.web.xsd.NormalizedString
Construct a normalized string with the specified value.

O

ObjectArrayHolder - class com.sssw.jbroker.web.holders.ObjectArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
ObjectArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.ObjectArrayHolder
Deprecated. Default constructor for ObjectArrayHolder.
ObjectArrayHolder(Object[]) - Constructor for class com.sssw.jbroker.web.holders.ObjectArrayHolder
Deprecated. Construct a ObjectArrayHolder with the specified value.
ObjectHolder - class com.sssw.jbroker.web.holders.ObjectHolder.
Deprecated. As of jBroker 2.0
ObjectHolder() - Constructor for class com.sssw.jbroker.web.holders.ObjectHolder
Deprecated. Default constructor for ObjectHolder.
ObjectHolder(Object) - Constructor for class com.sssw.jbroker.web.holders.ObjectHolder
Deprecated. Construct a ObjectHolder with the specified value.
OPERATION_STYLE - Static variable in class com.sssw.jbroker.web.portable.Stub
String property indicating if the operation style is rpc or document.
OutputStream - interface com.sssw.jbroker.web.portable.OutputStream.
The XML RPC Output Stream.

P

PARAM_INOUT - Static variable in class com.sssw.jbroker.web.portable.Stub
Boolean property for in/out parameter annotation
PARAM_NAME - Static variable in class com.sssw.jbroker.web.portable.Stub
String property for parameter name annotation
ParamInfo - class com.sssw.jbroker.web.portable.annotation.ParamInfo.
Objects of type ParamInfo can be used to store annotations for a method parameter.
ParamInfo(Class) - Constructor for class com.sssw.jbroker.web.portable.annotation.ParamInfo
Construct a parameter information object for a given parameter class.
PASSWORD - Static variable in class com.sssw.jbroker.web.portable.Stub
String property with password when using HTTP authentication
peek() - Method in interface com.sssw.jbroker.web.portable.InputStream
Peek the QName of the next tag
PositiveInteger - class com.sssw.jbroker.web.xsd.PositiveInteger.
A wrapper class that contains a positiveInteger.
PositiveInteger(int) - Constructor for class com.sssw.jbroker.web.xsd.PositiveInteger
Construct a positive integer with the specified value.
PositiveInteger(String) - Constructor for class com.sssw.jbroker.web.xsd.PositiveInteger
Construct a positive integer with the specified value.
PublicFieldsMarshaler - class com.sssw.jbroker.web.mapping.PublicFieldsMarshaler.
Deprecated. As of jBroker Web 2.0
PublicFieldsMarshaler - class com.sssw.jbroker.web.encoding.PublicFieldsMarshaler.
General purpose marshaler for serializing public fields of an object.
PublicFieldsMarshaler() - Constructor for class com.sssw.jbroker.web.mapping.PublicFieldsMarshaler
Deprecated. Create a public fields marshaler object.
PublicFieldsMarshaler() - Constructor for class com.sssw.jbroker.web.encoding.PublicFieldsMarshaler
Construct a PublicFieldsMarshaler, which can marshal any type.
PublicFieldsMarshaler(Class) - Constructor for class com.sssw.jbroker.web.mapping.PublicFieldsMarshaler
Deprecated. Create a public fields marshaler object for a given class.
PublicFieldsMarshaler(Class) - Constructor for class com.sssw.jbroker.web.encoding.PublicFieldsMarshaler
Construct a PublicFieldsMarshaler, which prefers to marshal javaType.
PublicFieldsMarshaler(Class, Field[]) - Constructor for class com.sssw.jbroker.web.mapping.PublicFieldsMarshaler
Deprecated. Construct a PublicFieldsMarshaler, which prefers to marshal javaType.
PublicFieldsMarshaler(Class, Field[]) - Constructor for class com.sssw.jbroker.web.encoding.PublicFieldsMarshaler
Construct a PublicFieldsMarshaler, which prefers to marshal javaType.
put(TypeMap) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Put a type map into the registry.
put(TypeMapping) - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Put a Type Mapping in the Type Mapper.

Q

QName - class com.sssw.jbroker.web.QName.
XML Qualified Name.
QName(QName) - Constructor for class com.sssw.jbroker.web.QName
Create a Qualified Name using a standard javax.xml.namespace.QName object
QName(String, String) - Constructor for class com.sssw.jbroker.web.QName
Create a Qualified Name

R

read(InputStream) - Method in class com.sssw.jbroker.web.holders.StringHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.DateHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.ShortArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.DoubleHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.BigDecimalArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.ObjectHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.StringArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.DateArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.ObjectArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.LongHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.IntHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.BigIntegerHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.BigIntegerArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.ShortHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.ByteHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.FloatArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.DoubleArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.IntArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.ByteArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.BooleanArrayHolder
Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.FloatHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in interface com.sssw.jbroker.web.holders.Holder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.BooleanHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.LongArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.ElementArrayHolder
Deprecated. Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.ElementHolder
Read the contents of this holder from an input stream.
read(InputStream) - Method in class com.sssw.jbroker.web.holders.BigDecimalHolder
Deprecated. Read the contents of this holder from an input stream.
readAttachment(String, String, Class) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read attachment Object
readBoolean() - Method in interface com.sssw.jbroker.web.portable.InputStream
Deprecated. As of JBroker Web 1.1, replaced by readBoolean(String name)
readBoolean(String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read a boolean from the stream with name
readByte() - Method in interface com.sssw.jbroker.web.portable.InputStream
Deprecated. As of JBroker Web 1.1, replaced by readByte(String)
readByte(String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read a byte from the stream with name
readChar() - Method in interface com.sssw.jbroker.web.portable.InputStream
Deprecated. As of JBroker Web 1.1, replaced by readChar(String name)
readChar(String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read a char from the stream with name
readContent() - Method in interface com.sssw.jbroker.web.portable.InputStream
Get the content of the present tag
readDouble() - Method in interface com.sssw.jbroker.web.portable.InputStream
Deprecated. As of JBroker Web 1.1, replaced by readDouble(String name)
readDouble(String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read a double from the stream with name
readFloat() - Method in interface com.sssw.jbroker.web.portable.InputStream
Deprecated. As of JBroker Web 1.1, replaced by readFloat(String name)
readFloat(String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read a float from the stream with name
readInt() - Method in interface com.sssw.jbroker.web.portable.InputStream
Deprecated. As of JBroker Web 1.1, replaced by readInt(String name)
readInt(String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read an integer from the stream with name
readLong() - Method in interface com.sssw.jbroker.web.portable.InputStream
Deprecated. As of JBroker Web 1.1, replaced by readLong(String name)
readLong(String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read a long from the stream with name
readObject() - Method in interface com.sssw.jbroker.web.portable.InputStream
Deprecated. As of JBroker Web 1.1, replaced by readObject(Class, String)
readObject(Class) - Method in interface com.sssw.jbroker.web.portable.InputStream
Deprecated. As of JBroker Web 1.1, replaced by readObject(Class, String)
readObject(Class, String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read an object from the stream with expected type and name
readObject(Class, String, String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read an object from the stream with expected type and QName
readShort() - Method in interface com.sssw.jbroker.web.portable.InputStream
Deprecated. As of JBroker Web 1.1, replaced by readShort(String name)
readShort(String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Read a short from the stream with name
register(String, TypeMapping) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
 
registerDefault(TypeMapping) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
 
releaseResponse(ClientResponse) - Method in interface com.sssw.jbroker.web.portable.Delegate
Release a client response.
removeTypeMapping(TypeMapping) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
 
request(String, boolean, String, boolean, String) - Method in interface com.sssw.jbroker.web.portable.Delegate
Get the output stream for marshaling arguments
request(String, boolean, String, boolean, String, Properties) - Method in interface com.sssw.jbroker.web.portable.Delegate
Get the output stream for mime request
RequestProperty - class com.sssw.jbroker.web.portable.RequestProperty.
Deprecated. As of jBroker Web 2.0
RequestProperty(String, String) - Constructor for class com.sssw.jbroker.web.portable.RequestProperty
Deprecated. Construct a request property with name and value
responseExpected() - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Is the response expected
ResponseHandler - interface com.sssw.jbroker.web.portable.ResponseHandler.
Response Handler is the factory for ServerResponse.

S

serialize(OutputStream, Object) - Method in class com.sssw.jbroker.web.mapping.PublicFieldsMarshaler
Deprecated. Serialize the given object to the given output stream
serialize(OutputStream, Object) - Method in class com.sssw.jbroker.web.mapping.BeanMarshaler
Deprecated. Serialize the given bean object to the given output stream
serialize(OutputStream, Object) - Method in interface com.sssw.jbroker.web.mapping.Serializer
Deprecated. Serialize the given object to the given output stream
serialize(OutputStream, Object) - Method in interface com.sssw.jbroker.web.encoding.Serializer
Serialize the given object to the given output stream
serialize(OutputStream, Object) - Method in class com.sssw.jbroker.web.encoding.PublicFieldsMarshaler
Serialize the public fields of some object.
serialize(OutputStream, Object) - Method in class com.sssw.jbroker.web.encoding.ValueTypeMarshaler
Serialize the given bean object to the given output stream
serialize(OutputStream, Object) - Method in class com.sssw.jbroker.web.encoding.BeanMarshaler
Serialize the given bean object to the given output stream
Serializer - interface com.sssw.jbroker.web.mapping.Serializer.
Deprecated. As of jBroker Web 2.0
Serializer - interface com.sssw.jbroker.web.encoding.Serializer.
The Serializer interface is used by objects that are capable of serializing a Java Object to a portable output stream.
ServerRequest - interface com.sssw.jbroker.web.portable.ServerRequest.
Represents an XML RPC request received by the Server.
ServerResponse - interface com.sssw.jbroker.web.portable.ServerResponse.
Reprsents an XML RPC response created by the Server.
ServiceException - exception com.sssw.jbroker.web.ServiceException.
The ServiceException is the common superclass for a any Service Exception.
ServiceException(String) - Constructor for class com.sssw.jbroker.web.ServiceException
Constructs a ServiceException with the specified detail message.
ServiceException(String, String) - Constructor for class com.sssw.jbroker.web.ServiceException
Constructs a ServiceException with the specified fault information.
ServiceException(Throwable) - Constructor for class com.sssw.jbroker.web.ServiceException
Constructs a ServiceException with the specified nested exception.
ServiceFactory - class com.sssw.jbroker.web.ServiceFactory.
Factory for instantiating ServiceObject stubs.
ServiceFactory() - Constructor for class com.sssw.jbroker.web.ServiceFactory
 
ServiceObject - interface com.sssw.jbroker.web.ServiceObject.
Service Object is the base class for all Service Stubs/Skeletons.
ServletSkeleton - class com.sssw.jbroker.web.portable.ServletSkeleton.
Servlet skeleton is the base class of all Service Servlets.
ServletSkeleton.ServletDelegate - interface com.sssw.jbroker.web.portable.ServletSkeleton.ServletDelegate.
The base class delegates the HTTP methods to this Interface.
SESSION_MAINTAIN - Static variable in class com.sssw.jbroker.web.portable.Stub
This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
setCurrentBinding(Binding) - Method in interface com.sssw.jbroker.web.portable.Delegate
Set a new binding on the delegate.
setDay(int) - Method in class com.sssw.jbroker.web.xsd.GDay
Set the day of this gDay.
setDays(int) - Method in class com.sssw.jbroker.web.xsd.Duration
Set the days of this duration.
setDeserializer(Deserializer) - Method in class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Set the Deserializer.
setDeserializerFactory(DeserializerFactory) - Method in class com.sssw.jbroker.web.encoding.TypeMap
Set the factory for deserializer.
setEncodingStyleURI(String) - Method in interface com.sssw.jbroker.web.portable.InputStream
Set the Encoding Style on the stream
setEncodingStyleURI(String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Set the Encoding Style on the stream
setHandler(InvokeHandler) - Method in interface com.sssw.jbroker.web.portable.ServletSkeleton.ServletDelegate
Set the InvokeHandler on the delegate.
setHandlerChain(HandlerChain) - Method in interface com.sssw.jbroker.web.portable.Delegate
Set the HandlerChain
setHandlerChain(List) - Method in interface com.sssw.jbroker.web.portable.ServletSkeleton.ServletDelegate
Set the handler chain on delegate.
setHours(int) - Method in class com.sssw.jbroker.web.xsd.Duration
Set the hours of this duration.
setJavaType(Class) - Method in class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Set the Java Type.
setLocationURLStr(String) - Method in class com.sssw.jbroker.web.encoding.XMLType
Set the location where the Type can be loaded.
setMinutes(int) - Method in class com.sssw.jbroker.web.xsd.Duration
Set the minutes of this duration.
setMonth(int) - Method in class com.sssw.jbroker.web.xsd.GMonth
Set the month of this gMonth.
setMonths(int) - Method in class com.sssw.jbroker.web.xsd.Duration
Set the months of this duration.
setNegative(boolean) - Method in class com.sssw.jbroker.web.xsd.Duration
Set duration negative flag
setProperties(RequestProperty[]) - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Deprecated. As of JBroker Web 2.0, replaced by _setProperties(Map)
setProperty(String, Object) - Method in interface com.sssw.jbroker.web.portable.Delegate
Set a property on the delegate
setProperty(String, Object) - Method in class com.sssw.jbroker.web.portable.annotation.ClassInfo
Set a property for this class
setProperty(String, Object) - Method in class com.sssw.jbroker.web.portable.annotation.ParamInfo
Set a property for this class
setProperty(String, Object) - Method in class com.sssw.jbroker.web.portable.annotation.MethodInfo
Set a property for this class
setProperty(String, String) - Method in interface com.sssw.jbroker.web.portable.Delegate
Deprecated. As of jBroker Web 2.0, replaced by void setProperty(String, Object)
setReadOnly() - Method in class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Set the TypeMapper to be read only.
setSeconds(double) - Method in class com.sssw.jbroker.web.xsd.Duration
Set the seconds of this duration.
setSerializer(Serializer) - Method in class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Set the Serializer.
setSerializerFactory(SerializerFactory) - Method in class com.sssw.jbroker.web.encoding.TypeMap
Set the factory for serializer.
setStub(Stub) - Method in interface com.sssw.jbroker.web.portable.Delegate
Set the stub for this delegate object
setTarget(Remote) - Method in interface com.sssw.jbroker.web.portable.TieSkeleton
Set the delegate.
setTypeMapper(TypeMapper) - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Deprecated. As of jBrokerWeb 2.0 replaced by setTypeMappingRegistry(TypeMappingRegistry)
setTypeMappingRegistry(TypeMappingRegistry) - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Set the TypeMappingRegistry to be used when marshaling the request parameters
setValue(BigDecimal) - Method in class com.sssw.jbroker.web.holders.BigDecimalHolder
Deprecated. Set the value held within this BigDecimalHolder.
setValue(BigDecimal[]) - Method in class com.sssw.jbroker.web.holders.BigDecimalArrayHolder
Deprecated. Set the value held within this BigDecimalArrayHolder.
setValue(BigInteger) - Method in class com.sssw.jbroker.web.holders.BigIntegerHolder
Deprecated. Set the value held within this BigIntegerHolder.
setValue(BigInteger[]) - Method in class com.sssw.jbroker.web.holders.BigIntegerArrayHolder
Deprecated. Set the value held within this BigIntegerArrayHolder.
setValue(boolean) - Method in class com.sssw.jbroker.web.holders.BooleanHolder
Deprecated. Set the value held within this BooleanHolder.
setValue(boolean[]) - Method in class com.sssw.jbroker.web.holders.BooleanArrayHolder
Set the value held within this BooleanArrayHolder.
setValue(byte) - Method in class com.sssw.jbroker.web.xsd.UnsignedByte
Set the value of this unsigned byte.
setValue(byte) - Method in class com.sssw.jbroker.web.holders.ByteHolder
Deprecated. Set the value held within this ByteHolder.
setValue(byte[]) - Method in class com.sssw.jbroker.web.holders.ByteArrayHolder
Deprecated. Set the value held within this ByteArrayHolder.
setValue(Date) - Method in class com.sssw.jbroker.web.xsd.Time
Set the value of this time.
setValue(Date) - Method in class com.sssw.jbroker.web.xsd.GMonthDay
Set the value of this gMonthDay.
setValue(Date) - Method in class com.sssw.jbroker.web.xsd.Date
Set the value of this date.
setValue(Date) - Method in class com.sssw.jbroker.web.xsd.GYearMonth
Set the value of this gYearMonth.
setValue(Date) - Method in class com.sssw.jbroker.web.xsd.GYear
Set the value of this gYear.
setValue(Date) - Method in class com.sssw.jbroker.web.holders.DateHolder
Deprecated. Set the value held within this DateHolder.
setValue(Date[]) - Method in class com.sssw.jbroker.web.holders.DateArrayHolder
Deprecated. Set the value held within this DateArrayHolder.
setValue(double) - Method in class com.sssw.jbroker.web.holders.DoubleHolder
Deprecated. Set the value held within this DoubleHolder.
setValue(double[]) - Method in class com.sssw.jbroker.web.holders.DoubleArrayHolder
Deprecated. Set the value held within this DoubleArrayHolder.
setValue(Element) - Method in class com.sssw.jbroker.web.holders.ElementHolder
Set the value held within this ElementHolder.
setValue(Element[]) - Method in class com.sssw.jbroker.web.holders.ElementArrayHolder
Deprecated. Set the value held within this ElementArrayHolder.
setValue(float) - Method in class com.sssw.jbroker.web.holders.FloatHolder
Deprecated. Set the value held within this FloatHolder.
setValue(float[]) - Method in class com.sssw.jbroker.web.holders.FloatArrayHolder
Deprecated. Set the value held within this FloatArrayHolder.
setValue(int) - Method in class com.sssw.jbroker.web.xsd.NegativeInteger
Set the value of this negative integer.
setValue(int) - Method in class com.sssw.jbroker.web.xsd.NonNegativeInteger
Set the value of this nonNegative integer.
setValue(int) - Method in class com.sssw.jbroker.web.xsd.UnsignedInt
Set the value of this unsignedInt.
setValue(int) - Method in class com.sssw.jbroker.web.xsd.NonPositiveInteger
Set the value of this nonPositive integer.
setValue(int) - Method in class com.sssw.jbroker.web.holders.IntHolder
Deprecated. Set the value held within this IntHolder.
setValue(int[]) - Method in class com.sssw.jbroker.web.holders.IntArrayHolder
Deprecated. Set the value held within this IntArrayHolder.
setValue(long) - Method in class com.sssw.jbroker.web.xsd.UnsignedLong
Set the value of this unsignedLong.
setValue(long) - Method in class com.sssw.jbroker.web.holders.LongHolder
Deprecated. Set the value held within this LongHolder.
setValue(long[]) - Method in class com.sssw.jbroker.web.holders.LongArrayHolder
Deprecated. Set the value held within this LongArrayHolder.
setValue(Object) - Method in class com.sssw.jbroker.web.holders.ObjectHolder
Deprecated. Set the value held within this ObjectHolder.
setValue(Object[]) - Method in class com.sssw.jbroker.web.holders.ObjectArrayHolder
Deprecated. Set the value held within this ObjectArrayHolder.
setValue(short) - Method in class com.sssw.jbroker.web.xsd.UnsignedShort
Set the value of this unsignedShort.
setValue(short) - Method in class com.sssw.jbroker.web.holders.ShortHolder
Deprecated. Set the value held within this ShortHolder.
setValue(short[]) - Method in class com.sssw.jbroker.web.holders.ShortArrayHolder
Deprecated. Set the value held within this ShortArrayHolder.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.Duration
Set the value of this duration.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.NormalizedString
Set the value of this normalized string.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.Token
Set the value of this token.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.Name
Set the value of this Name.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.NCName
Set the value of this NCName.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.IDREF
Set the value of this IDREF.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.AnyURI
Set the value of this anyURI.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.GMonth
Set the value of this gMonth.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.ID
Set the value of this ID.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.IDREFS
Set the value of this IDREFS.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.ENTITIES
Set the value of this ENTITIES.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.NMTOKEN
Set the value of this NMTOKEN.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.ENTITY
Set the value of this ENTITY.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.GMonthDay
Set the value of this gMonthDay.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.GYearMonth
Set the value of this gYearMonth.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.GYear
Set the value of this gYear.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.Language
Set the value of this Language.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.GDay
Set the value of this gDay.
setValue(String) - Method in class com.sssw.jbroker.web.xsd.NMTOKENS
Set the value of this NMTOKENS.
setValue(String) - Method in class com.sssw.jbroker.web.holders.StringHolder
Deprecated. Set the value held within this StringHolder.
setValue(String[]) - Method in class com.sssw.jbroker.web.holders.StringArrayHolder
Deprecated. Set the value held within this StringArrayHolder.
setXMLType(XMLType) - Method in class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Set the XML Type.
setYears(int) - Method in class com.sssw.jbroker.web.xsd.Duration
Set the years of this duration.
ShortArrayHolder - class com.sssw.jbroker.web.holders.ShortArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
ShortArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.ShortArrayHolder
Deprecated. Default constructor for ShortArrayHolder.
ShortArrayHolder(short[]) - Constructor for class com.sssw.jbroker.web.holders.ShortArrayHolder
Deprecated. Construct a ShortArrayHolder with the specified value.
ShortHolder - class com.sssw.jbroker.web.holders.ShortHolder.
Deprecated. As of jBroker 2.0
ShortHolder() - Constructor for class com.sssw.jbroker.web.holders.ShortHolder
Deprecated. Default constructor for ShortHolder.
ShortHolder(short) - Constructor for class com.sssw.jbroker.web.holders.ShortHolder
Deprecated. Construct a ShortHolder with the specified value.
size() - Method in interface com.sssw.jbroker.web.portable.OutputStream
Get the number of bytes written
Skeleton - interface com.sssw.jbroker.web.portable.Skeleton.
A Skeleton is an InvokeHandler
SOAP_ACTION - Static variable in class com.sssw.jbroker.web.portable.Stub
String property for soapAction method annotation
SOAP_ACTION_URI - Static variable in class com.sssw.jbroker.web.portable.Stub
String property that indicates the SOAPAction URI.
SOAP_ACTION_USE - Static variable in class com.sssw.jbroker.web.portable.Stub
Boolean property which indicates whether or not SOAPAction is to be used.
StringArrayHolder - class com.sssw.jbroker.web.holders.StringArrayHolder.
Deprecated. As of jBroker 2.0. The array holders are now generated automatically by the wsdl2java or xsd2java compilers.
StringArrayHolder() - Constructor for class com.sssw.jbroker.web.holders.StringArrayHolder
Deprecated. Default constructor for StringArrayHolder.
StringArrayHolder(String[]) - Constructor for class com.sssw.jbroker.web.holders.StringArrayHolder
Deprecated. Construct a StringArrayHolder with the specified value.
StringHolder - class com.sssw.jbroker.web.holders.StringHolder.
Deprecated. As of jBroker 2.0
StringHolder() - Constructor for class com.sssw.jbroker.web.holders.StringHolder
Deprecated. Default constructor for StringHolder.
StringHolder(String) - Constructor for class com.sssw.jbroker.web.holders.StringHolder
Deprecated. Construct a StringHolder with the specified value.
Stub - class com.sssw.jbroker.web.portable.Stub.
Portable Service Stub.
Stub.StubObjectFactory - class com.sssw.jbroker.web.portable.Stub.StubObjectFactory.
JNDI support - stubs are referenceable.
Stub.StubObjectFactory() - Constructor for class com.sssw.jbroker.web.portable.Stub.StubObjectFactory
 

T

TieSkeleton - interface com.sssw.jbroker.web.portable.TieSkeleton.
The Tie skeleton delegates to an object.
Time - class com.sssw.jbroker.web.xsd.Time.
A wrapper class that contains a time.
Time(String) - Constructor for class com.sssw.jbroker.web.xsd.Time
Construct a time with the specified value.
Token - class com.sssw.jbroker.web.xsd.Token.
A wrapper class that contains a token.
Token(String) - Constructor for class com.sssw.jbroker.web.xsd.Token
Construct a token with the specified value.
toString() - Method in class com.sssw.jbroker.web.QName
Returns a string representation of the object.
toString() - Method in class com.sssw.jbroker.web.Binding
Get a string representation of the object
toString() - Method in class com.sssw.jbroker.web.xsd.Duration
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.NormalizedString
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.Token
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.Name
 
toString() - Method in class com.sssw.jbroker.web.xsd.NCName
 
toString() - Method in class com.sssw.jbroker.web.xsd.IDREF
 
toString() - Method in class com.sssw.jbroker.web.xsd.Time
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.AnyURI
 
toString() - Method in class com.sssw.jbroker.web.xsd.GMonth
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.ID
 
toString() - Method in class com.sssw.jbroker.web.xsd.IDREFS
 
toString() - Method in class com.sssw.jbroker.web.xsd.ENTITIES
 
toString() - Method in class com.sssw.jbroker.web.xsd.NMTOKEN
 
toString() - Method in class com.sssw.jbroker.web.xsd.NegativeInteger
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.ENTITY
 
toString() - Method in class com.sssw.jbroker.web.xsd.NonNegativeInteger
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.GMonthDay
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.UnsignedInt
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.Date
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.GYearMonth
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.UnsignedLong
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.UnsignedByte
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.GYear
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.Language
 
toString() - Method in class com.sssw.jbroker.web.xsd.GDay
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.UnsignedShort
Return string form of object
toString() - Method in class com.sssw.jbroker.web.xsd.NMTOKENS
 
toString() - Method in class com.sssw.jbroker.web.xsd.NonPositiveInteger
Return string form of object
toString() - Method in class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated.  
toString() - Method in class com.sssw.jbroker.web.mapping.XMLType
Deprecated.  
toString() - Method in class com.sssw.jbroker.web.encoding.TypeMap
 
toString() - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
Get a pretty printed string with type mappings in this registry
toString() - Method in class com.sssw.jbroker.web.encoding.XMLType
 
toString() - Method in class com.sssw.jbroker.web.portable.Stub
Return a pretty printed version of this stub object.
TypeMap - class com.sssw.jbroker.web.encoding.TypeMap.
This class represents a type map between an xml type and java type.
TypeMap(Class, Serializer, Deserializer, QName) - Constructor for class com.sssw.jbroker.web.encoding.TypeMap
Constructor for TypeMap
TypeMap(Class, Serializer, Deserializer, XMLType) - Constructor for class com.sssw.jbroker.web.encoding.TypeMap
Constructor for TypeMap
TypeMap(Class, SerializerFactory, DeserializerFactory, QName) - Constructor for class com.sssw.jbroker.web.encoding.TypeMap
Constructor for TypeMap
TypeMap(Class, SerializerFactory, DeserializerFactory, XMLType) - Constructor for class com.sssw.jbroker.web.encoding.TypeMap
Constructor for TypeMap
TypeMapper - class com.sssw.jbroker.web.mapping.TypeMapper.
Deprecated. As of jBroker Web 2.0
TypeMapper() - Constructor for class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Construct a TypeMapper.
TypeMapper(TypeMapper) - Constructor for class com.sssw.jbroker.web.mapping.TypeMapper
Deprecated. Construct a TypeMapper with the given parent TypeMapper.
TypeMapping - class com.sssw.jbroker.web.mapping.TypeMapping.
Deprecated. As of jBroker Web 2.0
TypeMapping(Class, Marshaler, XMLType) - Constructor for class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Construct a type mapping between a given Java Type and an XML Type.
TypeMapping(Class, Serializer, Deserializer, XMLType) - Constructor for class com.sssw.jbroker.web.mapping.TypeMapping
Deprecated. Construct a type mapping between a given Java Type and an XML Type.
TypeMappingException - exception com.sssw.jbroker.web.mapping.TypeMappingException.
Deprecated. As of jBroker Web 2.0
TypeMappingException - exception com.sssw.jbroker.web.encoding.TypeMappingException.
Exception thrown by the TypeMapper API's
TypeMappingException(String) - Constructor for class com.sssw.jbroker.web.mapping.TypeMappingException
Deprecated. Construct a TypeMapper Exception with the given detail.
TypeMappingException(String) - Constructor for class com.sssw.jbroker.web.encoding.TypeMappingException
Construct a TypeMapper Exception with the given detail.
TypeMappingRegistry - interface com.sssw.jbroker.web.encoding.TypeMappingRegistry.
The TypeMappingRegistry class is a jBroker Web version of the standard TypeMappingRegistry interface, which supports additional utility methods for importing type mappings.

U

unregisterTypeMapping(String) - Method in class com.sssw.jbroker.web.encoding.DefaultTypeMappingRegistry
 
UnsignedByte - class com.sssw.jbroker.web.xsd.UnsignedByte.
A wrapper class that contains a unsignedByte.
UnsignedByte(byte) - Constructor for class com.sssw.jbroker.web.xsd.UnsignedByte
Construct an unsigned byte with the specified value.
UnsignedByte(String) - Constructor for class com.sssw.jbroker.web.xsd.UnsignedByte
Construct an unsigned byte with the specified value.
UnsignedInt - class com.sssw.jbroker.web.xsd.UnsignedInt.
A wrapper class that contains a unsignedInt.
UnsignedInt(int) - Constructor for class com.sssw.jbroker.web.xsd.UnsignedInt
Construct an unsignedInt with the specified value.
UnsignedInt(String) - Constructor for class com.sssw.jbroker.web.xsd.UnsignedInt
Construct an unsignedInt with the specified value.
UnsignedLong - class com.sssw.jbroker.web.xsd.UnsignedLong.
A wrapper class that contains a unsignedLong.
UnsignedLong(long) - Constructor for class com.sssw.jbroker.web.xsd.UnsignedLong
Construct an unsignedLong with the specified value.
UnsignedLong(String) - Constructor for class com.sssw.jbroker.web.xsd.UnsignedLong
Construct an unsignedLong with the specified value.
UnsignedShort - class com.sssw.jbroker.web.xsd.UnsignedShort.
A wrapper class that contains a unsignedShort.
UnsignedShort(short) - Constructor for class com.sssw.jbroker.web.xsd.UnsignedShort
Construct an unsignedShort with the specified value.
UnsignedShort(String) - Constructor for class com.sssw.jbroker.web.xsd.UnsignedShort
Construct an unsignedShort with the specified value.
USERNAME - Static variable in class com.sssw.jbroker.web.portable.Stub
String property with username when using HTTP authentication

V

validate(Object) - Static method in class com.sssw.jbroker.web.xsd.Validator
Validate that an object is a valid value for some schema type.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.Duration
Validate that a duration is a proper XML Schema duration.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.NormalizedString
Validate that a string is a proper XML Schema normalizedString.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.Token
Validate that a string is a proper XML Schema token.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.Name
Validate that a Name is a proper XML Schema Name.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.NCName
Validate that a NCName is a proper XML Schema NCName.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.IDREF
Validate that a IDREF is a proper XML Schema IDREF.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.Time
Validate that a time is a proper XML Schema time.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.AnyURI
Validate that a anyURI is a proper XML Schema anyURI.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.GMonth
Validate that a gMonth is a proper XML Schema gMonth.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.ID
Validate that a ID is a proper XML Schema ID.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.IDREFS
Validate that a IDREFS is a proper XML Schema IDREFS.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.ENTITIES
Validate that a ENTITIES is a proper XML Schema ENTITIES.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.NMTOKEN
Validate that a NMTOKEN is a proper XML Schema NMTOKEN.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.NegativeInteger
Validate that a integer is a proper XML Schema negativeInteger.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.ENTITY
Validate that a ENTITY is a proper XML Schema ENTITY.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.NonNegativeInteger
Validate that a integer is a proper XML Schema nonNegativeInteger.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.GMonthDay
Validate that a gMonthDay is a proper XML Schema gMonthDay.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.UnsignedInt
Validate that a unsignedInt is a proper XML Schema unsignedInt.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.Date
Validate that a date is a proper XML Schema date.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.GYearMonth
Validate that a gYearMonth is a proper XML Schema gYearMonth.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.UnsignedLong
Validate that a unsignedLong is a proper XML Schema unsignedLong.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.UnsignedByte
Validate that a byte is a proper XML Schema unsignedByte.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.GYear
Validate that a gYear is a proper XML Schema gYear.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.Language
Validate that a Language is a proper XML Schema Language.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.GDay
Validate that a gDay is a proper XML Schema gDay.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.UnsignedShort
Validate that a unsignedShort is a proper XML Schema unsignedShort.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.NMTOKENS
Validate that a NMTOKENS is a proper XML Schema NMTOKENS.
validate(Object) - Static method in class com.sssw.jbroker.web.xsd.NonPositiveInteger
Validate that a integer is a proper XML Schema nonPositiveInteger.
Validator - class com.sssw.jbroker.web.xsd.Validator.
Classes that implement the Validator interface are capable of validating their value against some externally defined specification.
Validator() - Constructor for class com.sssw.jbroker.web.xsd.Validator
 
value - Variable in class com.sssw.jbroker.web.holders.StringHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.DateHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.ShortArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.DoubleHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.BigDecimalArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.ObjectHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.StringArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.DateArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.ObjectArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.LongHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.IntHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.BigIntegerHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.BigIntegerArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.ShortHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.ByteHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.FloatArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.DoubleArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.IntArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.ByteArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.BooleanArrayHolder
The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.FloatHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.BooleanHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.LongArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.ElementArrayHolder
Deprecated. The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.ElementHolder
The return value held by this result object.
value - Variable in class com.sssw.jbroker.web.holders.BigDecimalHolder
Deprecated. The return value held by this result object.
ValueTypeMarshaler - class com.sssw.jbroker.web.encoding.ValueTypeMarshaler.
General purpose marshaler for serializing Java Beans.
ValueTypeMarshaler() - Constructor for class com.sssw.jbroker.web.encoding.ValueTypeMarshaler
Construct a ValueTypeMarshaler, which can marshal any type.
ValueTypeMarshaler(Class) - Constructor for class com.sssw.jbroker.web.encoding.ValueTypeMarshaler
Construct a ValueTypeMarshaler, which prefers to marshal javaType.
ValueTypeMarshaler(Class, PropertyDescriptor[], Field[]) - Constructor for class com.sssw.jbroker.web.encoding.ValueTypeMarshaler
Construct a ValueTypeMarshaler, which prefers to marshal javaType.
Version - class com.sssw.jbroker.web.Version.
A version information class with main method to print out version information.
Version() - Constructor for class com.sssw.jbroker.web.Version
 

W

write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.StringHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.DateHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.ShortArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.DoubleHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.BigDecimalArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.ObjectHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.StringArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.DateArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.ObjectArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.LongHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.IntHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.BigIntegerHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.BigIntegerArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.ShortHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.ByteHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.FloatArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.DoubleArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.IntArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.ByteArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.BooleanArrayHolder
Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.FloatHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in interface com.sssw.jbroker.web.holders.Holder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.BooleanHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.LongArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.ElementArrayHolder
Deprecated. Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.ElementHolder
Write the contents of this holder to an output stream.
write(OutputStream, String) - Method in class com.sssw.jbroker.web.holders.BigDecimalHolder
Deprecated. Write the contents of this holder to an output stream.
writeAttachment(Object, String, String, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write MIME attachment
writeBoolean(boolean) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a boolean
writeBoolean(boolean, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a boolean with the given name
writeByte(byte) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a byte
writeByte(byte, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a byte with the given name
writeChar(char) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a char.
writeChar(char, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a char with the given name
writeContent(String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write content of the tag
writeDouble(double) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a double
writeDouble(double, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a double with the given name
writeException(Throwable) - Method in interface com.sssw.jbroker.web.portable.ServerResponse
Write an exception.
writeException(Throwable, String) - Method in interface com.sssw.jbroker.web.portable.ServerResponse
Write an exception with the given name.
writeException(Throwable, String, String) - Method in interface com.sssw.jbroker.web.portable.ServerResponse
Write an exception with the given namesapce and localName.
writeFloat(float) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a float
writeFloat(float, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a float with the given name
writeInt(int) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write an int
writeInt(int, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write an int with the given name
writeLong(long) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a long
writeLong(long, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a long with the given name
writeObject(Object) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write object with the default encoding style
writeObject(Object, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write object with the default encoding style
writeObject(Object, String, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write object for document-element
writeShort(short) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a short
writeShort(short, String) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write a short with the given name
writeTo(OutputStream) - Method in interface com.sssw.jbroker.web.portable.OutputStream
Write the contents of the stream to given output stream.

X

XMLType - class com.sssw.jbroker.web.mapping.XMLType.
Deprecated. As of jBroker Web 2.0
XMLType - class com.sssw.jbroker.web.encoding.XMLType.
The XML Type is specified using its QName and the location for its schema
XMLType(QName, String) - Constructor for class com.sssw.jbroker.web.mapping.XMLType
Deprecated. Construct an XML Type.
XMLType(QName, String) - Constructor for class com.sssw.jbroker.web.encoding.XMLType
Construct an XML type

_

_getBindings() - Method in interface com.sssw.jbroker.web.ServiceObject
Get the port's QName
_getBindings() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Get the bindings set on this skeleton
_getBindings() - Method in class com.sssw.jbroker.web.portable.Stub
Get all bindings set on the stub
_getClassInfo() - Method in interface com.sssw.jbroker.web.ServiceObject
Get dispatch information for this service object
_getClassInfo() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
 
_getClassInfo() - Method in class com.sssw.jbroker.web.portable.Stub
Get dispatch information for this service object
_getCurrentBinding() - Method in interface com.sssw.jbroker.web.ServiceObject
Get the current Binding for the Service.
_getCurrentBinding() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Get the binding currently used by this skeleton
_getCurrentBinding() - Method in class com.sssw.jbroker.web.portable.Stub
Get the binding currently set on the stub
_getDelegate() - Method in class com.sssw.jbroker.web.portable.Stub
Get the stub delegate
_getHandlerChain() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Get the handler chain set on this servlet skeleton
_getOperationName() - Method in interface com.sssw.jbroker.web.ServiceObject
Get the operations's QName
_getOperationName() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
 
_getOperationName() - Method in class com.sssw.jbroker.web.portable.Stub
Get the QName for the operation's
_getPortType() - Method in interface com.sssw.jbroker.web.ServiceObject
Get the port's QName
_getPortType() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Get the port's QName
_getPortType() - Method in class com.sssw.jbroker.web.portable.Stub
Get the QName for the stub's port type
_getProperties() - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Get request properties
_getProperties() - Method in interface com.sssw.jbroker.web.portable.OutputStream
Get stream properties
_getProperty(String) - Method in interface com.sssw.jbroker.web.ServiceObject
Get a property
_getProperty(String) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Get a property
_getProperty(String) - Method in class com.sssw.jbroker.web.portable.Stub
Get a property from the stub.
_getPropertyNames() - Method in class com.sssw.jbroker.web.portable.Stub
Get an iterator over all property names
_getStub() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Get servlet as stub
_getTypeMapper() - Method in interface com.sssw.jbroker.web.ServiceObject
Deprecated. as of jBroker Web 2.0, use _getTypeMappingRegistry instead
_getTypeMapper() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Deprecated. As of jBroker Web 2.0, use _getTypeMappingRegistry instead
_getTypeMapper() - Method in class com.sssw.jbroker.web.portable.Stub
Deprecated. as of jBroker Web 2.0, replaced by void _getTypeMappingRegistry()
_getTypeMappingRegistry() - Method in interface com.sssw.jbroker.web.ServiceObject
Get the type mapping registry set on this serlvet skeleton
_getTypeMappingRegistry() - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Get the type mapping registry set on this serlvet skeleton
_getTypeMappingRegistry() - Method in class com.sssw.jbroker.web.portable.Stub
Get the TypeMappingRegistry set on the stub
_invoke(Properties, InputStream) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
implementation of InvokeHandler.invoke(Properties httpHeaders, java.io.InputStream is)
_invoke(Properties, InputStream) - Method in interface com.sssw.jbroker.web.portable.InvokeHandler
Invoke a method on the Invoke Handler
_invoke(ServerRequest) - Method in interface com.sssw.jbroker.web.portable.InvokeHandler
Invoke a method on the Invoke Handler
_key - Variable in class com.sssw.jbroker.web.portable.RequestProperty
Deprecated. The property name
_setClassInfo(ClassInfo) - Method in interface com.sssw.jbroker.web.ServiceObject
Set dispatch information for this service object
_setClassInfo(ClassInfo) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Set dispatch information for this service object
_setClassInfo(ClassInfo) - Method in class com.sssw.jbroker.web.portable.Stub
Set dispatch information for this service object
_setCurrentBinding(Binding) - Method in interface com.sssw.jbroker.web.ServiceObject
Set the current binding for the Service.
_setCurrentBinding(Binding) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Set the binding on this skeleton
_setCurrentBinding(Binding) - Method in class com.sssw.jbroker.web.portable.Stub
Set a new binding on the stub.
_setHandlerChain(HandlerChain) - Method in class com.sssw.jbroker.web.portable.Stub
Set the handler chain on this stub.
_setHandlerChain(List) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Set the handler chain on this servlet skeleton.
_setHandlerChain(List) - Method in interface com.sssw.jbroker.web.portable.Skeleton
Set the handler chain on this skeleton.
_setProperties(Map) - Method in interface com.sssw.jbroker.web.portable.ClientRequest
Set request properties
_setProperty(String, Object) - Method in class com.sssw.jbroker.web.portable.Stub
Set a property on the stub
_setProperty(String, String) - Method in interface com.sssw.jbroker.web.ServiceObject
Set a property
_setProperty(String, String) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Set a property
_setProperty(String, String) - Method in class com.sssw.jbroker.web.portable.Stub
Deprecated. as of jBroker Web 2.0, replaced by void _setProperty(String, Object)
_setTypeMapper(TypeMapper) - Method in interface com.sssw.jbroker.web.ServiceObject
Deprecated. as of jBroker Web 2.0, use _setTypeMappingRegistry instead
_setTypeMapper(TypeMapper) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Deprecated. As of jBroker Web 2.0, use _setTypeMappingRegistry instead
_setTypeMapper(TypeMapper) - Method in class com.sssw.jbroker.web.portable.Stub
Deprecated. as of jBroker Web 2.0, replaced by void _setTypeMappingRegistry(TypeMappingRegistry)
_setTypeMappingRegistry(TypeMappingRegistry) - Method in interface com.sssw.jbroker.web.ServiceObject
Set the type mapping registry on this serlvet skeleton
_setTypeMappingRegistry(TypeMappingRegistry) - Method in class com.sssw.jbroker.web.portable.ServletSkeleton
Set the type mapping registry on this serlvet skeleton
_setTypeMappingRegistry(TypeMappingRegistry) - Method in class com.sssw.jbroker.web.portable.Stub
Set the TypeMappingRegistry on the stub
_value - Variable in class com.sssw.jbroker.web.portable.RequestProperty
Deprecated. The property value

A B C D E F G H I J L M N O P Q R S T U V W X _
jBrokerTM Web 2.0

jBroker is a registered trademark of SilverStream Software, Inc.
Copyright © 2001-2002 SilverStream Software, Inc. All Rights Reserved.