|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--stomp.service.ServiceMetaData
responsible for finding metadata for objects that are to be service enhanced and answering questions about the contents of these files.
Constructor Summary | |
protected |
ServiceMetaData(java.lang.Class theClass,
java.net.URL resource)
|
Method Summary | |
java.lang.String[] |
getClassServiceNames()
Returns the services defined for this class. |
java.lang.String[] |
getDefaultServices()
|
java.lang.Class |
getDescribedType()
|
protected Prefs |
getPrefs()
|
org.w3c.dom.Element |
getServiceDOM(java.lang.String service)
searches the xml metadata and finds the Element that corresponds to the requested service. |
java.lang.String[] |
getServiceNames()
Returns the services that should be applied to methods called on objects of this class. |
java.lang.Class[] |
getServiceTypes()
|
ServiceMetaData |
getSuper()
returns the metadata associated with the parent of this object, if any. |
boolean |
hasService(java.lang.String service)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ServiceMetaData(java.lang.Class theClass, java.net.URL resource)
Method Detail |
protected Prefs getPrefs()
public org.w3c.dom.Element getServiceDOM(java.lang.String service)
public java.lang.Class getDescribedType()
public java.lang.String[] getServiceNames()
public java.lang.String[] getClassServiceNames()
public java.lang.String[] getDefaultServices()
public java.lang.Class[] getServiceTypes()
public boolean hasService(java.lang.String service)
public ServiceMetaData getSuper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |