Uses of Class
com.ebmwebsourcing.agreement.definition.api.WSAgreementException

Packages that use WSAgreementException
com.ebmwebsourcing.agreement.definition   
com.ebmwebsourcing.agreement.definition.api   
com.ebmwebsourcing.agreement.definition.impl   
 

Uses of WSAgreementException in com.ebmwebsourcing.agreement.definition
 

Methods in com.ebmwebsourcing.agreement.definition that throw WSAgreementException
 Agreement WSAgreementFactoryImpl.newAgreement()
           
abstract  Agreement WSAgreementFactory.newAgreement()
           
 Agreement WSAgreementFactoryImpl.newAgreementOffer()
           
abstract  Agreement WSAgreementFactory.newAgreementOffer()
           
 AgreementTemplate WSAgreementFactoryImpl.newAgreementTemplate()
           
abstract  AgreementTemplate WSAgreementFactory.newAgreementTemplate()
           
static WSAgreementFactory WSAgreementFactory.newInstance()
          Get a new instance of a WSDMFactory.
 WSAgreementReader WSAgreementFactoryImpl.newWSAgreementReader()
          Create a new instance of a WSDLReaderImpl.
abstract  WSAgreementReader WSAgreementFactory.newWSAgreementReader()
          Create a new instance of a QoSMetrics.
 WSAgreementWriter WSAgreementFactoryImpl.newWSAgreementWriter()
          Create a new instance of a WSDLWriterImpl.
abstract  WSAgreementWriter WSAgreementFactory.newWSAgreementWriter()
           
 

Uses of WSAgreementException in com.ebmwebsourcing.agreement.definition.api
 

Methods in com.ebmwebsourcing.agreement.definition.api that throw WSAgreementException
 org.w3c.dom.Document WSAgreementWriter.getDocument(Agreement def)
          Return a document generated from the specified SchemaImpl model.
 BusinessValueList GuaranteeTerms.newBusinessValueList()
           
 Context Agreement.newContext()
           
 GuaranteeTerms Agreement.newGuaranteeTerms()
           
 KPITarget ServiceLevelObjective.newKPITarget()
           
 Location Variable.newLocation()
           
 Penalty BusinessValueList.newPenalty()
           
 QualifyingCondition GuaranteeTerms.newQualifyingCondition(java.lang.String value, java.lang.String expressionLanguage)
           
 Reward BusinessValueList.newReward()
           
 ServiceDescription Agreement.newServiceDescription()
           
 ServiceLevelObjective GuaranteeTerms.newServiceLevelObjective()
           
 ServiceProperties Agreement.newServiceProperties()
           
 ServiceReference Agreement.newServiceReference()
           
 ServiceScope GuaranteeTerms.newServiceScope()
           
 Variable ServiceProperties.newVariable()
           
 Agreement WSAgreementReader.read(org.w3c.dom.Document doc)
          Read the specified SchemaImpl document into a SchemaImpl definition.
 Agreement WSAgreementReader.read(org.xml.sax.InputSource source)
           
 Agreement WSAgreementReader.read(java.net.URL uri)
          Read the SchemaImpl document accessible via the specified URI into a SchemaImpl definition.
 void Context.setExpirationTime(java.util.Date time)
           
 void Compensation.setTimeInterval(java.lang.Long time)
           
 java.lang.String WSAgreementWriter.write(Agreement def)
          Write the specified SchemaImpl definition .
 

Uses of WSAgreementException in com.ebmwebsourcing.agreement.definition.impl
 

Methods in com.ebmwebsourcing.agreement.definition.impl that throw WSAgreementException
 org.w3c.dom.Document WSAgreementWriterImpl.getDocument(Agreement def)
           
static WSAgreementJAXBContext WSAgreementJAXBContext.getInstance()
           
 javax.xml.bind.JAXBContext WSAgreementJAXBContext.getJaxbContext()
           
 BusinessValueList GuaranteeTermsImpl.newBusinessValueList()
           
 Context AgreementTypeImpl.newContext()
           
 GuaranteeTerms AgreementTypeImpl.newGuaranteeTerms()
           
 KPITarget ServiceLevelObjectiveImpl.newKPITarget()
           
 Location VariableImpl.newLocation()
           
 Penalty BusinessValueListImpl.newPenalty()
           
 QualifyingCondition GuaranteeTermsImpl.newQualifyingCondition(java.lang.String value, java.lang.String expressionLanguage)
           
 Reward BusinessValueListImpl.newReward()
           
 ServiceDescription AgreementTypeImpl.newServiceDescription()
           
 ServiceLevelObjective GuaranteeTermsImpl.newServiceLevelObjective()
           
 ServiceProperties AgreementTypeImpl.newServiceProperties()
           
 ServiceReference AgreementTypeImpl.newServiceReference()
           
 ServiceScope GuaranteeTermsImpl.newServiceScope()
           
 Variable ServicePropertiesImpl.newVariable()
           
 Agreement WSAgreementReaderImpl.read(org.w3c.dom.Document document)
           
 Agreement WSAgreementReaderImpl.read(org.xml.sax.InputSource source)
           
 Agreement WSAgreementReaderImpl.read(java.net.URL url)
           
 void ContextImpl.setExpirationTime(java.util.Date time)
           
 void CompensationImpl.setTimeInterval(java.lang.Long time)
           
 java.lang.String WSAgreementWriterImpl.write(Agreement def)
           
 

Constructors in com.ebmwebsourcing.agreement.definition.impl that throw WSAgreementException
AgreementImpl(AgreementType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
AgreementImpl(java.net.URI baseURI, AgreementType model)
           
AgreementTemplateImpl(AgreementTemplateType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
AgreementTemplateImpl(java.net.URI baseURI, AgreementTemplateType model)
           
AgreementTypeImpl(A model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
AgreementTypeImpl(java.net.URI baseURI, A model)
           
BusinessValueListImpl(BusinessValueListType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
CompensationImpl(CompensationType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
ContextImpl(AgreementContextType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
ExpressionImpl(TExpression model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
GuaranteeTermsImpl(GuaranteeTermType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
KPITargetImpl(KPITargetType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
LocationImpl(Location model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
PenaltyImpl(CompensationType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
QualifyingConditionImpl(java.lang.Object qualifyingCondition, GuaranteeTerms guaranteeTerms)
           
RewardImpl(CompensationType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
ServiceDescriptionImpl(ServiceDescriptionTermType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
ServiceLevelObjectiveImpl(ServiceLevelObjectiveType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
ServicePropertiesImpl(ServicePropertiesType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
ServiceReferenceImpl(ServiceReferenceType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
ServiceScopeImpl(ServiceSelectorType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
VariableImpl(VariableType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
WSAgreementReaderImpl()
           
WSAgreementWriterImpl()
           
 



Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.