
public interface InboundResourceadapterType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
inbound-resourceadapterType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the
id attribute |
MessageadapterType<InboundResourceadapterType<T>> |
getOrCreateMessageadapter()
If not already created, a new
messageadapter element with the given value will be created. |
InboundResourceadapterType<T> |
id(String id)
Sets the
id attribute |
InboundResourceadapterType<T> |
removeId()
Removes the
id attribute |
InboundResourceadapterType<T> |
removeMessageadapter()
Removes the
messageadapter element |
MessageadapterType<InboundResourceadapterType<T>> getOrCreateMessageadapter()
messageadapter element with the given value will be created.
Otherwise, the existing messageadapter element will be returned.MessageadapterType> InboundResourceadapterType<T> removeMessageadapter()
messageadapter elementInboundResourceadapterTypeInboundResourceadapterType<T> id(String id)
id attributeid - the value for the attribute idInboundResourceadapterTypeString getId()
id attributeidInboundResourceadapterType<T> removeId()
id attributeInboundResourceadapterTypeCopyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)