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

A

addMapping(String, String, Class, Marshal) - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
Defines a direct mapping from a namespace and name to a java class (and vice versa), using the given marshal mechanism
addMapping(String, String, Class) - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
Defines a direct mapping from a namespace and name to a java class (and vice versa)
addProperty(String, Object) - Method in class org.ksoap2.serialization.SoapObject
Adds a property (parameter) to the object.
addProperty(PropertyInfo, Object) - Method in class org.ksoap2.serialization.SoapObject
Adds a property (parameter) to the object.
addTemplate(SoapObject) - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
Adds a SoapObject to the class map.

B

bodyIn - Variable in class org.ksoap2.SoapEnvelope
The body object received with this envelope.
bodyOut - Variable in class org.ksoap2.SoapEnvelope
The body object to be sent with this envelope.
BOOLEAN_CLASS - Static variable in class org.ksoap2.serialization.PropertyInfo
 
BYTE_ARRAY_CLASS - Static variable in class org.ksoap2.serialization.MarshalBase64
 

C

call(String, SoapEnvelope) - Method in class org.ksoap2.transport.HttpTransport
set the desired soapAction header field
call(String, SoapEnvelope) - Method in class org.ksoap2.transport.HttpTransportSE
set the desired soapAction header field
call(String, SoapEnvelope) - Method in class org.ksoap2.transport.Transport
Perform a soap call with a given namespace and the given envelope.
clear() - Method in class org.ksoap2.serialization.PropertyInfo
 
connect() - Method in interface org.ksoap2.transport.ServiceConnection
Make an outgoing connection.
connect() - Method in class org.ksoap2.transport.ServiceConnectionMidp
 
connect() - Method in class org.ksoap2.transport.ServiceConnectionSE
 

D

DATE_CLASS - Static variable in class org.ksoap2.serialization.MarshalDate
 
debug - Variable in class org.ksoap2.transport.Transport
Set to true if debugging
detail - Variable in exception org.ksoap2.SoapFault
A KDom Node holding the details of the fault
disconnect() - Method in interface org.ksoap2.transport.ServiceConnection
Disconnect from the outgoing connection
disconnect() - Method in class org.ksoap2.transport.ServiceConnectionMidp
 
disconnect() - Method in class org.ksoap2.transport.ServiceConnectionSE
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.ksoap2.servlet.SoapServlet
In order to filter requests, please overwrite doPost and call super for soap requests only
dotNet - Variable in class org.ksoap2.serialization.SoapSerializationEnvelope
Set this variable to true for compatibility with what seems to be the default encoding for .Net-Services.

E

elementType - Variable in class org.ksoap2.serialization.PropertyInfo
Element type for array properties, null if not array prop.
ENC - Static variable in class org.ksoap2.SoapEnvelope
Namespace constant: http://schemas.xmlsoap.org/soap/encoding/
enc - Variable in class org.ksoap2.SoapEnvelope
Encoding namespace, set by the constructor
ENC2001 - Static variable in class org.ksoap2.SoapEnvelope
 
encodingStyle - Variable in class org.ksoap2.SoapEnvelope
 
ENV - Static variable in class org.ksoap2.SoapEnvelope
Namespace constant: http://schemas.xmlsoap.org/soap/envelope/
env - Variable in class org.ksoap2.SoapEnvelope
Envelope namespace, set by the constructor
ENV2001 - Static variable in class org.ksoap2.SoapEnvelope
 
equals(Object) - Method in class org.ksoap2.serialization.SoapObject
 
equals(Object) - Method in class org.ksoap2.serialization.SoapPrimitive
 

F

faultactor - Variable in exception org.ksoap2.SoapFault
The SOAP fault code
faultcode - Variable in exception org.ksoap2.SoapFault
The SOAP fault code
faultstring - Variable in exception org.ksoap2.SoapFault
The SOAP fault code
flags - Variable in class org.ksoap2.serialization.PropertyInfo
 

G

getEnvelope() - Method in class org.ksoap2.servlet.SoapServlet
 
getErrorStream() - Method in interface org.ksoap2.transport.ServiceConnection
 
