Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
M
N
O
P
R
S
T
W
X
A
activeTraceMode(boolean)
- Static method in class soapdust.
Client
Avoid using this method if you are not interested in the result.
addType(String, Type)
- Method in class soapdust.wsdl.
DelegateType
addType(String, Type)
- Method in class soapdust.wsdl.
Schema
addType(String, Type)
- Method in class soapdust.wsdl.
Type
addType(String, Type)
- Method in interface soapdust.wsdl.
TypeContainer
C
call(String)
- Method in class soapdust.
Client
Calls a remote operation without parameters.
call(String, ComposedValue)
- Method in class soapdust.
Client
Calls a remote operation.
Client
- Class in
soapdust
Instances of this class allow to query a remote soap server.
Client()
- Constructor for class soapdust.
Client
ComposedValue
- Class in
soapdust
The main data structure used by soap-dust.
ComposedValue()
- Constructor for class soapdust.
ComposedValue
customizeHttpConnectionBeforeCall(HttpURLConnection)
- Method in class soapdust.
Client
Override this method if you want to customize the http connection.
D
Definition
- Class in
soapdust.wsdl
Definition(String)
- Constructor for class soapdust.wsdl.
Definition
definition
- Variable in class soapdust.wsdl.
Operation
DelegateType
- Class in
soapdust.wsdl
DelegateType(Schema, String, String, String, String)
- Constructor for class soapdust.wsdl.
DelegateType
E
explain(Writer)
- Method in class soapdust.
Client
Displays a description of the remote soap service from its wsdl.
explain(OutputStream)
- Method in class soapdust.
Client
F
fault
- Variable in exception soapdust.
FaultResponseException
The fault returned by the remote server.
FaultResponseException
- Exception in
soapdust
Thrown when the remote server returns a soap fault.
FaultResponseException(String, ComposedValue, int)
- Constructor for exception soapdust.
FaultResponseException
findOperation(String)
- Method in class soapdust.wsdl.
WebServiceDescription
findType(String, String)
- Method in class soapdust.wsdl.
Schema
findType(String, String)
- Method in class soapdust.wsdl.
WebServiceDescription
findType(String, String)
- Method in class soapdust.wsdl.
XSD
G
getChildrenKeys()
- Method in class soapdust.
ComposedValue
getComposedValue(String)
- Method in class soapdust.
ComposedValue
getDefinition(String)
- Method in class soapdust.wsdl.
WebServiceDescription
getDefinitions()
- Method in class soapdust.wsdl.
WebServiceDescription
getMessage(String)
- Method in class soapdust.wsdl.
Definition
getPart(String)
- Method in class soapdust.wsdl.
Message
getPartByTypeName(String)
- Method in class soapdust.wsdl.
Message
getParts()
- Method in class soapdust.wsdl.
Message
getPartsMap()
- Method in class soapdust.wsdl.
Message
getSchema(String)
- Method in class soapdust.wsdl.
WebServiceDescription
getSchema(String)
- Method in class soapdust.wsdl.
XSD
getSchemas()
- Method in class soapdust.wsdl.
WebServiceDescription
getSchemas()
- Method in class soapdust.wsdl.
XSD
getStringValue(String)
- Method in class soapdust.
ComposedValue
getType(String)
- Method in class soapdust.wsdl.
DelegateType
getType(String)
- Method in class soapdust.wsdl.
Schema
getType(String)
- Method in class soapdust.wsdl.
Type
getType(String)
- Method in interface soapdust.wsdl.
TypeContainer
getTypes()
- Method in class soapdust.wsdl.
DelegateType
getTypes()
- Method in class soapdust.wsdl.
Schema
getTypes()
- Method in class soapdust.wsdl.
Type
getTypes()
- Method in interface soapdust.wsdl.
TypeContainer
getValue(String)
- Method in class soapdust.
ComposedValue
H
Handler
- Class in
soapdust.urlhandler.test
This class handles test: urls.
Handler()
- Constructor for class soapdust.urlhandler.test.
Handler
I
input
- Variable in class soapdust.wsdl.
Operation
M
MalformedResponseException
- Exception in
soapdust
Thrown when the server returned invalid soap data.
MalformedResponseException(String, Exception)
- Constructor for exception soapdust.
MalformedResponseException
MalformedResponseException(String, int, byte[])
- Constructor for exception soapdust.
MalformedResponseException
MalformedWsdlException
- Exception in
soapdust
Thrown when a wsdl can not be parsed.
MalformedWsdlException(String, SAXException)
- Constructor for exception soapdust.
MalformedWsdlException
Message
- Class in
soapdust.wsdl
Message(Definition)
- Constructor for class soapdust.wsdl.
Message
N
name
- Variable in class soapdust.wsdl.
Operation
name
- Variable in class soapdust.wsdl.
Part
name
- Variable in class soapdust.wsdl.
Type
nameSpace
- Variable in class soapdust.wsdl.
Definition
namespace()
- Method in class soapdust.wsdl.
Message
namespace()
- Method in class soapdust.wsdl.
Part
namespace
- Variable in class soapdust.wsdl.
Type
newDefinition(String)
- Method in class soapdust.wsdl.
WebServiceDescription
newMessage(String)
- Method in class soapdust.wsdl.
Definition
newOperation(String)
- Method in class soapdust.wsdl.
Definition
newPart(String, Type)
- Method in class soapdust.wsdl.
Message
newSchema(String)
- Method in class soapdust.wsdl.
XSD
O
openConnection(URL)
- Method in class soapdust.urlhandler.test.
Handler
Operation
- Class in
soapdust.wsdl
Operation(Definition, String)
- Constructor for class soapdust.wsdl.
Operation
operations
- Variable in class soapdust.wsdl.
Definition
P
parse()
- Method in class soapdust.wsdl.
WsdlParser
parse(InputStream)
- Method in class soapdust.wsdl.
WsdlParser
parse(XSD)
- Method in class soapdust.wsdl.
XSDParser
parse(Node, XSD)
- Method in class soapdust.wsdl.
XSDParser
Part
- Class in
soapdust.wsdl
Part(Message, String, Type)
- Constructor for class soapdust.wsdl.
Part
put(String, Object)
- Method in class soapdust.
ComposedValue
R
response
- Variable in exception soapdust.
MalformedResponseException
The invalid soap data sent by the server.
responseCode
- Variable in exception soapdust.
FaultResponseException
The http status code.
responseCode
- Variable in exception soapdust.
MalformedResponseException
The http status code returned by the server.
S
saved
- Static variable in class soapdust.urlhandler.test.
Handler
Schema
- Class in
soapdust.wsdl
Schema(XSD, String)
- Constructor for class soapdust.wsdl.
Schema
schemas
- Variable in class soapdust.wsdl.
XSD
setEndPoint(String)
- Method in class soapdust.
Client
Set the url of the remote service to query.
setPassword(String)
- Method in class soapdust.
Client
Set a password for BASIC-AUTH authentication.
setUsername(String)
- Method in class soapdust.
Client
Set a user name for BASIC-AUTH authentication.
setWsdlUrl(String)
- Method in class soapdust.
Client
Sets a wsdl url for this client.
setWsdlUrlOverrideCache(String)
- Method in class soapdust.
Client
Avoid using this method.
soapAction
- Variable in class soapdust.wsdl.
Operation
soapdust
- package soapdust
soapdust.urlhandler.test
- package soapdust.urlhandler.test
soapdust.wsdl
- package soapdust.wsdl
style
- Variable in class soapdust.wsdl.
Operation
STYLE_DOCUMENT
- Static variable in class soapdust.wsdl.
Operation
STYLE_RPC
- Static variable in class soapdust.wsdl.
Operation
T
targetNameSpace
- Variable in class soapdust.wsdl.
Schema
toString()
- Method in class soapdust.
ComposedValue
toString()
- Method in class soapdust.wsdl.
Schema
toString()
- Method in class soapdust.wsdl.
Type
toStyle(String)
- Static method in class soapdust.wsdl.
Operation
toStyle(String, int)
- Static method in class soapdust.wsdl.
Operation
type
- Variable in class soapdust.
ComposedValue
type
- Variable in class soapdust.wsdl.
Part
Type
- Class in
soapdust.wsdl
Type(String, String)
- Constructor for class soapdust.wsdl.
Type
TypeContainer
- Interface in
soapdust.wsdl
W
WebServiceDescription
- Class in
soapdust.wsdl
WebServiceDescription()
- Constructor for class soapdust.wsdl.
WebServiceDescription
WsdlParser
- Class in
soapdust.wsdl
wsdl 1.1 parser
WsdlParser(URL)
- Constructor for class soapdust.wsdl.
WsdlParser
X
xsd
- Variable in class soapdust.wsdl.
WebServiceDescription
XSD
- Class in
soapdust.wsdl
XSD()
- Constructor for class soapdust.wsdl.
XSD
XSDParser
- Class in
soapdust.wsdl
XSDParser(URL)
- Constructor for class soapdust.wsdl.
XSDParser
A
C
D
E
F
G
H
I
M
N
O
P
R
S
T
W
X
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes