|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JmsJcaProviderDocument.JmsJcaProvider
An XML jms-jca-provider(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd). This is a complex type.
Nested Class Summary | |
---|---|
static class |
JmsJcaProviderDocument.JmsJcaProvider.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
ActivationConfigDocument.ActivationConfig |
addNewActivationConfig()
Appends and returns a new empty "activation-config" element |
ActivationConfigDocument.ActivationConfig |
getActivationConfig()
Gets the "activation-config" element |
java.lang.String |
getAdapter()
Gets the "adapter" attribute |
java.lang.String |
getEndpointClass()
Gets the "endpointClass" attribute |
java.lang.String |
getJcaBridge()
Gets the "jcaBridge" attribute |
java.lang.String |
getMessagingType()
Gets the "messagingType" attribute |
java.lang.String |
getProviderAdapterJNDI()
Gets the "providerAdapterJNDI" attribute |
boolean |
getTransacted()
Gets the "transacted" attribute |
boolean |
isSetActivationConfig()
True if has "activation-config" element |
boolean |
isSetAdapter()
True if has "adapter" attribute |
boolean |
isSetEndpointClass()
True if has "endpointClass" attribute |
boolean |
isSetJcaBridge()
True if has "jcaBridge" attribute |
boolean |
isSetMessagingType()
True if has "messagingType" attribute |
boolean |
isSetProviderAdapterJNDI()
True if has "providerAdapterJNDI" attribute |
boolean |
isSetTransacted()
True if has "transacted" attribute |
void |
setActivationConfig(ActivationConfigDocument.ActivationConfig activationConfig)
Sets the "activation-config" element |
void |
setAdapter(java.lang.String adapter)
Sets the "adapter" attribute |
void |
setEndpointClass(java.lang.String endpointClass)
Sets the "endpointClass" attribute |
void |
setJcaBridge(java.lang.String jcaBridge)
Sets the "jcaBridge" attribute |
void |
setMessagingType(java.lang.String messagingType)
Sets the "messagingType" attribute |
void |
setProviderAdapterJNDI(java.lang.String providerAdapterJNDI)
Sets the "providerAdapterJNDI" attribute |
void |
setTransacted(boolean transacted)
Sets the "transacted" attribute |
void |
unsetActivationConfig()
Unsets the "activation-config" element |
void |
unsetAdapter()
Unsets the "adapter" attribute |
void |
unsetEndpointClass()
Unsets the "endpointClass" attribute |
void |
unsetJcaBridge()
Unsets the "jcaBridge" attribute |
void |
unsetMessagingType()
Unsets the "messagingType" attribute |
void |
unsetProviderAdapterJNDI()
Unsets the "providerAdapterJNDI" attribute |
void |
unsetTransacted()
Unsets the "transacted" attribute |
org.apache.xmlbeans.XmlString |
xgetAdapter()
Gets (as xml) the "adapter" attribute |
org.apache.xmlbeans.XmlString |
xgetEndpointClass()
Gets (as xml) the "endpointClass" attribute |
org.apache.xmlbeans.XmlString |
xgetJcaBridge()
Gets (as xml) the "jcaBridge" attribute |
org.apache.xmlbeans.XmlString |
xgetMessagingType()
Gets (as xml) the "messagingType" attribute |
org.apache.xmlbeans.XmlString |
xgetProviderAdapterJNDI()
Gets (as xml) the "providerAdapterJNDI" attribute |
org.apache.xmlbeans.XmlBoolean |
xgetTransacted()
Gets (as xml) the "transacted" attribute |
void |
xsetAdapter(org.apache.xmlbeans.XmlString adapter)
Sets (as xml) the "adapter" attribute |
void |
xsetEndpointClass(org.apache.xmlbeans.XmlString endpointClass)
Sets (as xml) the "endpointClass" attribute |
void |
xsetJcaBridge(org.apache.xmlbeans.XmlString jcaBridge)
Sets (as xml) the "jcaBridge" attribute |
void |
xsetMessagingType(org.apache.xmlbeans.XmlString messagingType)
Sets (as xml) the "messagingType" attribute |
void |
xsetProviderAdapterJNDI(org.apache.xmlbeans.XmlString providerAdapterJNDI)
Sets (as xml) the "providerAdapterJNDI" attribute |
void |
xsetTransacted(org.apache.xmlbeans.XmlBoolean transacted)
Sets (as xml) the "transacted" attribute |
Methods inherited from interface org.jboss.soa.esb.listeners.config.xbeanmodel.JmsProviderType |
---|
getConnectionFactory, getJndiContextFactory, getJndiPkgPrefix, getJndiURL, isSetJndiContextFactory, isSetJndiPkgPrefix, isSetJndiURL, setConnectionFactory, setJndiContextFactory, setJndiPkgPrefix, setJndiURL, unsetJndiContextFactory, unsetJndiPkgPrefix, unsetJndiURL, xgetConnectionFactory, xgetJndiContextFactory, xgetJndiPkgPrefix, xgetJndiURL, xsetConnectionFactory, xsetJndiContextFactory, xsetJndiPkgPrefix, xsetJndiURL |
Methods inherited from interface org.jboss.soa.esb.listeners.config.xbeanmodel.BusProvider |
---|
addNewBus, getBusArray, getBusArray, getBusList, insertNewBus, removeBus, setBusArray, setBusArray, sizeOfBusArray |
Methods inherited from interface org.jboss.soa.esb.listeners.config.xbeanmodel.Provider |
---|
addNewProperty, getName, getPropertyArray, getPropertyArray, getPropertyList, insertNewProperty, removeProperty, setName, setPropertyArray, setPropertyArray, sizeOfPropertyArray, xgetName, xsetName |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
ActivationConfigDocument.ActivationConfig getActivationConfig()
boolean isSetActivationConfig()
void setActivationConfig(ActivationConfigDocument.ActivationConfig activationConfig)
ActivationConfigDocument.ActivationConfig addNewActivationConfig()
void unsetActivationConfig()
java.lang.String getAdapter()
org.apache.xmlbeans.XmlString xgetAdapter()
boolean isSetAdapter()
void setAdapter(java.lang.String adapter)
void xsetAdapter(org.apache.xmlbeans.XmlString adapter)
void unsetAdapter()
java.lang.String getEndpointClass()
org.apache.xmlbeans.XmlString xgetEndpointClass()
boolean isSetEndpointClass()
void setEndpointClass(java.lang.String endpointClass)
void xsetEndpointClass(org.apache.xmlbeans.XmlString endpointClass)
void unsetEndpointClass()
java.lang.String getMessagingType()
org.apache.xmlbeans.XmlString xgetMessagingType()
boolean isSetMessagingType()
void setMessagingType(java.lang.String messagingType)
void xsetMessagingType(org.apache.xmlbeans.XmlString messagingType)
void unsetMessagingType()
java.lang.String getJcaBridge()
org.apache.xmlbeans.XmlString xgetJcaBridge()
boolean isSetJcaBridge()
void setJcaBridge(java.lang.String jcaBridge)
void xsetJcaBridge(org.apache.xmlbeans.XmlString jcaBridge)
void unsetJcaBridge()
boolean getTransacted()
org.apache.xmlbeans.XmlBoolean xgetTransacted()
boolean isSetTransacted()
void setTransacted(boolean transacted)
void xsetTransacted(org.apache.xmlbeans.XmlBoolean transacted)
void unsetTransacted()
java.lang.String getProviderAdapterJNDI()
org.apache.xmlbeans.XmlString xgetProviderAdapterJNDI()
boolean isSetProviderAdapterJNDI()
void setProviderAdapterJNDI(java.lang.String providerAdapterJNDI)
void xsetProviderAdapterJNDI(org.apache.xmlbeans.XmlString providerAdapterJNDI)
void unsetProviderAdapterJNDI()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |