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

A

addAdornments - Variable in class org.ksoap2.serialization.SoapSerializationEnvelope
Set to true to add and ID and ROOT label to the envelope.
addAttribute(String, Object) - Method in class org.ksoap2.serialization.AttributeContainer
Adds a attribute (parameter) to the object.
addAttribute(AttributeInfo) - Method in class org.ksoap2.serialization.AttributeContainer
Add a new attribute by providing an AttributeInfo object.
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
Deprecated. property info now contains the value
addProperty(PropertyInfo) - 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.
AttributeContainer - Class in org.ksoap2.serialization
 
AttributeContainer() - Constructor for class org.ksoap2.serialization.AttributeContainer
 
AttributeInfo - Class in org.ksoap2.serialization
This class is used to store information about each attribute of an implementation of KvmSerializable exposes.
AttributeInfo() - Constructor for class org.ksoap2.serialization.AttributeInfo
Constructor.
attributesAreEqual(AttributeContainer) - Method in class org.ksoap2.serialization.AttributeContainer
Checks that the two objects have identical sets of attributes.

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, List) - Method in class org.ksoap2.transport.Transport
Perform a soap call with a given namespace and the given envelope providing any extra headers that the user requires such as cookies.
call(String, SoapEnvelope) - Method in class org.ksoap2.transport.Transport
Perform a soap call with a given namespace and the given envelope.
classToQName - Variable in class org.ksoap2.serialization.SoapSerializationEnvelope
Map from Java class names to XML name and namespace pairs
clear() - Method in class org.ksoap2.serialization.PropertyInfo
 
connect() - Method in interface org.ksoap2.transport.ServiceConnection
Make an outgoing connection.
createRequestData(SoapEnvelope) - Method in class org.ksoap2.transport.Transport
Serializes the request.

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
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
Type of property, Transient, multi_ref, Ref_only *JHS* Note, not really used that effectively

G

getAttribute(int) - Method in class org.ksoap2.serialization.AttributeContainer
Get the attribute at the given index
getAttribute(String) - Method in class org.ksoap2.serialization.AttributeContainer
Get the attribute with the given name
getAttributeCount() - Method in class org.ksoap2.serialization.AttributeContainer
Returns the number of attributes
getAttributeInfo(int, AttributeInfo) - Method in class org.ksoap2.serialization.AttributeContainer
Places AttributeInfo of desired attribute into a designated AttributeInfo object
getElementType() - Method in class org.ksoap2.serialization.PropertyInfo
 
getErrorStream() - Method in interface org.ksoap2.transport.ServiceConnection
 
getFlags() - Method in class org.ksoap2.serialization.PropertyInfo
 
getHost() - Method in interface org.ksoap2.transport.ServiceConnection
Return the name of the host that is specified as the web service target
getHost() - Method in class org.ksoap2.transport.Transport
Return the name of the host that is specified as the web service target
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.
getKey() - Method in class org.ksoap2.HeaderProperty
 
getMessage() - Method in exception org.ksoap2.SoapFault
 
getName() - Method in class org.ksoap2.serialization.PropertyInfo
 
getName() - Method in class org.ksoap2.serialization.SoapObject
 
getName() - Method in class org.ksoap2.serialization.SoapPrimitive
 
getNamespace() - Method in class org.ksoap2.serialization.PropertyInfo
 
getNamespace() - Method in class org.ksoap2.serialization.SoapObject
 
getNamespace() - Method in class org.ksoap2.serialization.SoapPrimitive
 
getPath() - Method in interface org.ksoap2.transport.ServiceConnection
Return the path to the web service target
getPath() - Method in class org.ksoap2.transport.Transport
Return the path to the web service target
getPort() - Method in interface org.ksoap2.transport.ServiceConnection
Return the port number of the host that is specified as the web service target
getPort() - Method in class org.ksoap2.transport.Transport
Return the port number of the host that is specified as the web service target
getProperty(int) - Method in interface org.ksoap2.serialization.KvmSerializable
Get the property at the given index
getProperty(int) - Method in class org.ksoap2.serialization.SoapObject
 
