Package | Description |
---|---|
org.jboss.as.jaxr.extension | |
org.jboss.as.jaxr.service |
Modifier and Type | Method and Description |
---|---|
static void |
JAXRWriteAttributeHandler.applyUpdateToConfig(JAXRConfiguration config,
String attributeName,
org.jboss.dmr.ModelNode attributeValue) |
static void |
JAXRPropertyWrite.applyUpdateToConfig(JAXRConfiguration config,
String propName,
String propValue) |
Constructor and Description |
---|
JAXRPropertyAdd(JAXRConfiguration config) |
JAXRPropertyWrite(JAXRConfiguration config) |
Modifier and Type | Method and Description |
---|---|
JAXRConfiguration |
JAXRConfigurationService.getValue() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.msc.service.ServiceController<?> |
JAXRConfigurationService.addService(org.jboss.msc.service.ServiceTarget target,
JAXRConfiguration config,
org.jboss.msc.service.ServiceListener<Object>... listeners) |
protected javax.xml.registry.ConnectionFactory |
JAXRConnectionFactoryService.loadConnectionFactoryImplementation(JAXRConfiguration config)
Loads the JAXR service provider, by going down the following list:
Look for System property
JAXRConstants.JAXR_FACTORY_IMPLEMENTATION ,
and if it contains a value, instantiate the class.
Obtain from the JBoss configuration, and if it contains a value, instantiate the class.
Use the ServiceLoader which check the value in the file META-INF/services/javax.xml.registry.ConnectionFactory.
Finally when still no service provider has been found, return the default implementation, which
is Apache Scout. |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.