|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.owasp.webscarab.plugin.webservice.ServiceInfo
public class ServiceInfo
Service Info an in memory representation of a service defined in WSDL
Constructor Summary | |
---|---|
ServiceInfo()
Constructor |
Method Summary | |
---|---|
void |
addOperation(OperationInfo operation)
Add an ooperation info object to this service definition |
java.lang.String |
getName()
Gets the name of the service |
java.util.Iterator |
getOperations()
Returs the operations defined by this service |
void |
setName(java.lang.String value)
Sets the name of the service |
java.lang.String |
toString()
Override toString to return the name of the service |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ServiceInfo()
Method Detail |
---|
public void setName(java.lang.String value)
value
- The name of the servicepublic java.lang.String getName()
public void addOperation(OperationInfo operation)
operation
- The operation to add to this service definitionpublic java.util.Iterator getOperations()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |