Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector15.InboundResourceadapterType
-
Packages that use InboundResourceadapterType Package Description org.jboss.shrinkwrap.descriptor.api.connector15 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.connector15 Provides the implementation classes as defined in the schema -
-
Uses of InboundResourceadapterType in org.jboss.shrinkwrap.descriptor.api.connector15
Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return InboundResourceadapterType Modifier and Type Method Description InboundResourceadapterType<ResourceadapterType<T>>ResourceadapterType. getOrCreateInboundResourceadapter()If not already created, a newinbound-resourceadapterelement with the given value will be created.InboundResourceadapterType<T>InboundResourceadapterType. id(String id)Sets theidattributeInboundResourceadapterType<T>InboundResourceadapterType. removeId()Removes theidattributeInboundResourceadapterType<T>InboundResourceadapterType. removeMessageadapter()Removes themessageadapterelementMethods in org.jboss.shrinkwrap.descriptor.api.connector15 that return types with arguments of type InboundResourceadapterType Modifier and Type Method Description MessageadapterType<InboundResourceadapterType<T>>InboundResourceadapterType. getOrCreateMessageadapter()If not already created, a newmessageadapterelement with the given value will be created. -
Uses of InboundResourceadapterType in org.jboss.shrinkwrap.descriptor.impl.connector15
Classes in org.jboss.shrinkwrap.descriptor.impl.connector15 that implement InboundResourceadapterType Modifier and Type Class Description classInboundResourceadapterTypeImpl<T>This class implements theinbound-resourceadapterTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector15 that return InboundResourceadapterType Modifier and Type Method Description InboundResourceadapterType<ResourceadapterType<T>>ResourceadapterTypeImpl. getOrCreateInboundResourceadapter()If not already created, a newinbound-resourceadapterelement with the given value will be created.InboundResourceadapterType<T>InboundResourceadapterTypeImpl. id(String id)Sets theidattributeInboundResourceadapterType<T>InboundResourceadapterTypeImpl. removeId()Removes theidattributeInboundResourceadapterType<T>InboundResourceadapterTypeImpl. removeMessageadapter()Removes themessageadapterelementMethods in org.jboss.shrinkwrap.descriptor.impl.connector15 that return types with arguments of type InboundResourceadapterType Modifier and Type Method Description MessageadapterType<InboundResourceadapterType<T>>InboundResourceadapterTypeImpl. getOrCreateMessageadapter()If not already created, a newmessageadapterelement with the given value will be created.
-