|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Descriptor | |
|---|---|
| org.apache.servicemix.jbi.deployer.descriptor | JBI descriptor POJOs based model. |
| org.apache.servicemix.jbi.deployer.handler | Transformation of JBI artifacts to OSGi bundles. |
| org.apache.servicemix.jbi.deployer.impl | OSGi deployer implementation for JBI artifacts. |
| Uses of Descriptor in org.apache.servicemix.jbi.deployer.descriptor |
|---|
| Methods in org.apache.servicemix.jbi.deployer.descriptor that return Descriptor | |
|---|---|
static Descriptor |
DescriptorFactory.buildDescriptor(byte[] bytes)
Build a jbi descriptor from the specified binary data. |
static Descriptor |
DescriptorFactory.buildDescriptor(java.io.File descriptorFile)
Build a jbi descriptor from a file archive. |
static Descriptor |
DescriptorFactory.buildDescriptor(java.io.InputStream stream)
Build a jbi descriptor from the specified stream |
static Descriptor |
DescriptorFactory.buildDescriptor(java.net.URL url)
Build a jbi descriptor from the specified URL |
| Methods in org.apache.servicemix.jbi.deployer.descriptor with parameters of type Descriptor | |
|---|---|
static void |
DescriptorFactory.checkDescriptor(Descriptor descriptor)
Check validity of the JBI descriptor. |
| Uses of Descriptor in org.apache.servicemix.jbi.deployer.handler |
|---|
| Methods in org.apache.servicemix.jbi.deployer.handler that return Descriptor | |
|---|---|
static Descriptor |
Transformer.getDescriptor(java.io.File jbiArtifact)
|
| Uses of Descriptor in org.apache.servicemix.jbi.deployer.impl |
|---|
| Fields in org.apache.servicemix.jbi.deployer.impl declared as Descriptor | |
|---|---|
protected Descriptor |
AbstractInstaller.descriptor
|
| Constructors in org.apache.servicemix.jbi.deployer.impl with parameters of type Descriptor | |
|---|---|
AbstractInstaller(Deployer deployer,
Descriptor descriptor,
java.io.File jbiArtifact,
boolean autoStart)
|
|
ComponentInstaller(Deployer deployer,
Descriptor descriptor,
java.io.File jbiArtifact,
boolean autoStart)
|
|
ServiceAssemblyInstaller(Deployer deployer,
Descriptor descriptor,
DeployedAssembly deployedAssembly,
boolean autoStart)
|
|
ServiceAssemblyInstaller(Deployer deployer,
Descriptor descriptor,
java.io.File jbiArtifact,
boolean autoStart)
|
|
SharedLibraryInstaller(Deployer deployer,
Descriptor descriptor,
java.io.File jbiArtifact,
boolean autoStart)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||