ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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 :2012-05-09T23:45:05.33-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 MessageadapterType<InboundResourceadapterType<T>> getOrCreateMessageadapter()
          If not already created, a new messageadapter element with the given value will be created.
 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

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.