|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.fhg.igd.semoa.webservice.AxisServiceInfo.Entry
An instance of this class represents a single service information entry.
Field Summary | |
protected Set |
allowedMethods_
The content of the "allowedMethods" parameter |
static String[] |
ALLOWEDMETHODS_ALL
Return value of getAllowedMethods() ,
representing all available public methods |
protected String |
className_
The content of the "className" parameter |
protected String |
name_
The content of the "name" attribute |
protected String |
provider_
The content of the "provider" attribute |
static String |
PROVIDER_JAVA_RPC
The RPC provider ID |
static String |
PROVIDER_JAVA_SEMOA
The SeMoA provider ID |
protected String |
scope_
The content of the "scope" parameter |
Constructor Summary | |
protected |
AxisServiceInfo.Entry(String name,
String provider,
String className,
String[] allowedMethods,
String scope)
Create an Entry . |
Method Summary | |
boolean |
equals(Object obj)
|
String[] |
getAllowedMethods()
|
String |
getClassName()
|
String |
getName()
|
String |
getProvider()
|
String |
getScope()
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String PROVIDER_JAVA_RPC
public static final String PROVIDER_JAVA_SEMOA
public static final String[] ALLOWEDMETHODS_ALL
getAllowedMethods()
,
representing all available public methods
protected String name_
protected String provider_
protected String className_
protected Set allowedMethods_
protected String scope_
Constructor Detail |
protected AxisServiceInfo.Entry(String name, String provider, String className, String[] allowedMethods, String scope) throws NullPointerException
Entry
.
Method Detail |
public String getName()
public String getProvider()
public String getClassName()
public String[] getAllowedMethods()
public String getScope()
public boolean equals(Object obj)
public int hashCode()
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |