org.ogf.graap.wsag.wsrf.impl
Class AgreementFactoryIdentity

java.lang.Object
  extended by org.apache.muse.core.AbstractCapability
      extended by org.apache.muse.ws.resource.impl.AbstractWsResourceCapability
          extended by org.apache.muse.ws.dm.muws.impl.AbstractManageabilityCapability
              extended by org.ogf.graap.wsag.wsrf.impl.AgreementFactoryIdentity
All Implemented Interfaces:
org.apache.muse.core.Capability, org.apache.muse.core.Initialization, org.apache.muse.core.InitializationParameters, org.apache.muse.core.Shutdown, org.apache.muse.ws.dm.muws.Identity, org.apache.muse.ws.dm.muws.ManageabilityCapability, org.apache.muse.ws.resource.WsResourceCapability

public class AgreementFactoryIdentity
extends org.apache.muse.ws.dm.muws.impl.AbstractManageabilityCapability
implements org.apache.muse.ws.dm.muws.Identity

WSAG4JIdentity

Author:
Oliver Waeldrich

Field Summary
 
Fields inherited from interface org.apache.muse.ws.dm.muws.Identity
PROPERTIES
 
Constructor Summary
AgreementFactoryIdentity()
           
 
Method Summary
 void deleteProperty(QName arg0)
           
 Element[] getProperty(QName arg0)
           
 QName[] getPropertyNames()
           
 String getResourceId()
           
 void insertProperty(QName arg0, Element[] arg1)
           
 void updateProperty(QName arg0, Element[] arg1)
           
 
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, initialize, 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
getWsResource
 
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, initialize
 
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

AgreementFactoryIdentity

public AgreementFactoryIdentity()
Method Detail

getPropertyNames

public QName[] getPropertyNames()
Overrides:
getPropertyNames in class org.apache.muse.ws.resource.impl.AbstractWsResourceCapability
Returns:
the resource property QNames

getResourceId

public String getResourceId()
Specified by:
getResourceId in interface org.apache.muse.ws.dm.muws.Identity
Returns:
the resource id

deleteProperty

public void deleteProperty(QName arg0)
                    throws org.apache.muse.ws.resource.basefaults.BaseFault
Throws:
org.apache.muse.ws.resource.basefaults.BaseFault

getProperty

public Element[] getProperty(QName arg0)
                      throws org.apache.muse.ws.resource.basefaults.BaseFault
Throws:
org.apache.muse.ws.resource.basefaults.BaseFault

insertProperty

public void insertProperty(QName arg0,
                           Element[] arg1)
                    throws org.apache.muse.ws.resource.basefaults.BaseFault
Throws:
org.apache.muse.ws.resource.basefaults.BaseFault

updateProperty

public void updateProperty(QName arg0,
                           Element[] arg1)
                    throws org.apache.muse.ws.resource.basefaults.BaseFault
Throws:
org.apache.muse.ws.resource.basefaults.BaseFault


Copyright © 2008-2012. All Rights Reserved.