org.jboss.shrinkwrap.descriptor.api.connector16
Interface InboundResourceadapterType<T>

All Superinterfaces:
Child<T>

public interface InboundResourceadapterType<T>
extends Child<T>

This interface defines the contract for the inbound-resourceadapterType xsd type

Since:
Generation date :2013-01-26T19:26:59.858+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 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
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

getOrCreateMessageadapter

MessageadapterType<InboundResourceadapterType<T>> getOrCreateMessageadapter()
If not already created, a new messageadapter element with the given value will be created. Otherwise, the existing messageadapter element will be returned.

Returns:
a new or existing instance of MessageadapterType>

removeMessageadapter

InboundResourceadapterType<T> removeMessageadapter()
Removes the messageadapter element

Returns:
the current instance of InboundResourceadapterType

id

InboundResourceadapterType<T> id(String id)
Sets the id attribute

Parameters:
id - the value for the attribute id
Returns:
the current instance of InboundResourceadapterType

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

InboundResourceadapterType<T> removeId()
Removes the id attribute

Returns:
the current instance of InboundResourceadapterType


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.