getErrorStream() - Method in class org.ksoap2.transport.ServiceConnectionMidp
 
getErrorStream() - Method in class org.ksoap2.transport.ServiceConnectionSE
 
getInfo(Object, Object) - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
Returns a string array containing the namespace, name, id and Marshal object for the given java object.
getName() - Method in class org.ksoap2.serialization.SoapObject
 
getName() - Method in class org.ksoap2.serialization.SoapPrimitive
 
getNamespace() - Method in class org.ksoap2.serialization.SoapObject
 
getNamespace() - Method in class org.ksoap2.serialization.SoapPrimitive
 
getProperty(int) - Method in interface org.ksoap2.serialization.KvmSerializable
Returns the property at a specified index (for serialization)
getProperty(int) - Method in class org.ksoap2.serialization.SoapObject
Returns a specific property at a certain index.
getProperty(String) - Method in class org.ksoap2.serialization.SoapObject
 
getPropertyCount() - Method in interface org.ksoap2.serialization.KvmSerializable
 
getPropertyCount() - Method in class org.ksoap2.serialization.SoapObject
Returns the number of properties
getPropertyInfo(int, Hashtable, PropertyInfo) - Method in interface org.ksoap2.serialization.KvmSerializable
Fills the given property info record.
getPropertyInfo(int, Hashtable, PropertyInfo) - Method in class org.ksoap2.serialization.SoapObject
Places PropertyInfo of desired property into a designated PropertyInfo object
getResponse() - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
Response from the soap call.
getResult() - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
Deprecated. Please use the getResponse going forward

H

hashCode() - Method in class org.ksoap2.serialization.SoapPrimitive
 
HASHTABLE_CLASS - Static variable in class org.ksoap2.serialization.MarshalHashtable
CLDC does not support .class, so this helper is needed.
headerIn - Variable in class org.ksoap2.SoapEnvelope
Incoming header elements
headerOut - Variable in class org.ksoap2.SoapEnvelope
Outgoing header elements
HttpTransport - Class in org.ksoap2.transport
Methods to facilitate SOAP calls over HTTP using the J2ME generic connection framework.
HttpTransport(String) - Constructor for class org.ksoap2.transport.HttpTransport
Creates instance of HttpTransport with set url
HttpTransportBasicAuth - Class in org.ksoap2.transport
An Http transport layer class which provides a mechanism to login to webservices using Basic Authentication on midp platforms.
HttpTransportBasicAuth(String, String, String) - Constructor for class org.ksoap2.transport.HttpTransportBasicAuth
Constructor with username and password
HttpTransportSE - Class in org.ksoap2.transport
A J2SE based HttpTransport layer.
HttpTransportSE(String) - Constructor for class org.ksoap2.transport.HttpTransportSE
Creates instance of HttpTransportSE with set url

I

implicitTypes - Variable in class org.ksoap2.serialization.SoapSerializationEnvelope
 
INTEGER_CLASS - Static variable in class org.ksoap2.serialization.PropertyInfo
 

K

KvmSerializable - Interface in org.ksoap2.serialization
Provides get and set methods for properties.

L

LONG_CLASS - Static variable in class org.ksoap2.serialization.PropertyInfo
 

M

Marshal - Interface in org.ksoap2.serialization
Interface for custom (de)serialization.
MarshalBase64 - Class in org.ksoap2.serialization
Base64 (de)serializer
MarshalBase64() - Constructor for class org.ksoap2.serialization.MarshalBase64
 
MarshalDate - Class in org.ksoap2.serialization
Marshal class for Dates.
MarshalDate() - Constructor for class org.ksoap2.serialization.MarshalDate
 
MarshalFloat - Class in org.ksoap2.serialization
 
MarshalFloat() - Constructor for class org.ksoap2.serialization.MarshalFloat
 
MarshalHashtable - Class in org.ksoap2.serialization
Serializes instances of hashtable to and from xml.
MarshalHashtable() - Constructor for class org.ksoap2.serialization.MarshalHashtable
 