getProperty(String) - Method in class org.ksoap2.serialization.SoapObject
Get the property with the given name
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
Deprecated.  
getPropertyInfo(int, 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.
getResponseProperties() - Method in interface org.ksoap2.transport.ServiceConnection
Returns to the caller all of the headers that were returned with the response to the SOAP request.
getResult() - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
Deprecated. Please use the getResponse going forward
getType() - Method in class org.ksoap2.serialization.PropertyInfo
 
getValue() - Method in class org.ksoap2.HeaderProperty
 
getValue() - Method in class org.ksoap2.serialization.PropertyInfo
 

H

hasAttribute(String) - Method in class org.ksoap2.serialization.AttributeContainer
Knows whether the given attribute exists
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.
hasProperty(String) - Method in class org.ksoap2.serialization.SoapObject
Knows whether the given property exists
headerIn - Variable in class org.ksoap2.SoapEnvelope
Incoming header elements
headerOut - Variable in class org.ksoap2.SoapEnvelope
Outgoing header elements
HeaderProperty - Class in org.ksoap2
HeaderProperty is a key - value pojo for storing http header properties.
HeaderProperty(String, String) - Constructor for class org.ksoap2.HeaderProperty
 

I

implicitTypes - Variable in class org.ksoap2.serialization.SoapSerializationEnvelope
Set this variable to true if you don't want that type definitions for complex types/objects are automatically generated (with type "anyType") in the XML-Request, if you don't call the Method addMapping.
INTEGER_CLASS - Static variable in class org.ksoap2.serialization.PropertyInfo
 
isAddAdornments() - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
 
isMultiRef() - Method 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
 
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
name - Variable in class org.ksoap2.serialization.SoapObject
The name of this soap object.
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
namespace - Variable in class org.ksoap2.serialization.SoapObject
The namespace of this soap object.
newInstance() - Method in class org.ksoap2.serialization.SoapObject
Creates a new SoapObject based on this, allows usage of SoapObjects as templates.
NullSoapObject - Class in org.ksoap2.serialization
A class that implements only NullSoapObject.toString().
NullSoapObject() - Constructor for class org.ksoap2.serialization.NullSoapObject
 

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.
openOutputStream() - Method in interface org.ksoap2.transport.ServiceConnection
Open and return the outputStream to the endpoint.
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.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
 
parseResponse(SoapEnvelope, InputStream) - Method in class org.ksoap2.transport.Transport
Sets up the parsing to hand over to the envelope to deserialize.
properties - Variable in class org.ksoap2.serialization.SoapObject
The Vector of properties.
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
 
proxy - Variable in class org.ksoap2.transport.Transport
Added to enable web service interactions on the emulator to be debugged with Fiddler2 (Windows) but provides utility for other proxy requirements.

Q

QNAME_MARSHAL - Static variable in class org.ksoap2.serialization.SoapSerializationEnvelope
 
QNAME_NAMESPACE - Static variable in class org.ksoap2.serialization.SoapSerializationEnvelope
 
QNAME_TYPE - Static variable in class org.ksoap2.serialization.SoapSerializationEnvelope
 
qNameToClass - Variable in class org.ksoap2.serialization.SoapSerializationEnvelope
Map from XML qualified names to Java classes

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.MarshalHashtable
 
readInstance(XmlPullParser, String, String, PropertyInfo) - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
Returns a new object read from the given parser.
readSerializable(XmlPullParser, SoapObject) - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
Read a SoapObject.
readSerializable(XmlPullParser, KvmSerializable) - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
Read a KvmSerializable.
readUnknown(XmlPullParser, String, String) - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
If the type of the object cannot be determined, and thus no Marshal class can handle the object, this method is called.
readVector(XmlPullParser, Vector, PropertyInfo) - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
 
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.MarshalHashtable
 
requestDump - Variable in class org.ksoap2.transport.Transport
String dump of request for debugging.
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

safeGetAttribute(String) - Method in class org.ksoap2.serialization.AttributeContainer
Get an attribute without chance of throwing an exception
safeGetProperty(String) - Method in class org.ksoap2.serialization.SoapObject
Get a property without chance of throwing an exception
safeGetProperty(String, Object) - Method in class org.ksoap2.serialization.SoapObject
Get a property without chance of throwing an exception.
ServiceConnection - Interface in org.ksoap2.transport
Interface to allow the abstraction of the raw transport information
setAddAdornments(boolean) - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
 
setElementType(PropertyInfo) - Method in class org.ksoap2.serialization.PropertyInfo
 
setFlags(int) - Method in class org.ksoap2.serialization.PropertyInfo
 
setKey(String) - Method in class org.ksoap2.HeaderProperty
 
setMultiRef(boolean) - Method in class org.ksoap2.serialization.PropertyInfo
 
setName(String) - Method in class org.ksoap2.serialization.PropertyInfo
 
setNamespace(String) - Method in class org.ksoap2.serialization.PropertyInfo
 
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.
setRequestProperty(String, String) - Method in interface org.ksoap2.transport.ServiceConnection
Set properties on the outgoing connection.
setType(Object) - Method in class org.ksoap2.serialization.PropertyInfo
 
setUrl(String) - Method in class org.ksoap2.transport.Transport
Set the target url.
setValue(String) - Method in class org.ksoap2.HeaderProperty
 
setValue(Object) - Method in class org.ksoap2.serialization.PropertyInfo
 
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
 
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

timeout - Variable in class org.ksoap2.transport.Transport
 
toString() - Method in class org.ksoap2.serialization.NullSoapObject
Overridden specifically to always return null.
toString() - Method in class org.ksoap2.serialization.PropertyInfo
Show the name and value.
toString() - Method in class org.ksoap2.serialization.SoapObject
Generate a String describing this object.
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
 
Transport(String, int) - Constructor for class org.ksoap2.transport.Transport
 
Transport(Proxy, String) - Constructor for class org.ksoap2.transport.Transport
Construct the transport object
type - Variable in class org.ksoap2.serialization.PropertyInfo
Type of the property/elements.

U

url - Variable in class org.ksoap2.transport.Transport
 

V

value - Variable in class org.ksoap2.serialization.PropertyInfo
The current value of this property.
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.MarshalHashtable
 
writeObjectBody(XmlSerializer, SoapObject) - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
Writes the body of an SoapObject.
writeObjectBody(XmlSerializer, KvmSerializable) - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
Writes the body of an KvmSerializable object.
writeProperty(XmlSerializer, Object, PropertyInfo) - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
 
writeVectorBody(XmlSerializer, Vector, PropertyInfo) - Method in class org.ksoap2.serialization.SoapSerializationEnvelope
 

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 Q R S T U V W X

Copyright © 2002-2011. All Rights Reserved.