Package | Description |
---|---|
org.jboss.jca.common.api.metadata.spec |
This package contains common metadatas fand parser for connector_1_*.xsd
|
org.jboss.jca.common.metadata.spec |
This package contains common metadatas fand parser for connector_1_*.xsd
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectionDefinition
A ConnectionDefinition.
|
interface |
Connector
A Connector.
|
interface |
InboundResourceAdapter
A InboundResourceAdapter.
|
interface |
LicenseType
LicenseType
|
interface |
Messageadapter
A Messageadapter.
|
interface |
OutboundResourceAdapter
A OutboundResourceAdapter.
|
interface |
ResourceAdapter
A ResourceAdapter.
|
Modifier and Type | Method and Description |
---|---|
T |
MergeableMetadata.merge(MergeableMetadata<?> jmd)
Merge specification metadata with vendor metadata
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionDefinitionImpl |
class |
ConnectorImpl
Implementation of Connector
|
class |
InboundResourceAdapterImpl
An InboundResourceAdapter implementation
|
class |
LicenseTypeImpl
A LicenseType implementation
|
class |
MessageAdapterImpl
A Messageadapter implementation
|
class |
OutboundResourceAdapterImpl
An OutboundResourceAdapter implementation
|
class |
ResourceAdapterImpl
A ResourceAdapter implementation
|
Modifier and Type | Method and Description |
---|---|
ResourceAdapter |
ResourceAdapterImpl.merge(MergeableMetadata<?> jmd)
Merge specification metadata with vendor metadata
|
OutboundResourceAdapter |
OutboundResourceAdapterImpl.merge(MergeableMetadata<?> jmd)
Merge specification metadata with vendor metadata
|
LicenseType |
LicenseTypeImpl.merge(MergeableMetadata<?> jmd)
Merge specification metadata with vendor metadata
|
InboundResourceAdapter |
InboundResourceAdapterImpl.merge(MergeableMetadata<?> jmd)
Merge specification metadata with vendor metadata
|
Connector |
ConnectorImpl.merge(MergeableMetadata<?> inputMd)
Merge specification metadata with vendor metadata
|
ConnectionDefinition |
ConnectionDefinitionImpl.merge(MergeableMetadata<?> jmd)
Merge specification metadata with vendor metadata
|
Messageadapter |
MessageAdapterImpl.merge(MergeableMetadata<?> jmd)
Merge specification metadata with vendor metadata
|
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)