MULTI_REF - Static variable in class org.ksoap2.serialization.PropertyInfo
 
multiRef - Variable in class org.ksoap2.serialization.PropertyInfo
if a property is multi-referenced, set this flag to true.

N

NAME - Static variable in class org.ksoap2.serialization.MarshalHashtable
use then during registration
name - Variable in class org.ksoap2.serialization.PropertyInfo
Name of the property
NAMESPACE - Static variable in class org.ksoap2.serialization.MarshalHashtable
use then during registration
namespace - Variable in class org.ksoap2.serialization.PropertyInfo
Namespace of this property
newInstance() - Method in class org.ksoap2.serialization.SoapObject
Creates a new SoapObject based on this, allows usage of SoapObjects as templates.

O

OBJECT_CLASS - Static variable in class org.ksoap2.serialization.PropertyInfo
 
OBJECT_TYPE - Static variable in class org.ksoap2.serialization.PropertyInfo
 
openInputStream() - Method in interface org.ksoap2.transport.ServiceConnection
Opens and returns the inputstream from which to parse the result of the soap call.
openInputStream() - Method in class org.ksoap2.transport.ServiceConnectionMidp
 
openInputStream() - Method in class org.ksoap2.transport.ServiceConnectionSE
 
openOutputStream() - Method in interface org.ksoap2.transport.ServiceConnection
Open and return the outputStream to the endpoint.
openOutputStream() - Method in class org.ksoap2.transport.ServiceConnectionMidp
 
openOutputStream() - Method in class org.ksoap2.transport.ServiceConnectionSE
 
org.ksoap2 - package org.ksoap2
This package contains basic classes required for handling SOAP Envelopes and literal XML content.
org.ksoap2.serialization - package org.ksoap2.serialization
This package contains support for the Soap Serialization specification.
org.ksoap2.servlet - package org.ksoap2.servlet
 
org.ksoap2.transport - package org.ksoap2.transport
 

P

parse(XmlPullParser) - Method in class org.ksoap2.SoapEnvelope
Parses the SOAP envelope from the given parser
parse(XmlPullParser) - Method in exception org.ksoap2.SoapFault
Fills the fault details from the given XML stream
parseBody(XmlPullParser) - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
 
parseBody(XmlPullParser) - Method in class org.ksoap2.SoapEnvelope
 
parseHeader(XmlPullParser) - Method in class org.ksoap2.SoapEnvelope
 
properties - Variable in class org.ksoap2.serialization.SoapSerializationEnvelope
 
PropertyInfo - Class in org.ksoap2.serialization
This class is used to store information about each property an implementation of KvmSerializable exposes.
PropertyInfo() - Constructor for class org.ksoap2.serialization.PropertyInfo
 
publishClass(Class, String) - Method in class org.ksoap2.servlet.SoapServlet
Publish all public methods of the given class
publishInstance(String, Object) - Method in class org.ksoap2.servlet.SoapServlet
publish an instance by associating the instance with the given local path.
publishMethod(Class, String, String, PropertyInfo[]) - Method in class org.ksoap2.servlet.SoapServlet
publish a method.
publishMethod(Class, String, String, String[]) - Method in class org.ksoap2.servlet.SoapServlet
convenience method; use this method if the paremeter types can be obtained via reflection

R

read(XmlPullParser, Object, int, String, String, PropertyInfo) - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
Builds an object from the XML stream.
readInstance(XmlPullParser, String, String, PropertyInfo) - Method in interface org.ksoap2.serialization.Marshal
This methods reads an instance from the given parser.
readInstance(XmlPullParser, String, String, PropertyInfo) - Method in class org.ksoap2.serialization.MarshalBase64
 
readInstance(XmlPullParser, String, String, PropertyInfo) - Method in class org.ksoap2.serialization.MarshalDate
 
readInstance(XmlPullParser, String, String, PropertyInfo) - Method in class org.ksoap2.serialization.MarshalFloat
 
readInstance(XmlPullParser, String, String, PropertyInfo) - Method in class org.ksoap2.serialization.MarshalHashtable
 
