Class InboundResourceadapterTypeImpl<T>
java.lang.Object
org.jboss.shrinkwrap.descriptor.impl.connector15.InboundResourceadapterTypeImpl<T>
- All Implemented Interfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>,InboundResourceadapterType<T>
public class InboundResourceadapterTypeImpl<T>
extends Object
implements org.jboss.shrinkwrap.descriptor.api.Child<T>, InboundResourceadapterType<T>
This class implements the
inbound-resourceadapterType xsd type-
Constructor Summary
ConstructorsConstructorDescriptionInboundResourceadapterTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node) InboundResourceadapterTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node, org.jboss.shrinkwrap.descriptor.spi.node.Node childNode) -
Method Summary
-
Constructor Details
-
InboundResourceadapterTypeImpl
-
InboundResourceadapterTypeImpl
-
-
Method Details
-
up
- Specified by:
upin interfaceorg.jboss.shrinkwrap.descriptor.api.Child<T>
-
getOrCreateMessageadapter
If not already created, a newmessageadapterelement with the given value will be created. Otherwise, the existingmessageadapterelement will be returned.- Specified by:
getOrCreateMessageadapterin interfaceInboundResourceadapterType<T>- Returns:
- a new or existing instance of
MessageadapterType<InboundResourceadapterType>
-
removeMessageadapter
Removes themessageadapterelement- Specified by:
removeMessageadapterin interfaceInboundResourceadapterType<T>- Returns:
- the current instance of
InboundResourceadapterType
-
id
Sets theidattribute- Specified by:
idin interfaceInboundResourceadapterType<T>- Parameters:
id- the value for the attributeid- Returns:
- the current instance of
InboundResourceadapterType
-
getId
Returns theidattribute- Specified by:
getIdin interfaceInboundResourceadapterType<T>- Returns:
- the value defined for the attribute
id
-
removeId
Removes theidattribute- Specified by:
removeIdin interfaceInboundResourceadapterType<T>- Returns:
- the current instance of
InboundResourceadapterType
-