Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector16.InboundResourceadapterType

Packages that use InboundResourceadapterType
org.jboss.shrinkwrap.descriptor.api.connector16 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of InboundResourceadapterType in org.jboss.shrinkwrap.descriptor.api.connector16
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector16 that return InboundResourceadapterType
 InboundResourceadapterType<ResourceadapterType<T>> ResourceadapterType.getOrCreateInboundResourceadapter()
          If not already created, a new inbound-resourceadapter element with the given value will be created.
 InboundResourceadapterType<T> InboundResourceadapterType.id(String id)
          Sets the id attribute
 InboundResourceadapterType<T> InboundResourceadapterType.removeId()
          Removes the id attribute
 InboundResourceadapterType<T> InboundResourceadapterType.removeMessageadapter()
          Removes the messageadapter element
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector16 that return types with arguments of type InboundResourceadapterType
 MessageadapterType<InboundResourceadapterType<T>> InboundResourceadapterType.getOrCreateMessageadapter()
          If not already created, a new messageadapter element with the given value will be created.
 



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