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

A

addMapping(String, String, Class) - Method in class org.ksoap.ClassMap
Defines a direct mapping from a namespace and name to a java class (and vice versa)
addMapping(String, String, Class, Marshal) - Method in class org.ksoap.ClassMap
Defines a direct mapping from a namespace and name to a java class (and vice versa), using the given marshal mechanism
addProperty(PropertyInfo, Object) - Method in class org.ksoap.SoapObject
Adds a property (parameter) to the object.
addProperty(String, ElementType, Object) - Method in class org.ksoap.SoapObject
Deprecated. Adds a property (parameter) to the object. This is essentially a sub element.
addProperty(String, Object) - Method in class org.ksoap.SoapObject
Adds a property (parameter) to the object.
addTemplate(SoapObject) - Method in class org.ksoap.ClassMap
Adds a SoapObject to the class map.

B

BOOLEAN_CLASS - Static variable in class org.kobjects.serialization.ElementType
 
BYTE_ARRAY_CLASS - Static variable in class org.ksoap.marshal.MarshalBase64
 

C

call() - Method in class org.ksoap.transport.HttpTransportSE
Sends the requestEnvelope and fills the responseEnvelope
call() - Method in class org.ksoap.transport.HttpTransport
Sends the requestEnvelope and fills the responseEnvelope
call(SoapObject) - Method in class org.ksoap.transport.HttpTransportSE
 
call(SoapObject) - Method in class org.ksoap.transport.HttpTransport
Executes a SOAP Method and returns a response
call(XmlIO, XmlIO) - Method in class org.ksoap.transport.HttpTransport
 
ClassMap - class org.ksoap.ClassMap.
This class provides various soap properties relevant for (de)serialization, including a method for defining mappings between java classes and XML element names.
ClassMap() - Constructor for class org.ksoap.ClassMap
deprecated Create a new class map using the 2001 version of the XML schema namespace.
ClassMap(boolean) - Constructor for class org.ksoap.ClassMap
deprecated Creates a new Class map.
ClassMap(int) - Constructor for class org.ksoap.ClassMap
 
classToQName - Variable in class org.ksoap.ClassMap
Map from Java class names to XML name and namespace pairs
clear() - Method in class org.kobjects.serialization.ElementType
 
clear() - Method in class org.kobjects.serialization.PropertyInfo
 
cnt - Variable in class org.ksoap.ClassMap
 
copy(ElementType) - Method in class org.kobjects.serialization.ElementType
 

D

DATE_CLASS - Static variable in class org.ksoap.marshal.MarshalDate
 
debug - Variable in class org.ksoap.transport.HttpTransportSE
 
debug - Variable in class org.ksoap.transport.HttpTransport
Set to true if debugging
detail - Variable in class org.ksoap.SoapFault
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.ksoap.servlet.SoapServlet
 

E

elementType - Variable in class org.kobjects.serialization.ElementType
Element type for array properties, null if not array prop.
ElementType - class org.kobjects.serialization.ElementType.
This class encapsulates type information.
ElementType() - Constructor for class org.kobjects.serialization.ElementType
 
ElementType(Object) - Constructor for class org.kobjects.serialization.ElementType
 
ElementType(Object, boolean, ElementType) - Constructor for class org.kobjects.serialization.ElementType
 
enc - Variable in class org.ksoap.ClassMap
 
ENC - Static variable in class org.ksoap.Soap
Namespace constant: http://schemas.xmlsoap.org/soap/encoding/
ENC2001 - Static variable in class org.ksoap.Soap
 
env - Variable in class org.ksoap.ClassMap
 
ENV - Static variable in class org.ksoap.Soap
Namespace constant: http://schemas.xmlsoap.org/soap/envelope/
ENV2001 - Static variable in class org.ksoap.Soap
 
equals(Object) - Method in class org.ksoap.SoapPrimitive
 
equals(Object) - Method in class org.ksoap.SoapObject
 
ExtendedClassMap - class org.ksoap.opt.ExtendedClassMap.
Deprecated. Please use org.ksoap.marshal.MarshalDate and MarshalBase64 instead. An extended version of the class map that is able to handle Dates and byte arrays.
ExtendedClassMap() - Constructor for class org.ksoap.opt.ExtendedClassMap
Deprecated.  
ExtendedClassMap(boolean) - Constructor for class org.ksoap.opt.ExtendedClassMap
Deprecated.  
ExtendedClassMapSE - class org.ksoap.opt.ExtendedClassMapSE.
Deprecated. Please use org.ksoap.MarshalFloat instead. A version of the extended class map for the Java 2 Standard Edition that is also able to handle Float, Double and BigDecimal.
ExtendedClassMapSE() - Constructor for class org.ksoap.opt.ExtendedClassMapSE
Deprecated.  
ExtendedClassMapSE(boolean) - Constructor for class org.ksoap.opt.ExtendedClassMapSE
Deprecated.  

F

faultactor - Variable in class org.ksoap.SoapFault
 
faultcode - Variable in class org.ksoap.SoapFault
 
faultstring - Variable in class org.ksoap.SoapFault
 

G

getBody() - Method in class org.ksoap.SoapEnvelope
Returns the body object of the envelope.
getClassMap() - Method in class org.ksoap.servlet.SoapServlet
 
getInfo(Object, Object) - Method in class org.ksoap.ClassMap
Returns a string array containing the namespace, name, id and Marshal object for the given java object.
getInstance(HttpServletRequest) - Method in class org.ksoap.servlet.SoapServlet
the default operation is to map request.getPathInfo to an instance using the information given by buildInstance.
getName() - Method in class org.ksoap.SoapPrimitive
 
getName() - Method in class org.ksoap.SoapObject
 
getNamespace() - Method in class org.ksoap.SoapPrimitive
 
getNamespace() - Method in class org.ksoap.SoapObject
 
getProperty(int) - Method in class org.ksoap.SoapObject
Returns a specific property at a certain index.
getProperty(int) - Method in interface org.kobjects.serialization.KvmSerializable
Returns the property at a specified index (for serialization)
getProperty(String) - Method in class org.ksoap.SoapObject
 
getPropertyCount() - Method in class org.ksoap.SoapObject
Returns the number of properties
getPropertyCount() - Method in interface org.kobjects.serialization.KvmSerializable
returns the number of serializable properties
getPropertyInfo(int, PropertyInfo) - Method in class org.ksoap.SoapObject
Places PropertyInfo of desired property into a designated PropertyInfo object
getPropertyInfo(int, PropertyInfo) - Method in interface org.kobjects.serialization.KvmSerializable
Fills the given property info record
getResult() - Method in class org.ksoap.SoapEnvelope
Returns the first property of the body object

H

hashCode() - Method in class org.ksoap.SoapPrimitive
 
HASHTABLE_CLASS - Static variable in class org.ksoap.marshal.MarshalHashtable
CLDC does not support .class, so this helper is needed.
HttpTransport - class org.ksoap.transport.HttpTransport.
Methods to facilitate SOAP calls over HTTP using the J2ME generic connection framework.
HttpTransport() - Constructor for class org.ksoap.transport.HttpTransport
default constructor
HttpTransport(String, String) - Constructor for class org.ksoap.transport.HttpTransport
Creates instance of HttpTransport with set url and SoapAction
HttpTransportSE - class org.ksoap.transport.HttpTransportSE.
An optional HTTP transport class for the desktop version of Java, suitable e.g.
HttpTransportSE() - Constructor for class org.ksoap.transport.HttpTransportSE
 
HttpTransportSE(String, String) - Constructor for class org.ksoap.transport.HttpTransportSE
 

I

implicitTypes - Variable in class org.ksoap.ClassMap
Determines if type attributes are included for all objects written.
INTEGER_CLASS - Static variable in class org.kobjects.serialization.ElementType
 

K

KvmSerializable - interface org.kobjects.serialization.KvmSerializable.
provides get and set methods for properties.

L

