|
||||||||||
| 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(InputStream jbiDescriptorStream)
Build the Jbi Java binding from the given JBI descriptor in XML Stream form. |
static Jbi |
JBIDescriptorBuilder.buildJavaJBIDescriptor(Reader jbiDescriptorReader)
Build the Jbi Java binding from the given JBI descriptor in XML character reader form. |
static Document |
JBIDescriptorBuilder.buildXmlJBIdescriptor(Jbi jbiDescriptorClass)
Build the XML nodes tree from the JBI descriptor in Java classes form. |
static void |
JBIDescriptorBuilder.buildXmlJBIdescriptor(Jbi jbiDescriptorClass,
Node jbiDescriptorNode)
Build the XML nodes tree from the JBI descriptor in Java classes form. |
static void |
JBIDescriptorBuilder.buildXmlJBIdescriptor(Jbi jbiDescriptorClass,
OutputStream ouputStream)
Build the output Stream from the JBI descriptor in Java classes form. |
static void |
JBIDescriptorBuilder.validateJBIDescriptor(InputStream jbiDescriptorStream)
Validate the given JBI descriptor against the CDK JBI schema. |
static void |
JBIDescriptorBuilder.validateJBIDescriptor(InputStream jbiDescriptorStream,
String componentName)
Validate the given JBI descriptor against the component implementation JBI schemas. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||