| Modifier and Type | Method and Description |
|---|---|
XMap |
GraniteConfig.getExternalizersConfiguration() |
XMap |
GraniteConfig.getGravityConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraniteConfig.setExternalizersConfiguration(XMap externalizersConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
XMap |
Adapter.getProperties() |
XMap |
Channel.getProperties() |
XMap |
Destination.getProperties() |
XMap |
Factory.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
static Adapter |
Adapter.forElement(XMap element) |
static Channel |
Channel.forElement(XMap element) |
static EndPoint |
EndPoint.forElement(XMap element) |
static Factory |
Factory.forElement(XMap element) |
static Service |
Service.forElement(XMap element) |
static Destination |
Destination.forElement(XMap element,
Adapter defaultAdapter,
Map<String,Adapter> adaptersMap) |
| Constructor and Description |
|---|
Adapter(String id,
String className,
XMap properties) |
Channel(String id,
String className,
EndPoint endPoint,
XMap properties) |
Destination(String id,
List<String> channelRefs,
XMap properties,
List<String> roles,
Adapter adapter,
Class<?> scannedClass) |
Factory(String id,
String className,
XMap properties) |
| Modifier and Type | Method and Description |
|---|---|
XMap |
GravityConfig.getExtra() |
| Modifier and Type | Method and Description |
|---|---|
void |
JMSServiceAdapter.configure(XMap adapterProperties,
XMap destinationProperties) |
void |
ServiceAdapter.configure(XMap adapterProperties,
XMap destinationProperties) |
void |
SimpleServiceAdapter.configure(XMap adapterProperties,
XMap destinationProperties) |
void |
ActiveMQServiceAdapter.configure(XMap adapterProperties,
XMap destinationProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
GAEServiceAdapter.configure(XMap adapterProperties,
XMap destinationProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
HibernateExternalizer.configure(XMap properties)
Configure this externalizer with the values supplied in granite-config.xml.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HibernateExternalizer.configure(XMap properties)
Configure this externalizer with the values supplied in granite-config.xml.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultExternalizer.configure(XMap properties) |
void |
Externalizer.configure(XMap properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceFactory.configure(XMap properties) |
void |
EjbServiceFactory.configure(XMap properties) |
| Constructor and Description |
|---|
EjbServiceMetadata(XMap properties,
Class<?> invokeeClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
SeamServiceFactory.configure(XMap properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringServiceFactory.configure(XMap properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
CDIServiceFactory.configure(XMap properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbServiceFactory.configure(XMap properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
SeamServiceFactory.configure(XMap properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringServiceFactory.configure(XMap properties) |
| Modifier and Type | Field and Description |
|---|---|
static XMap |
XMap.EMPTY_XMAP
An empty and unmodifiable XMap instance.
|
| Modifier and Type | Method and Description |
|---|---|
XMap |
XMap.getOne(String key)
Returns a new XMap instance with the first element that matches the
supplied XPath expression or null if this XMap root element is null, or if XPath evaluation
result is null, or this result is not an Element.
|
| Modifier and Type | Method and Description |
|---|---|
List<XMap> |
XMap.getAll(String key)
Returns a list of XMap instances with all elements that match the
supplied XPath expression.
|
| Constructor and Description |
|---|
XMap(XMap map)
Constructs a new XMap instance based on an existing XMap and clone its content.
|