|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@DataBinding(value=org.apache.cxf.xmlbeans.XmlBeansDataBinding.class) public interface RestAcceptanceEndpoint
Default definition of an XML-RPC style Rest interface of the agreement acceptance port types. Inputs and outputs may change for different renderings in order to align this service more with the REST design paradigm.
Method Summary | |
---|---|
void |
accept(AcceptAgreementInputDocument input)
Publishes an agreement acceptance message to the acceptance endpoint. |
void |
destroy()
Destroys an acceptance endpoint. |
void |
reject(RejectAgreementInputDocument input)
Publishes an agreement rejection message to the acceptance endpoint. |
Method Detail |
---|
void accept(AcceptAgreementInputDocument input) throws ResourceUnknownException, ResourceUnavailableException
input
- the acceptance input
ResourceUnknownException
- the referenced resource was not found
ResourceUnavailableException
- the referenced resource is unavailablevoid reject(RejectAgreementInputDocument input) throws ResourceUnknownException, ResourceUnavailableException
input
- the rejection input
ResourceUnknownException
- the referenced resource was not found
ResourceUnavailableException
- the referenced resource is unavailablevoid destroy() throws ResourceUnknownException, ResourceUnavailableException
ResourceUnknownException
- the referenced resource was not found
ResourceUnavailableException
- the referenced resource is unavailable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |