Uses of Class
org.ow2.petals.component.framework.jbidescriptor.CDKJBIDescriptorException

Packages that use CDKJBIDescriptorException
org.ow2.petals.component.framework.jbidescriptor   
 

Uses of CDKJBIDescriptorException in org.ow2.petals.component.framework.jbidescriptor
 

Methods in org.ow2.petals.component.framework.jbidescriptor that throw CDKJBIDescriptorException
static Jbi JBIDescriptorBuilder.buildJavaJBIDescriptor(java.io.InputStream jbiDescriptorStream)
           Build the Jbi Java binding from the given JBI descriptor in XML Stream form.
static Jbi JBIDescriptorBuilder.buildJavaJBIDescriptor(java.io.Reader jbiDescriptorReader)
           Build the Jbi Java binding from the given JBI descriptor in XML character reader form.
static org.w3c.dom.Document JBIDescriptorBuilder.buildXmlJBIdescriptor(Jbi jbiDescriptorClass)
          Build the XML nodes tree from the JBI descriptor in Java classes form.
static void JBIDescriptorBuilder.buildXmlJBIdescriptor(Jbi jbiDescriptorClass, org.w3c.dom.Node jbiDescriptorNode)
          Build the XML nodes tree from the JBI descriptor in Java classes form.
static void JBIDescriptorBuilder.buildXmlJBIdescriptor(Jbi jbiDescriptorClass, java.io.OutputStream ouputStream)
          Build the output Stream from the JBI descriptor in Java classes form.
static void JBIDescriptorBuilder.validateJBIDescriptor(java.io.InputStream jbiDescriptorStream)
          Validate the given JBI descriptor against the CDK JBI schema.
static void JBIDescriptorBuilder.validateJBIDescriptor(java.io.InputStream jbiDescriptorStream, java.lang.String componentName)
          Validate the given JBI descriptor against the component implementation JBI schemas.
 



Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.