Uses of Class
com.ebmwebsourcing.sla.agreement.descriptor.AgreementDescriptorException

Packages that use AgreementDescriptorException
com.ebmwebsourcing.sla.agreement.descriptor   
com.ebmwebsourcing.sla.agreement.descriptor.original   
 

Uses of AgreementDescriptorException in com.ebmwebsourcing.sla.agreement.descriptor
 

Methods in com.ebmwebsourcing.sla.agreement.descriptor that throw AgreementDescriptorException
 AgreementContextType AgreementFactory.agreementContextBuilder(com.ebmwebsourcing.addressing.descriptor.Endpoint initiator, com.ebmwebsourcing.addressing.descriptor.Endpoint responder, AgreementRoleType agreementRoleType, javax.xml.datatype.XMLGregorianCalendar expirationTime, java.lang.String templateId, java.lang.String templateName)
           
 GuaranteeTermType AgreementFactory.agreementGuaranteeTermBuilder(java.lang.String name, ServiceRoleType obligated, QualifyingCondition qc, ServiceLevelObjectiveType slo, BusinessValueListType business, java.util.List<ServiceSelectorType> serviceScope)
           
 ServiceDescriptionTermType AgreementFactory.agreementServiceDescriptionTermBuilder(java.lang.String name, java.lang.String serviceName, java.lang.String providerName, java.net.URI wsdlFile)
           
 ServiceLevelObjectiveType AgreementFactory.agreementServiceLevelObjectiveTermBuilder(java.lang.String kpiName, java.lang.String value)
           
 ServicePropertiesType AgreementFactory.agreementServicePropertiesBuilder(java.lang.String name, java.lang.String serviceName, java.util.List<VariableType> variablePropertiesMetric)
           
 ServiceReferenceType AgreementFactory.agreementServiceReferenceBuilder(java.lang.String name, com.ebmwebsourcing.addressing.descriptor.Endpoint service)
           
 TermTreeType AgreementFactory.agreementTermsBuilder(java.lang.String name, com.ebmwebsourcing.addressing.descriptor.Endpoint service, java.lang.String providerName, java.net.URI wsdlFile, java.util.List<VariableType> variablePropertiesMetrics, java.util.List<GuaranteeTermType> guarantees)
           
 

Uses of AgreementDescriptorException in com.ebmwebsourcing.sla.agreement.descriptor.original
 

Methods in com.ebmwebsourcing.sla.agreement.descriptor.original that throw AgreementDescriptorException
static Agreement AgreementDescriptorBuilder.buildJavaAgreementDescriptor(java.io.InputStream agreementDescriptorStream)
          Build the Java bindings from the Agreement descriptor in XML form.
static javax.xml.bind.JAXBElement<Agreement> AgreementDescriptorBuilder.buildJavaJAxbAgreementDescriptor(java.io.InputStream agreementDescriptorStream)
           
static org.w3c.dom.Element AgreementDescriptorBuilder.buildXmlAgreementDescriptor(Agreement agreementDescriptor)
          Build the XML nodes from the EndpointReference descriptor in Java classes form.
static org.w3c.dom.Element AgreementDescriptorBuilder.buildXmlEndpointDescriptor(com.ebmwebsourcing.addressing.descriptor.Endpoint epr)
           
static org.w3c.dom.Element AgreementDescriptorBuilder.buildXmlGuaranteeDescriptor(GuaranteeTermType guarantee)
           
static javax.xml.bind.JAXBElement<EndpointReferenceType> AgreementDescriptorBuilder.buildXmlJaxbEndpointDescriptor(com.ebmwebsourcing.addressing.descriptor.Endpoint epr)
           
static java.lang.String AgreementDescriptorBuilder.buildXmlStringAgreementdescriptor(Agreement agreementDescriptor)
          Build the XML String from the Agreement descriptor in Java classes form.
static javax.xml.bind.Marshaller AgreementDescriptorBuilder.getMarshaller()
          Get the marshaller instance.
static javax.xml.bind.Unmarshaller AgreementDescriptorBuilder.getUnmarshaller()
           
static void AgreementDescriptorBuilder.validateAgreementDescriptor(java.io.InputStream agreementDescriptorStream)
          Validate the given Agreement descriptor against the EndpointReference schema.
 



Copyright © 2008 eBMWebsourcing. All Rights Reserved.