|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.muse.core.SimpleResource org.apache.muse.ws.resource.impl.SimpleWsResource org.ogf.graap.wsag.wsrf.AbstractWsResource org.ogf.graap.wsag.wsrf.impl.AgreementFactoryWsResource
public class AgreementFactoryWsResource
Default implementation of an agreement factory WSRF resource. Each factory WSRF resource has an agreement factory object associated, which implements the required factory logic.
IAgreementFactory
,
GenericAgreementFactory
Constructor Summary | |
---|---|
AgreementFactoryWsResource()
|
Method Summary | |
---|---|
void |
addCapability(org.apache.muse.core.Capability arg0)
|
PersistentAgreementFactory |
getAgreementFactory()
|
org.apache.muse.core.Capability |
getCapability(String arg0)
|
Collection |
getCapabilityURIs()
|
QName |
getInterfaceName()
|
boolean |
hasCapability(String arg0)
|
void |
setAgreementFactory(PersistentAgreementFactory factory)
Sets the agreement factory for this WSRF resource. |
void |
shutdown()
|
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, 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 |
Constructor Detail |
---|
public AgreementFactoryWsResource()
Method Detail |
---|
public QName getInterfaceName()
getInterfaceName
in class AbstractWsResource
AbstractWsResource.getInterfaceName()
public PersistentAgreementFactory getAgreementFactory()
public void setAgreementFactory(PersistentAgreementFactory factory)
factory
- the factory to setpublic void shutdown() throws org.apache.muse.ws.addressing.soap.SoapFault
shutdown
in interface org.apache.muse.core.Shutdown
shutdown
in class org.apache.muse.core.SimpleResource
org.apache.muse.ws.addressing.soap.SoapFault
public void addCapability(org.apache.muse.core.Capability arg0)
public org.apache.muse.core.Capability getCapability(String arg0)
public Collection getCapabilityURIs()
public boolean hasCapability(String arg0)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |