Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jbosscommon51.ServiceRefType

Packages that use ServiceRefType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 Provides the interfaces and enumeration types as defined in the schema jboss-common_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 Provides the implementation classes as defined in the schema jboss-common_5_1.xsd 
 

Uses of ServiceRefType in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return ServiceRefType
 ServiceRefType<GenericBeanType<T>> GenericBeanType.serviceRef()
          Returns the service-ref element
 ServiceRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.serviceRef()
          Returns the service-ref element
 ServiceRefType<ServiceBeanType<T>> ServiceBeanType.serviceRef()
          Returns the service-ref element
 ServiceRefType<SessionBeanType<T>> SessionBeanType.serviceRef()
          Returns the service-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type ServiceRefType
 java.util.List<ServiceRefType<GenericBeanType<T>>> GenericBeanType.getServiceRefList()
          Returns all service-ref elements
 java.util.List<ServiceRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getServiceRefList()
          Returns all service-ref elements
 java.util.List<ServiceRefType<ServiceBeanType<T>>> ServiceBeanType.getServiceRefList()
          Returns all service-ref elements
 java.util.List<ServiceRefType<SessionBeanType<T>>> SessionBeanType.getServiceRefList()
          Returns all service-ref elements
 

Uses of ServiceRefType in org.jboss.shrinkwrap.descriptor.api.jbosscommon51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return ServiceRefType
 ServiceRefType<T> ServiceRefType.removeAllPortComponentRef()
          Removes all port-component-ref elements
 ServiceRefType<T> ServiceRefType.removeConfigFile()
          Removes the config-file element
 ServiceRefType<T> ServiceRefType.removeConfigName()
          Removes the config-name element
 ServiceRefType<T> ServiceRefType.removeHandlerChain()
          Removes the handler-chain element
 ServiceRefType<T> ServiceRefType.removeServiceImplClass()
          Removes the service-impl-class element
 ServiceRefType<T> ServiceRefType.removeServiceQname()
          Removes the service-qname element
 ServiceRefType<T> ServiceRefType.removeServiceRefName()
          Removes the service-ref-name element
 ServiceRefType<T> ServiceRefType.removeWsdlOverride()
          Removes the wsdl-override element
 ServiceRefType<T> ServiceRefType.setConfigFile(java.lang.String configFile)
          If not already created, a new config-file element with the given value will be created.
 ServiceRefType<T> ServiceRefType.setConfigName(java.lang.String configName)
          If not already created, a new config-name element with the given value will be created.
 ServiceRefType<T> ServiceRefType.setHandlerChain(java.lang.String handlerChain)
          If not already created, a new handler-chain element with the given value will be created.
 ServiceRefType<T> ServiceRefType.setServiceImplClass(java.lang.String serviceImplClass)
          If not already created, a new service-impl-class element with the given value will be created.
 ServiceRefType<T> ServiceRefType.setServiceQname(java.lang.String serviceQname)
          If not already created, a new service-qname element with the given value will be created.
 ServiceRefType<T> ServiceRefType.setServiceRefName(java.lang.String serviceRefName)
          If not already created, a new service-ref-name element with the given value will be created.
 ServiceRefType<T> ServiceRefType.setWsdlOverride(java.lang.String wsdlOverride)
          If not already created, a new wsdl-override element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return types with arguments of type ServiceRefType
 java.util.List<PortComponentRefType<ServiceRefType<T>>> ServiceRefType.getPortComponentRefList()
          Returns all port-component-ref elements
 PortComponentRefType<ServiceRefType<T>> ServiceRefType.portComponentRef()
          Returns the port-component-ref element
 

Uses of ServiceRefType in org.jboss.shrinkwrap.descriptor.impl.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return ServiceRefType
 ServiceRefType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.serviceRef()
          Returns the service-ref element
 ServiceRefType<ServiceBeanType<T>> ServiceBeanTypeImpl.serviceRef()
          Returns the service-ref element
 ServiceRefType<SessionBeanType<T>> SessionBeanTypeImpl.serviceRef()
          Returns the service-ref element
 ServiceRefType<GenericBeanType<T>> GenericBeanTypeImpl.serviceRef()
          Returns the service-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type ServiceRefType
 java.util.List<ServiceRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanTypeImpl.getServiceRefList()
          Returns all service-ref elements
 java.util.List<ServiceRefType<ServiceBeanType<T>>> ServiceBeanTypeImpl.getServiceRefList()
          Returns all service-ref elements
 java.util.List<ServiceRefType<SessionBeanType<T>>> SessionBeanTypeImpl.getServiceRefList()
          Returns all service-ref elements
 java.util.List<ServiceRefType<GenericBeanType<T>>> GenericBeanTypeImpl.getServiceRefList()
          Returns all service-ref elements
 

Uses of ServiceRefType in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51
 

Classes in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that implement ServiceRefType
 class ServiceRefTypeImpl<T>
          This class implements the service-refType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return ServiceRefType
 ServiceRefType<T> ServiceRefTypeImpl.removeAllPortComponentRef()
          Removes all port-component-ref elements
 ServiceRefType<T> ServiceRefTypeImpl.removeConfigFile()
          Removes the config-file element
 ServiceRefType<T> ServiceRefTypeImpl.removeConfigName()
          Removes the config-name element
 ServiceRefType<T> ServiceRefTypeImpl.removeHandlerChain()
          Removes the handler-chain element
 ServiceRefType<T> ServiceRefTypeImpl.removeServiceImplClass()
          Removes the service-impl-class element
 ServiceRefType<T> ServiceRefTypeImpl.removeServiceQname()
          Removes the service-qname element
 ServiceRefType<T> ServiceRefTypeImpl.removeServiceRefName()
          Removes the service-ref-name element
 ServiceRefType<T> ServiceRefTypeImpl.removeWsdlOverride()
          Removes the wsdl-override element
 ServiceRefType<T> ServiceRefTypeImpl.setConfigFile(java.lang.String configFile)
          If not already created, a new config-file element with the given value will be created.
 ServiceRefType<T> ServiceRefTypeImpl.setConfigName(java.lang.String configName)
          If not already created, a new config-name element with the given value will be created.
 ServiceRefType<T> ServiceRefTypeImpl.setHandlerChain(java.lang.String handlerChain)
          If not already created, a new handler-chain element with the given value will be created.
 ServiceRefType<T> ServiceRefTypeImpl.setServiceImplClass(java.lang.String serviceImplClass)
          If not already created, a new service-impl-class element with the given value will be created.
 ServiceRefType<T> ServiceRefTypeImpl.setServiceQname(java.lang.String serviceQname)
          If not already created, a new service-qname element with the given value will be created.
 ServiceRefType<T> ServiceRefTypeImpl.setServiceRefName(java.lang.String serviceRefName)
          If not already created, a new service-ref-name element with the given value will be created.
 ServiceRefType<T> ServiceRefTypeImpl.setWsdlOverride(java.lang.String wsdlOverride)
          If not already created, a new wsdl-override element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return types with arguments of type ServiceRefType
 java.util.List<PortComponentRefType<ServiceRefType<T>>> ServiceRefTypeImpl.getPortComponentRefList()
          Returns all port-component-ref elements
 PortComponentRefType<ServiceRefType<T>> ServiceRefTypeImpl.portComponentRef()
          Returns the port-component-ref element