|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.muse.core.AbstractCapability org.apache.muse.ws.resource.impl.AbstractWsResourceCapability org.ogf.graap.wsag.wsrf.WSAG4JCapability org.ogf.graap.wsag.wsrf.impl.AgreementAcceptanceCapability
public class AgreementAcceptanceCapability
Implementation of the WS-Agreement Acceptance port type.
Constructor Summary | |
---|---|
AgreementAcceptanceCapability()
|
Method Summary | |
---|---|
AgreementAcceptanceOutputType |
acceptAgreement(AcceptAgreementInputDocument input)
Notification of an agreement offer acceptance. |
QName[] |
getPropertyNames()
This port type does not implement any resource properties. |
AgreementAcceptanceOutputType |
rejectAgreement(RejectAgreementInputDocument input)
Notification of an agreement offer rejection. |
Methods inherited from class org.ogf.graap.wsag.wsrf.WSAG4JCapability |
---|
toElement, toElementArray |
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, initializeCompleted, 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.core.Capability |
---|
getActions, getCapabilityURI, getEnvironment, getLog, getMessageHandler, getPersistence, getResource, initializeCompleted, prepareShutdown, setCapabilityURI, setEnvironment, setLog, setMessageHandlers, setPersistence |
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 AgreementAcceptanceCapability()
Method Detail |
---|
public QName[] getPropertyNames()
getPropertyNames
in class org.apache.muse.ws.resource.impl.AbstractWsResourceCapability
public AgreementAcceptanceOutputType acceptAgreement(AcceptAgreementInputDocument input) throws AgreementFactoryFault, org.apache.muse.ws.resource.faults.ResourceUnknownFault, org.apache.muse.ws.resource.faults.ResourceUnavailableFault
input
- the input document
AgreementFactoryFault
- exception calling the acceptance handler
org.apache.muse.ws.resource.faults.ResourceUnknownFault
- the referenced resource is not known
org.apache.muse.ws.resource.faults.ResourceUnavailableFault
- the referenced resource is unavailablepublic AgreementAcceptanceOutputType rejectAgreement(RejectAgreementInputDocument input) throws AgreementFactoryFault, org.apache.muse.ws.resource.faults.ResourceUnknownFault, org.apache.muse.ws.resource.faults.ResourceUnavailableFault
input
- the input document
AgreementFactoryFault
- exception calling the acceptance handler
org.apache.muse.ws.resource.faults.ResourceUnknownFault
- the referenced resource is not known
org.apache.muse.ws.resource.faults.ResourceUnavailableFault
- the referenced resource is unavailable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |