|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ogf.graap.wsag.client.wsrf.impl.WsrfNegotiationService
public class WsrfNegotiationService
Default implementation of an negotiation service client.
Constructor Summary | |
---|---|
WsrfNegotiationService(WsrfResourceClient client)
|
Method Summary | |
---|---|
void |
advertise(NegotiationOfferType[] quotes)
|
void |
destroy()
|
AgreementTemplateType[] |
getNegotiableTemplates()
|
NegotiationContextType |
getNegotiationContext()
|
NegotiationOfferType[] |
getNegotiationOffers()
|
WsrfResourceClient |
getWebServiceClient()
|
NegotiationOfferType[] |
negotiate(NegotiationOfferType[] quotes)
|
void |
terminate()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsrfNegotiationService(WsrfResourceClient client)
client
- the WSRF resource client to useMethod Detail |
---|
public NegotiationContextType getNegotiationContext() throws ResourceUnknownException, ResourceUnavailableException
ResourceUnknownException
ResourceUnavailableException
public AgreementTemplateType[] getNegotiableTemplates() throws ResourceUnknownException, ResourceUnavailableException
ResourceUnknownException
ResourceUnavailableException
public NegotiationOfferType[] getNegotiationOffers() throws ResourceUnknownException, ResourceUnavailableException
ResourceUnknownException
ResourceUnavailableException
public NegotiationOfferType[] negotiate(NegotiationOfferType[] quotes) throws NegotiationException, ResourceUnknownException, ResourceUnavailableException
NegotiationException
ResourceUnknownException
ResourceUnavailableException
public void advertise(NegotiationOfferType[] quotes) throws NegotiationException, ResourceUnknownException, ResourceUnavailableException
NegotiationException
ResourceUnknownException
ResourceUnavailableException
public void terminate() throws ResourceUnavailableException, ResourceUnknownException
ResourceUnavailableException
ResourceUnknownException
public WsrfResourceClient getWebServiceClient()
public void destroy() throws ResourceUnavailableException, ResourceUnknownException
ResourceUnavailableException
ResourceUnknownException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |