Interface InboundResourceadapterType<T>
-
- All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
- All Known Implementing Classes:
InboundResourceadapterTypeImpl
public interface InboundResourceadapterType<T> extends org.jboss.shrinkwrap.descriptor.api.Child<T>This interface defines the contract for theinbound-resourceadapterTypexsd type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Returns theidattributeMessageadapterType<InboundResourceadapterType<T>>getOrCreateMessageadapter()If not already created, a newmessageadapterelement with the given value will be created.InboundResourceadapterType<T>id(String id)Sets theidattributeInboundResourceadapterType<T>removeId()Removes theidattributeInboundResourceadapterType<T>removeMessageadapter()Removes themessageadapterelement
-
-
-
Method Detail
-
getOrCreateMessageadapter
MessageadapterType<InboundResourceadapterType<T>> getOrCreateMessageadapter()
If not already created, a newmessageadapterelement with the given value will be created. Otherwise, the existingmessageadapterelement will be returned.- Returns:
- a new or existing instance of
MessageadapterType>
-
removeMessageadapter
InboundResourceadapterType<T> removeMessageadapter()
Removes themessageadapterelement- Returns:
- the current instance of
InboundResourceadapterType
-
id
InboundResourceadapterType<T> id(String id)
Sets theidattribute- Parameters:
id- the value for the attributeid- Returns:
- the current instance of
InboundResourceadapterType
-
getId
String getId()
Returns theidattribute- Returns:
- the value defined for the attribute
id
-
removeId
InboundResourceadapterType<T> removeId()
Removes theidattribute- Returns:
- the current instance of
InboundResourceadapterType
-
-