|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||