Service Class
Used to represent a web service.
Constructors
protected Service( org.w3c.dom.Node ServiceNode )
Methods
equals( String ServiceName ) returns boolean
getDescription( ) returns String
getMethod( String MethodName ) returns javaxt.webservices.Method
getMethod( int i ) returns javaxt.webservices.Method
getMethods( ) returns javaxt.webservices.Method[]
getName( ) returns String
getNameSpace( ) returns String
getURL( ) returns String
setURL( String URL ) returns void