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()
           
 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.readAgreement(org.w3c.dom.Document doc)
          Read the specified SchemaImpl document into a SchemaImpl definition.
 Agreement WSAgreementReader.readAgreement(java.net.URI uri)
          Read the SchemaImpl document accessible via the specified URI into a SchemaImpl definition.
 Agreement WSAgreementReader.readAgreement(java.net.URI uri, org.xml.sax.InputSource inputSource)
          Read a SchemaImpl document into a SchemaImpl definition.
 void Context.setExpirationTime(java.util.Date time)
           
 void Compensation.setTimeInterval(java.lang.Long time)
           
 java.lang.String WSAgreementWriter.writeAgreement(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 javax.xml.bind.Marshaller WSAgreementWriterImpl.getMarshaller()
          Get the marshaller instance.
static javax.xml.bind.Unmarshaller WSAgreementReaderImpl.getUnMarshaller()
          Get the unmarshaller instance.
 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.readAgreement(org.w3c.dom.Document document)
           
 Agreement WSAgreementReaderImpl.readAgreement(java.net.URI uri)
           
 Agreement WSAgreementReaderImpl.readAgreement(java.net.URI uri, org.xml.sax.InputSource input)
           
 void ContextImpl.setExpirationTime(java.util.Date time)
           
 void CompensationImpl.setTimeInterval(java.lang.Long time)
           
 java.lang.String WSAgreementWriterImpl.writeAgreement(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, java.util.Map<WSAgreementReader.FeatureConstants,java.lang.Object> features)
           
AgreementTemplateImpl(AgreementTemplateType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
AgreementTemplateImpl(java.net.URI baseURI, AgreementTemplateType model, java.util.Map<WSAgreementReader.FeatureConstants,java.lang.Object> features)
           
AgreementTypeImpl(A model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
AgreementTypeImpl(java.net.URI baseURI, A model, java.util.Map<WSAgreementReader.FeatureConstants,java.lang.Object> features)
           
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)
           
 



Copyright © 2009 eBM Websourcing. All Rights Reserved.