|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Negotiation in org.ogf.graap.wsag.api |
---|
Methods in org.ogf.graap.wsag.api that return Negotiation | |
---|---|
Negotiation |
AgreementFactory.initiateNegotiation(NegotiationContextType context,
org.apache.xmlbeans.XmlObject[] criticalExtensions,
org.apache.xmlbeans.XmlObject[] nonCriticalExtensions,
Map<String,Object> environment)
Initializes a new negotiation instance. |
Uses of Negotiation in org.ogf.graap.wsag.client.local |
---|
Constructors in org.ogf.graap.wsag.client.local with parameters of type Negotiation | |
---|---|
LocalNegotiationClientImpl(Negotiation negotiation)
|
|
LocalNegotiationServiceImpl(Negotiation negotiation)
|
Uses of Negotiation in org.ogf.graap.wsag.samples |
---|
Methods in org.ogf.graap.wsag.samples that return Negotiation | |
---|---|
Negotiation |
SampleAgreementFactory.initiateNegotiation(NegotiationContextType context,
org.apache.xmlbeans.XmlObject[] criticalExtensions,
org.apache.xmlbeans.XmlObject[] nonCriticalExtensions,
Map<String,Object> environment)
Deprecated. Initializes a new negotiation instance. |
Uses of Negotiation in org.ogf.graap.wsag.server.api.impl |
---|
Methods in org.ogf.graap.wsag.server.api.impl that return Negotiation | |
---|---|
Negotiation |
AgreementFactoryFacade.initiateNegotiation(NegotiationContextType context,
org.apache.xmlbeans.XmlObject[] criticalExtensions,
org.apache.xmlbeans.XmlObject[] nonCriticalExtensions,
Map<String,Object> environment)
Initializes a new negotiation instance. |
Uses of Negotiation in org.ogf.graap.wsag.server.engine |
---|
Classes in org.ogf.graap.wsag.server.engine that implement Negotiation | |
---|---|
class |
GenericNegotiation
GenericNegotiation implements the default negotiation behavior in the WSAG4J framework. |
Methods in org.ogf.graap.wsag.server.engine that return Negotiation | |
---|---|
Negotiation |
GenericAgreementFactory.initiateNegotiation(NegotiationContextType context,
org.apache.xmlbeans.XmlObject[] criticalExtensions,
org.apache.xmlbeans.XmlObject[] nonCriticalExtensions,
Map<String,Object> environment)
Initializes a new negotiation instance. |
Uses of Negotiation in org.ogf.graap.wsag.server.persistence.impl |
---|
Methods in org.ogf.graap.wsag.server.persistence.impl that return Negotiation | |
---|---|
Negotiation |
AbstractPersistentAgreementFactory.initiateNegotiation(NegotiationContextType context,
org.apache.xmlbeans.XmlObject[] criticalExtensions,
org.apache.xmlbeans.XmlObject[] nonCriticalExtensions,
Map<String,Object> environment)
Initializes a new negotiation instance. |
Uses of Negotiation in org.ogf.graap.wsag.wsrf.impl |
---|
Methods in org.ogf.graap.wsag.wsrf.impl that return Negotiation | |
---|---|
Negotiation |
NegotiationWsResource.getNegotiation()
Returns the negotiation instance associated with this WSRF resource. |
Methods in org.ogf.graap.wsag.wsrf.impl with parameters of type Negotiation | |
---|---|
protected EndpointReferenceType |
NegotiationFactoryCapability.addNewNegotiationWsResource(Negotiation negotiation)
Creates a new Negotiation WS-Resource and returns the EPR. |
void |
NegotiationWsResource.setNegotiation(Negotiation negotiation)
Sets the negotiation instance associated with this WSRF resource. |
Uses of Negotiation in org.ogf.graap.wsag.wsrf.persistence |
---|
Methods in org.ogf.graap.wsag.wsrf.persistence that return Negotiation | |
---|---|
Negotiation |
WsDatabaseAgreementFactory.initiateNegotiation(NegotiationContextType context,
org.apache.xmlbeans.XmlObject[] criticalExtensions,
org.apache.xmlbeans.XmlObject[] nonCriticalExtensions,
Map<String,Object> environment)
Initializes a new negotiation instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |