|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.muse.core.AbstractCapability
org.apache.muse.ws.resource.impl.AbstractWsResourceCapability
org.apache.muse.ws.dm.muws.impl.AbstractManageabilityCapability
org.apache.muse.ws.dm.muws.impl.SimpleIdentity
SimpleIdentity is Muse's default implementation of the WSDM Identity capability. It initializes the muws1:ResourceId property using a random UUID.
RandomUuidFactory.createUUID()| Field Summary |
|---|
| Fields inherited from interface org.apache.muse.ws.dm.muws.Identity |
|---|
PROPERTIES |
| Constructor Summary | |
|---|---|
SimpleIdentity()
|
|
| Method Summary | |
|---|---|
QName[] |
getPropertyNames()
Concrete capability classes that define properties MUST override this method and provide the names of the properties. |
java.lang.String |
getResourceId()
|
void |
initialize()
AbstractWsResourceCapability continues the initialization process by inspecting the concrete class to find all of the getters (and, if applicable, setters) for its resource properties. It then registers itself with the resource's WSRP collection so that read and write requests for its properties are delegated to it. AbstractWsResourceCapability continues the initialization process by inspecting the concrete class to find all of the getters (and, if applicable, setters) for its resource properties. |
| Methods inherited from class org.apache.muse.ws.dm.muws.impl.AbstractManageabilityCapability |
|---|
initializeCompleted |
| Methods inherited from class org.apache.muse.ws.resource.impl.AbstractWsResourceCapability |
|---|
createGettersAndSetters, deleteProperty, getGetter, getProperty, getPropertyElements, getSetter, getWsResource, insertProperty, invokeMethod, setResource, updateProperty |
| Methods inherited from class org.apache.muse.core.AbstractCapability |
|---|
getActions, getCapabilityURI, getEnvironment, getInitializationParameter, getInitializationParameters, getLog, getMessageHandler, getPersistence, getResource, hasBeenInitialized, hasBeenShutdown, prepareShutdown, setCapabilityURI, setEnvironment, setInitializationParameters, setLog, setMessageHandler, setMessageHandlers, setPersistence, shutdown |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.muse.ws.resource.WsResourceCapability |
|---|
deleteProperty, getProperty, getWsResource, insertProperty, updateProperty |
| Methods inherited from interface org.apache.muse.core.Capability |
|---|
getActions, getCapabilityURI, getEnvironment, getLog, getMessageHandler, getPersistence, getResource, initializeCompleted, prepareShutdown, setCapabilityURI, setEnvironment, setLog, setMessageHandlers, setPersistence, setResource |
| Methods inherited from interface org.apache.muse.core.Initialization |
|---|
hasBeenInitialized |
| Methods inherited from interface org.apache.muse.core.InitializationParameters |
|---|
getInitializationParameter, getInitializationParameters, setInitializationParameters |
| Methods inherited from interface org.apache.muse.core.Shutdown |
|---|
hasBeenShutdown, shutdown |
| Constructor Detail |
public SimpleIdentity()
| Method Detail |
public QName[] getPropertyNames()
org.apache.muse.ws.resource.WsResourceCapabilityProperties
getPropertyNames in interface org.apache.muse.ws.resource.WsResourceCapabilityPropertiesgetPropertyNames in class AbstractWsResourceCapabilitypublic java.lang.String getResourceId()
getResourceId in interface Identity
public void initialize()
throws SoapFault
AbstractWsResourceCapability
initialize in interface Initializationinitialize in class AbstractWsResourceCapabilitySoapFault
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||