ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

Packages that use ServiceRefType
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 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.ejbjar30 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.javaeewebservicesclient12
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 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.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.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.javaeewebservicesclient12 that return types with arguments of type ServiceRefType
 ServiceRefHandlerType<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<ServiceRefHandlerType<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
 ServiceRefHandlerType<ServiceRefType<T>> ServiceRefType.getOrCreateHandler()
          If not already created, a new handler element will be created and returned.
 ServiceRefHandlerChainsType<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.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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