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

java.lang.Object
  extended by org.apache.muse.core.SimpleResource
      extended by org.apache.muse.ws.resource.impl.SimpleWsResource
          extended by org.ogf.graap.wsag.wsrf.AbstractWsResource
              extended by org.ogf.graap.wsag.wsrf.impl.AgreementAcceptanceWsResource
All Implemented Interfaces:
org.apache.muse.core.Initialization, org.apache.muse.core.InitializationParameters, org.apache.muse.core.Resource, org.apache.muse.core.Shutdown, org.apache.muse.ws.resource.WsResource

public class AgreementAcceptanceWsResource
extends AbstractWsResource

AgreementWsResource

Author:
Oliver Waeldrich

Constructor Summary
AgreementAcceptanceWsResource()
           
 
Method Summary
 void addCapability(org.apache.muse.core.Capability arg0)
           
 AgreementAcceptanceListener getAcceptanceHandler()
           
 org.apache.muse.core.Capability getCapability(String arg0)
           
 Collection getCapabilityURIs()
           
 QName getInterfaceName()
           
 boolean hasCapability(String arg0)
           
 void setAcceptanceHandler(AgreementAcceptanceListener acceptanceHandler)
           
 
Methods inherited from class org.ogf.graap.wsag.wsrf.AbstractWsResource
initialize, isInitialized, setEndpointReference
 
Methods inherited from class org.apache.muse.ws.resource.impl.SimpleWsResource
createMetadataDescriptor, createPropertiesSchema, createPropertyCollection, getPropertyCollection
 
Methods inherited from class org.apache.muse.core.SimpleResource
addCapability, getCapability, getCapabilityActions, getCapabilityForAction, getCapabilityURIs, getContextPath, getEndpointReference, getEnvironment, getInitializationParameter, getInitializationParameters, getLog, getResourceManager, getWsdlPath, getWsdlPortType, hasBeenInitialized, hasBeenShutdown, hasCapability, initializeCapabilities, invoke, setContextPath, setEndpointReference, setEnvironment, setInitializationParameters, setLog, setResourceManager, setWsdlPath, setWsdlPortType, shutdown, shutdownCapabilities, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.muse.core.Resource
getContextPath, getEndpointReference, getEnvironment, getLog, getResourceManager, getWsdlPath, getWsdlPortType, invoke, setContextPath, setEndpointReference, setEnvironment, setLog, setResourceManager, setWsdlPath, setWsdlPortType
 
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

AgreementAcceptanceWsResource

public AgreementAcceptanceWsResource()
Method Detail

getInterfaceName

public QName getInterfaceName()
Specified by:
getInterfaceName in class AbstractWsResource
Returns:
the QName of the acceptance ws-resource

getAcceptanceHandler

public AgreementAcceptanceListener getAcceptanceHandler()
Returns:
the acceptanceHandler

setAcceptanceHandler

public void setAcceptanceHandler(AgreementAcceptanceListener acceptanceHandler)
Parameters:
acceptanceHandler - the acceptanceHandler to set

addCapability

public void addCapability(org.apache.muse.core.Capability arg0)

getCapability

public org.apache.muse.core.Capability getCapability(String arg0)

getCapabilityURIs

public Collection getCapabilityURIs()

hasCapability

public boolean hasCapability(String arg0)


Copyright © 2008-2012. All Rights Reserved.