JavaXT
Home
Documentation
Downloads
Wiki
About
javaxt-core
RevisionHistory
encryption
html
http
io
json
sql
utils
webservices
Method
Option
Parameter
Parameters
Service
SoapException
SoapRequest
SoapResponse
WSDL
xml
javaxt-server
javaxt-express
javaxt-webcontrols
javaxt-orm
javaxt-exchange
javaxt-gis
javaxt-rss
Service Class
Show Source
Used to represent a web service.
Constructors
There are no public constructors.
Public Methods
getName
( ) returns
String
Show Source
getDescription
( ) returns
String
Show Source
getURL
( ) returns
String
Show Source
getNameSpace
( ) returns
String
Show Source
getMethods
( ) returns
Method[]
Show Source
equals
(
String
ServiceName
) returns
boolean
Show Source
getMethod
(
String
MethodName
) returns
Method
Show Source
getMethod
(
int
i
) returns
Method
Show Source
setURL
(
String
URL
) returns
void
Show Source