LONG_CLASS - Static variable in class org.kobjects.serialization.ElementType
 

M

Marshal - interface org.ksoap.Marshal.
Abstract class for custom (de)serialization.
MarshalBase64 - class org.ksoap.marshal.MarshalBase64.
Base64 (de)serializer
MarshalBase64() - Constructor for class org.ksoap.marshal.MarshalBase64
 
MarshalDate - class org.ksoap.marshal.MarshalDate.
Marshal class for Dates.
MarshalDate() - Constructor for class org.ksoap.marshal.MarshalDate
 
MarshalFloat - class org.ksoap.marshal.MarshalFloat.
This marshal class is able to handle float, double and decimal.
MarshalFloat() - Constructor for class org.ksoap.marshal.MarshalFloat
 
MarshalHashtable - class org.ksoap.marshal.MarshalHashtable.
serializes instances of hashtable to and from xml.
MarshalHashtable() - Constructor for class org.ksoap.marshal.MarshalHashtable
 
multiRef - Variable in class org.kobjects.serialization.ElementType
if a property is multi-referenced, set this flag to true.

N

name - Variable in class org.kobjects.serialization.PropertyInfo
Name of the property
NAME - Static variable in class org.ksoap.marshal.MarshalHashtable
use then during registration
NAMESPACE - Static variable in class org.ksoap.marshal.MarshalHashtable
use then during registration
newInstance() - Method in class org.ksoap.SoapObject
Creates a new SoapObject based on this, allows usage of SoapObjects as templates.
nonpermanent - Variable in class org.kobjects.serialization.PropertyInfo
the equivalent to transient, but named differently because transient is a reserved keyword

O

OBJECT_CLASS - Static variable in class org.kobjects.serialization.ElementType
 
OBJECT_TYPE - Static variable in class org.kobjects.serialization.ElementType
 
org.kobjects.serialization - package org.kobjects.serialization
 
org.ksoap - package org.ksoap
This package contains the basic set of classes required for SOAP (de)serialization.
org.ksoap.marshal - package org.ksoap.marshal
This package contains some (optional) implementations of the Marshal interface.
org.ksoap.opt - package org.ksoap.opt
This package is deprecated.
org.ksoap.servlet - package org.ksoap.servlet
 
org.ksoap.transport - package org.ksoap.transport
This package contains transport classes for kSOAP.

P

parse(AbstractXmlParser) - Method in class org.ksoap.SoapFault
 
parse(AbstractXmlParser) - Method in class org.ksoap.SoapEnvelope
Parses the SOAP envelope from the given parser
parseBody(AbstractXmlParser) - Method in class org.ksoap.SoapEnvelope
 
parseHead(AbstractXmlParser) - Method in class org.ksoap.SoapEnvelope
 
parser - Variable in class org.ksoap.SoapParser
 
parseTail(AbstractXmlParser) - Method in class org.ksoap.SoapEnvelope
 
prefixMap - Static variable in class org.ksoap.Soap
 
prefixMap - Variable in class org.ksoap.ClassMap
 
PropertyInfo - class org.kobjects.serialization.PropertyInfo.
This class is used to store information about each property an implementation of KvmSerializable exposes.
PropertyInfo() - Constructor for class org.kobjects.serialization.PropertyInfo
 
PropertyInfo(String, Object) - Constructor for class org.kobjects.serialization.PropertyInfo
 
PropertyInfo(String, Object, boolean, ElementType) - Constructor for class org.kobjects.serialization.PropertyInfo
 
publishClass(Class, String) - Method in class org.ksoap.servlet.SoapServlet
Publish all public methods of the given class
publishInstance(String, Object) - Method in class org.ksoap.servlet.SoapServlet
publish an instance by associating the instance with the given local path.
publishMethod(Class, String, String, PropertyInfo[]) - Method in class org.ksoap.servlet.SoapServlet
publish a method.
publishMethod(Class, String, String, String[]) - Method in class org.ksoap.servlet.SoapServlet
convenience method; use this method if the paremeter types can be obtained via reflection

