ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

Packages that use ServiceRefType
org.jboss.shrinkwrap.descriptor.api.application6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return ServiceRefType
 ServiceRefType<ApplicationType<T>> ApplicationType.createServiceRef()
          Creates a new service-ref element
 ServiceRefType<ApplicationDescriptor> ApplicationDescriptor.createServiceRef()
          Creates a new service-ref element
 ServiceRefType<ApplicationType<T>> ApplicationType.getOrCreateServiceRef()
          If not already created, a new service-ref element will be created and returned.
 ServiceRefType<ApplicationDescriptor> ApplicationDescriptor.getOrCreateServiceRef()
          If not already created, a new service-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return types with arguments of type ServiceRefType
 List<ServiceRefType<ApplicationType<T>>> ApplicationType.getAllServiceRef()
          Returns all service-ref elements
 List<ServiceRefType<ApplicationDescriptor>> ApplicationDescriptor.getAllServiceRef()
          Returns all service-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return ServiceRefType
 ServiceRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createServiceRef()
          Creates a new service-ref element
 ServiceRefType<InterceptorType<T>> InterceptorType.createServiceRef()
          Creates a new service-ref element
 ServiceRefType<SessionBeanType<T>> SessionBeanType.createServiceRef()
          Creates a new service-ref element
 ServiceRefType<EntityBeanType<T>> EntityBeanType.createServiceRef()
          Creates a new service-ref element
 ServiceRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateServiceRef()
          If not already created, a new service-ref element will be created and returned.
 ServiceRefType<InterceptorType<T>> InterceptorType.getOrCreateServiceRef()
          If not already created, a new service-ref element will be created and returned.
 ServiceRefType<SessionBeanType<T>> SessionBeanType.getOrCreateServiceRef()
          If not already created, a new service-ref element will be created and returned.
 ServiceRefType<EntityBeanType<T>> EntityBeanType.getOrCreateServiceRef()
          If not already created, a new service-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type ServiceRefType
 List<ServiceRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllServiceRef()
          Returns all service-ref elements
 List<ServiceRefType<InterceptorType<T>>> InterceptorType.getAllServiceRef()
          Returns all service-ref elements
 List<ServiceRefType<SessionBeanType<T>>> SessionBeanType.getAllServiceRef()
          Returns all service-ref elements
 List<ServiceRefType<EntityBeanType<T>>> EntityBeanType.getAllServiceRef()
          Returns all service-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 that return ServiceRefType
 ServiceRefType<T> ServiceRefType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 ServiceRefType<T> ServiceRefType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 ServiceRefType<T> ServiceRefType.jaxrpcMappingFile(String jaxrpcMappingFile)
          Sets the jaxrpc-mapping-file element
 ServiceRefType<T> ServiceRefType.lookupName(String lookupName)
          Sets the lookup-name element
 ServiceRefType<T> ServiceRefType.mappedName(String mappedName)
          Sets the mapped-name element
 ServiceRefType<T> ServiceRefType.removeAllDescription()
          Removes the description element
 ServiceRefType<T> ServiceRefType.removeAllDisplayName()
          Removes the display-name element
 ServiceRefType<T> ServiceRefType.removeAllHandler()
          Removes all handler elements
 ServiceRefType<T> ServiceRefType.removeAllIcon()
          Removes all icon elements
 ServiceRefType<T> ServiceRefType.removeAllInjectionTarget()
          Removes all injection-target elements
 ServiceRefType<T> ServiceRefType.removeAllPortComponentRef()
          Removes all port-component-ref elements
 ServiceRefType<T> ServiceRefType.removeHandlerChains()
          Removes the handler-chains element
 ServiceRefType<T> ServiceRefType.removeJaxrpcMappingFile()
          Removes the jaxrpc-mapping-file element
 ServiceRefType<T> ServiceRefType.removeLookupName()
          Removes the lookup-name element
 ServiceRefType<T> ServiceRefType.removeMappedName()
          Removes the mapped-name element
 ServiceRefType<T> ServiceRefType.removeServiceInterface()
          Removes the service-interface element
 ServiceRefType<T> ServiceRefType.removeServiceQname()
          Removes the service-qname element
 ServiceRefType<T> ServiceRefType.removeServiceRefName()
          Removes the service-ref-name element
 ServiceRefType<T> ServiceRefType.removeServiceRefType()
          Removes the service-ref-type element
 ServiceRefType<T> ServiceRefType.removeWsdlFile()
          Removes the wsdl-file element
 ServiceRefType<T> ServiceRefType.serviceInterface(String serviceInterface)
          Sets the service-interface element
 ServiceRefType<T> ServiceRefType.serviceQname(String serviceQname)
          Sets the service-qname element
 ServiceRefType<T> ServiceRefType.serviceRefName(String serviceRefName)
          Sets the service-ref-name element
 ServiceRefType<T> ServiceRefType.serviceRefType(String serviceRefType)
          Sets the service-ref-type element
 ServiceRefType<T> ServiceRefType.wsdlFile(String wsdlFile)
          Sets the wsdl-file element
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 that return types with arguments of type ServiceRefType
 HandlerType<ServiceRefType<T>> ServiceRefType.createHandler()
          Creates a new handler element
 IconType<ServiceRefType<T>> ServiceRefType.createIcon()
          Creates a new icon element
 InjectionTargetType<ServiceRefType<T>> ServiceRefType.createInjectionTarget()
          Creates a new injection-target element
 PortComponentRefType<ServiceRefType<T>> ServiceRefType.createPortComponentRef()
          Creates a new port-component-ref element
 List<HandlerType<ServiceRefType<T>>> ServiceRefType.getAllHandler()
          Returns all handler elements
 List<IconType<ServiceRefType<T>>> ServiceRefType.getAllIcon()
          Returns all icon elements
 List<InjectionTargetType<ServiceRefType<T>>> ServiceRefType.getAllInjectionTarget()
          Returns all injection-target elements
 List<PortComponentRefType<ServiceRefType<T>>> ServiceRefType.getAllPortComponentRef()
          Returns all port-component-ref elements
 HandlerType<ServiceRefType<T>> ServiceRefType.getOrCreateHandler()
          If not already created, a new handler element will be created and returned.
 HandlerChainsType<ServiceRefType<T>> ServiceRefType.getOrCreateHandlerChains()
          If not already created, a new handler-chains element with the given value will be created.
 IconType<ServiceRefType<T>> ServiceRefType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 InjectionTargetType<ServiceRefType<T>> ServiceRefType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 PortComponentRefType<ServiceRefType<T>> ServiceRefType.getOrCreatePortComponentRef()
          If not already created, a new port-component-ref element will be created and returned.
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return ServiceRefType
 ServiceRefType<WebAppDescriptor> WebAppDescriptor.createServiceRef()
          Creates a new service-ref element
 ServiceRefType<WebAppDescriptor> WebAppDescriptor.getOrCreateServiceRef()
          If not already created, a new service-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type ServiceRefType
 List<ServiceRefType<WebAppDescriptor>> WebAppDescriptor.getAllServiceRef()
          Returns all service-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return ServiceRefType
 ServiceRefType<WebFragmentType<T>> WebFragmentType.createServiceRef()
          Creates a new service-ref element
 ServiceRefType<WebAppType<T>> WebAppType.createServiceRef()
          Creates a new service-ref element
 ServiceRefType<WebFragmentType<T>> WebFragmentType.getOrCreateServiceRef()
          If not already created, a new service-ref element will be created and returned.
 ServiceRefType<WebAppType<T>> WebAppType.getOrCreateServiceRef()
          If not already created, a new service-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type ServiceRefType
 List<ServiceRefType<WebFragmentType<T>>> WebFragmentType.getAllServiceRef()
          Returns all service-ref elements
 List<ServiceRefType<WebAppType<T>>> WebAppType.getAllServiceRef()
          Returns all service-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return ServiceRefType
 ServiceRefType<WebFragmentDescriptor> WebFragmentDescriptor.createServiceRef()
          Creates a new service-ref element
 ServiceRefType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreateServiceRef()
          If not already created, a new service-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type ServiceRefType
 List<ServiceRefType<WebFragmentDescriptor>> WebFragmentDescriptor.getAllServiceRef()
          Returns all service-ref elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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