Service Class

Used to represent a web service.

Constructors

There are no public constructors.

Public Methods

getName( ) returns String
getDescription( ) returns String
getURL( ) returns String
getNameSpace( ) returns String
getMethods( ) returns Method[]
equals( String ServiceName ) returns boolean
getMethod( String MethodName ) returns Method
getMethod( int i ) returns Method
setURL( String URL ) returns void