Q

qNameToClass - Variable in class org.ksoap.ClassMap
Map from XML qualified names to Java classes

R

read() - Method in class org.ksoap.SoapParser
Extracts namespace and name and calls readBody for actual reading
read(Object, int, String, String, ElementType) - Method in class org.ksoap.SoapParser
Builds an object from the XML stream.
readInstance(SoapParser, String, String, ElementType) - Method in interface org.ksoap.Marshal
This methods reads an instance from the given parser.
readInstance(SoapParser, String, String, ElementType) - Method in class org.ksoap.ClassMap
Returns a new object read from the given parser.
readInstance(SoapParser, String, String, ElementType) - Method in class org.ksoap.marshal.MarshalDate
 
readInstance(SoapParser, String, String, ElementType) - Method in class org.ksoap.marshal.MarshalBase64
 
readInstance(SoapParser, String, String, ElementType) - Method in class org.ksoap.marshal.MarshalFloat
 
readInstance(SoapParser, String, String, ElementType) - Method in class org.ksoap.marshal.MarshalHashtable
 
readSerializable(KvmSerializable) - Method in class org.ksoap.SoapParser
 
readUnknown(String, String) - Method in class org.ksoap.SoapParser
 
readVector(Vector, ElementType) - Method in class org.ksoap.SoapParser
 
register(ClassMap) - Method in interface org.ksoap.Marshal
Register this Marshal with the given classMap
register(ClassMap) - Method in class org.ksoap.marshal.MarshalDate
 
register(ClassMap) - Method in class org.ksoap.marshal.MarshalBase64
 
register(ClassMap) - Method in class org.ksoap.marshal.MarshalFloat
 
register(ClassMap) - Method in class org.ksoap.marshal.MarshalHashtable
 
requestDump - Variable in class org.ksoap.transport.HttpTransportSE
 
requestDump - Variable in class org.ksoap.transport.HttpTransport
String dump of request for debugging.
reset() - Method in class org.ksoap.transport.HttpTransport
Closes the connection and associated streams.
responseDump - Variable in class org.ksoap.transport.HttpTransportSE
 
responseDump - Variable in class org.ksoap.transport.HttpTransport
String dump of response for debugging

S

setBody(Object) - Method in class org.ksoap.SoapEnvelope
 
setClassMap(ClassMap) - Method in class org.ksoap.SoapEnvelope
 
setClassMap(ClassMap) - Method in class org.ksoap.transport.HttpTransportSE
 
setClassMap(ClassMap) - Method in class org.ksoap.transport.HttpTransport
set the desired ClassMap for the SOAP Envelopes
setClassMap(ClassMap) - Method in class org.ksoap.servlet.SoapServlet
Please note: The classMap should not be set after publishing methods, because parameter type information may get lost!
setEncodingStyle(String) - Method in class org.ksoap.SoapEnvelope
Sets the encoding style.
setProperty(int, Object) - Method in class org.ksoap.SoapObject
Sets a specified property to a certain value.
setProperty(int, Object) - Method in interface org.kobjects.serialization.KvmSerializable
sets the property with the given index to the given value.
setSoapAction(String) - Method in class org.ksoap.transport.HttpTransportSE
 
setSoapAction(String) - Method in class org.ksoap.transport.HttpTransport
set the desired soapAction header field
setUrl(String) - Method in class org.ksoap.transport.HttpTransportSE
 
setUrl(String) - Method in class org.ksoap.transport.HttpTransport
Set the target url.
Soap - class org.ksoap.Soap.
Contains some constant definitions only.
Soap() - Constructor for class org.ksoap.Soap
 
SoapEnvelope - class org.ksoap.SoapEnvelope.
The SOAP envelope.
SoapEnvelope() - Constructor for class org.ksoap.SoapEnvelope
deprecated
SoapEnvelope(ClassMap) - Constructor for class org.ksoap.SoapEnvelope
 
SoapFault - exception org.ksoap.SoapFault.
 
SoapFault() - Constructor for class org.ksoap.SoapFault
 