readInstance(XmlPullParser, String, String, PropertyInfo) - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
Returns a new object read from the given parser.
REF_ONLY - Static variable in class org.ksoap2.serialization.PropertyInfo
 
register(SoapSerializationEnvelope) - Method in interface org.ksoap2.serialization.Marshal
Register this Marshal with Envelope
register(SoapSerializationEnvelope) - Method in class org.ksoap2.serialization.MarshalBase64
 
register(SoapSerializationEnvelope) - Method in class org.ksoap2.serialization.MarshalDate
 
register(SoapSerializationEnvelope) - Method in class org.ksoap2.serialization.MarshalFloat
 
register(SoapSerializationEnvelope) - Method in class org.ksoap2.serialization.MarshalHashtable
 
requestDump - Variable in class org.ksoap2.transport.Transport
String dump of request for debugging.
reset() - Method in class org.ksoap2.transport.HttpTransport
Closes the connection and associated streams.
reset() - Method in class org.ksoap2.transport.Transport
Attempts to reset the connection.
responseDump - Variable in class org.ksoap2.transport.Transport
String dump of response for debugging

S

ServiceConnection - Interface in org.ksoap2.transport
Interface to allow the abstraction of the raw transport information
ServiceConnectionMidp - Class in org.ksoap2.transport
 
ServiceConnectionMidp(String) - Constructor for class org.ksoap2.transport.ServiceConnectionMidp
 
ServiceConnectionSE - Class in org.ksoap2.transport
Connection for J2SE environments.
ServiceConnectionSE(String) - Constructor for class org.ksoap2.transport.ServiceConnectionSE
Constructor taking the url to the endpoint for this soap communication
setEnvelope(SoapSerializationEnvelope) - Method in class org.ksoap2.servlet.SoapServlet
Please note: The classMap should not be set after publishing methods, because parameter type information may get lost!
setOutputSoapObject(Object) - Method in class org.ksoap2.SoapEnvelope
Assigns the object to the envelope as the outbound message for the soap call.
setProperty(int, Object) - Method in interface org.ksoap2.serialization.KvmSerializable
Sets the property with the given index to the given value.
setProperty(int, Object) - Method in class org.ksoap2.serialization.SoapObject
Sets a specified property to a certain value.
setRequestMethod(String) - Method in interface org.ksoap2.transport.ServiceConnection
Sets how to make the requests.
setRequestMethod(String) - Method in class org.ksoap2.transport.ServiceConnectionMidp
 
setRequestMethod(String) - Method in class org.ksoap2.transport.ServiceConnectionSE
 
setRequestProperty(String, String) - Method in interface org.ksoap2.transport.ServiceConnection
Set properties on the outgoing connection.
setRequestProperty(String, String) - Method in class org.ksoap2.transport.ServiceConnectionMidp
 
setRequestProperty(String, String) - Method in class org.ksoap2.transport.ServiceConnectionSE
 
setUrl(String) - Method in class org.ksoap2.transport.Transport
Set the target url.
setXmlVersionTag(String) - Method in class org.ksoap2.transport.Transport
Sets the version tag for the outgoing soap call.
SoapEnvelope - Class in org.ksoap2
A SOAP envelope, holding head and body objects.
SoapEnvelope(int) - Constructor for class org.ksoap2.SoapEnvelope
Initializes a SOAP Envelope.
SoapFault - Exception in org.ksoap2
Exception class encapsulating SOAP Faults
SoapFault() - Constructor for exception org.ksoap2.SoapFault
 
SoapObject - Class in org.ksoap2.serialization
A simple dynamic object that can be used to build soap calls without implementing KvmSerializable Essentially, this is what goes inside the body of a soap envelope - it is the direct subelement of the body and all further subelements Instead of this this class, custom classes can be used if they implement the KvmSerializable interface.
SoapObject(String, String) - Constructor for class org.ksoap2.serialization.SoapObject
Creates a new SoapObject instance.
SoapPrimitive - Class in org.ksoap2.serialization
A class that is used to encapsulate primitive types (represented by a string in XML serialization).
SoapPrimitive(String, String, String) - Constructor for class org.ksoap2.serialization.SoapPrimitive
 
SoapSerializationEnvelope - Class in org.ksoap2.serialization
 
SoapSerializationEnvelope(int) - Constructor for class org.ksoap2.serialization.SoapSerializationEnvelope
 
SoapServlet - Class in org.ksoap2.servlet
copy-paste seans interop server orb here as needed....
SoapServlet() - Constructor for class org.ksoap2.servlet.SoapServlet
 
STRING_CLASS - Static variable in class org.ksoap2.serialization.PropertyInfo
 
stringToBoolean(String) - Static method in class org.ksoap2.SoapEnvelope
Returns true for the string values "1" and "true", ignoring upper/lower case and whitespace, false otherwise.

T

toString() - Method in class org.ksoap2.serialization.SoapObject
 
toString() - Method in class org.ksoap2.serialization.SoapPrimitive
 
toString() - Method in exception org.ksoap2.SoapFault
Returns a simple string representation of the fault
TRANSIENT - Static variable in class org.ksoap2.serialization.PropertyInfo
 
Transport - Class in org.ksoap2.transport
Abstract class which holds common methods and members that are used by the transport layers.
Transport() - Constructor for class org.ksoap2.transport.Transport
 
Transport(String) - Constructor for class org.ksoap2.transport.Transport
 
type - Variable in class org.ksoap2.serialization.PropertyInfo
Type of the property/elements.

V

VECTOR_CLASS - Static variable in class org.ksoap2.serialization.PropertyInfo
 
VER10 - Static variable in class org.ksoap2.SoapEnvelope
SOAP Version 1.0 constant
VER11 - Static variable in class org.ksoap2.SoapEnvelope
SOAP Version 1.1 constant
VER12 - Static variable in class org.ksoap2.SoapEnvelope
SOAP Version 1.2 constant
version - Variable in class org.ksoap2.SoapEnvelope
The SOAP version, set by the constructor

W

write(XmlSerializer) - Method in class org.ksoap2.SoapEnvelope
Writes the complete envelope including header and body elements to the given XML writer.
write(XmlSerializer) - Method in exception org.ksoap2.SoapFault
Writes the fault to the given XML stream
writeBody(XmlSerializer) - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
Serializes the request object to the given XmlSerliazer object
writeBody(XmlSerializer) - Method in class org.ksoap2.SoapEnvelope
Writes the SOAP body stored in the object variable bodyIn, Overwrite this method for customized writing of the soap message body.
writeHeader(XmlSerializer) - Method in class org.ksoap2.SoapEnvelope
Writes the header elements contained in headerOut
writeInstance(XmlSerializer, Object) - Method in interface org.ksoap2.serialization.Marshal
Write the instance to the given XmlSerializer.
writeInstance(XmlSerializer, Object) - Method in class org.ksoap2.serialization.MarshalBase64
 
writeInstance(XmlSerializer, Object) - Method in class org.ksoap2.serialization.MarshalDate
 
writeInstance(XmlSerializer, Object) - Method in class org.ksoap2.serialization.MarshalFloat
 
writeInstance(XmlSerializer, Object) - Method in class org.ksoap2.serialization.MarshalHashtable
 
writeObjectBody(XmlSerializer, KvmSerializable) - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
Writes the body of an KvmSerializable object.

X

XSD - Static variable in class org.ksoap2.SoapEnvelope
Namespace constant: http://www.w3.org/2001/XMLSchema
xsd - Variable in class org.ksoap2.SoapEnvelope
Xml Schema data namespace, set by the constructor
XSD1999 - Static variable in class org.ksoap2.SoapEnvelope
Namespace constant: http://www.w3.org/1999/XMLSchema
XSI - Static variable in class org.ksoap2.SoapEnvelope
Namespace constant: http://www.w3.org/2001/XMLSchema
xsi - Variable in class org.ksoap2.SoapEnvelope
Xml Schema instance namespace, set by the constructor
XSI1999 - Static variable in class org.ksoap2.SoapEnvelope
Namespace constant: http://www.w3.org/1999/XMLSchema

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