SoapObject - class org.ksoap.SoapObject.
A simple dynamic object that can be used to build soap calls without implementing KvmSerializable
SoapObject(String, String) - Constructor for class org.ksoap.SoapObject
Creates a new SoapObject instance.
SoapParser - class org.ksoap.SoapParser.
A SOAP parser.
SoapParser(AbstractXmlParser, ClassMap) - Constructor for class org.ksoap.SoapParser
 
SoapPrimitive - class org.ksoap.SoapPrimitive.
A class that is used to encapsulate primitive types (represented by a string in XML serialization).
SoapPrimitive(String, String, String) - Constructor for class org.ksoap.SoapPrimitive
 
SoapServlet - class org.ksoap.servlet.SoapServlet.
copy-paste seans interop server orb here as needed....
SoapServlet() - Constructor for class org.ksoap.servlet.SoapServlet
 
SoapWriter - class org.ksoap.SoapWriter.
A writer that is able to write objects wrt.
SoapWriter(AbstractXmlWriter, ClassMap) - Constructor for class org.ksoap.SoapWriter
The SoapWriter is initialized with an AbstractXmlWriter and a class map.
STRING_CLASS - Static variable in class org.kobjects.serialization.ElementType
 

T

toString() - Method in class org.ksoap.SoapPrimitive
 
toString() - Method in class org.ksoap.SoapFault
 
type - Variable in class org.kobjects.serialization.ElementType
Type of the property/elements.

V

VECTOR_CLASS - Static variable in class org.kobjects.serialization.ElementType
 
VER10 - Static variable in class org.ksoap.Soap
 
VER11 - Static variable in class org.ksoap.Soap
 
VER12 - Static variable in class org.ksoap.Soap
 
version - Variable in class org.ksoap.ClassMap
 

W

write(AbstractXmlWriter) - Method in class org.ksoap.SoapFault
 
write(AbstractXmlWriter) - Method in class org.ksoap.SoapEnvelope
Writes the envelope and body to the given XML writer.
write(Object) - Method in class org.ksoap.SoapWriter
Serializes the given object
writeBody(AbstractXmlWriter) - Method in class org.ksoap.SoapEnvelope
Overwrite this method for customized writing of the soap message body.
writeHead(AbstractXmlWriter) - Method in class org.ksoap.SoapEnvelope
Writes the head including the encoding style attribute and the body start tag
writeInstance(SoapWriter, Object) - Method in interface org.ksoap.Marshal
Write the instance to the given SoapWriter.
writeInstance(SoapWriter, Object) - Method in class org.ksoap.marshal.MarshalDate
 
writeInstance(SoapWriter, Object) - Method in class org.ksoap.marshal.MarshalBase64
 
writeInstance(SoapWriter, Object) - Method in class org.ksoap.marshal.MarshalFloat
 
writeInstance(SoapWriter, Object) - Method in class org.ksoap.marshal.MarshalHashtable
 
writeObjectBody(KvmSerializable) - Method in class org.ksoap.SoapWriter
Writes the body of an KvmSerializable object.
writeProperty(Object, ElementType) - Method in class org.ksoap.SoapWriter
 
writer - Variable in class org.ksoap.SoapWriter
 
writeTail(AbstractXmlWriter) - Method in class org.ksoap.SoapEnvelope
 
writeVectorBody(Vector, ElementType) - Method in class org.ksoap.SoapWriter
 

X

xsd - Variable in class org.ksoap.ClassMap
 
XSD - Static variable in class org.ksoap.Soap
Namespace constant: http://www.w3.org/2001/XMLSchema
XSD1999 - Static variable in class org.ksoap.Soap
Namespace constant: http://www.w3.org/1999/XMLSchema
xsi - Variable in class org.ksoap.ClassMap
 
XSI - Static variable in class org.ksoap.Soap
Namespace constant: http://www.w3.org/2001/XMLSchema
XSI1999 - Static variable in class org.ksoap.Soap
Namespace constant: http://www.w3.org/1999/XMLSchema

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