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 ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 Provides the interfaces and enumeration types as defined in the schema javaee_web_services_client_1_2.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 Provides the implementation classes as defined in the schema javaee_web_services_client_1_2.xsd 
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type ServiceRefType
 java.util.List<ServiceRefType<InterceptorType<T>>> InterceptorType.getServiceRefList()
          Returns all service-ref elements
 java.util.List<ServiceRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getServiceRefList()
          Returns all service-ref elements
 java.util.List<ServiceRefType<SessionBeanType<T>>> SessionBeanType.getServiceRefList()
          Returns all service-ref elements
 java.util.List<ServiceRefType<EntityBeanType<T>>> EntityBeanType.getServiceRefList()
          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.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.setDescription(java.lang.String description)
          Creates a new description element
 ServiceRefType<T> ServiceRefType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 ServiceRefType<T> ServiceRefType.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 ServiceRefType<T> ServiceRefType.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 ServiceRefType<T> ServiceRefType.setJaxrpcMappingFile(java.lang.String jaxrpcMappingFile)
          If not already created, a new jaxrpc-mapping-file element with the given value will be created.
 ServiceRefType<T> ServiceRefType.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 ServiceRefType<T> ServiceRefType.setServiceInterface(java.lang.String serviceInterface)
          If not already created, a new service-interface 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.setServiceRefType(java.lang.String serviceRefType)
          If not already created, a new service-ref-type element with the given value will be created.
 ServiceRefType<T> ServiceRefType.setWsdlFile(java.lang.String wsdlFile)
          If not already created, a new wsdl-file element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 that return types with arguments of type ServiceRefType
 java.util.List<ServiceRefHandlerType<ServiceRefType<T>>> ServiceRefType.getHandlerList()
          Returns all handler elements
 java.util.List<IconType<ServiceRefType<T>>> ServiceRefType.getIconList()
          Returns all icon elements
 java.util.List<InjectionTargetType<ServiceRefType<T>>> ServiceRefType.getInjectionTargetList()
          Returns all injection-target elements
 java.util.List<PortComponentRefType<ServiceRefType<T>>> ServiceRefType.getPortComponentRefList()
          Returns all port-component-ref elements
 ServiceRefHandlerType<ServiceRefType<T>> ServiceRefType.handler()
          Returns the handler element
 ServiceRefHandlerChainsType<ServiceRefType<T>> ServiceRefType.handlerChains()
          If not already created, a new handler-chains element will be created and returned.
 IconType<ServiceRefType<T>> ServiceRefType.icon()
          Returns the icon element
 InjectionTargetType<ServiceRefType<T>> ServiceRefType.injectionTarget()
          Returns the injection-target element
 PortComponentRefType<ServiceRefType<T>> ServiceRefType.portComponentRef()
          Returns the port-component-ref element
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return ServiceRefType
 ServiceRefType<EntityBeanType<T>> EntityBeanTypeImpl.serviceRef()
          Returns the service-ref element
 ServiceRefType<SessionBeanType<T>> SessionBeanTypeImpl.serviceRef()
          Returns the service-ref element
 ServiceRefType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.serviceRef()
          Returns the service-ref element
 ServiceRefType<InterceptorType<T>> InterceptorTypeImpl.serviceRef()
          Returns the service-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type ServiceRefType
 java.util.List<ServiceRefType<EntityBeanType<T>>> EntityBeanTypeImpl.getServiceRefList()
          Returns all service-ref elements
 java.util.List<ServiceRefType<SessionBeanType<T>>> SessionBeanTypeImpl.getServiceRefList()
          Returns all service-ref elements
 java.util.List<ServiceRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanTypeImpl.getServiceRefList()
          Returns all service-ref elements
 java.util.List<ServiceRefType<InterceptorType<T>>> InterceptorTypeImpl.getServiceRefList()
          Returns all service-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 that return ServiceRefType
 ServiceRefType<T> ServiceRefTypeImpl.removeAllDescription()
          Removes the description element
 ServiceRefType<T> ServiceRefTypeImpl.removeAllDisplayName()
          Removes the display-name element
 ServiceRefType<T> ServiceRefTypeImpl.removeAllHandler()
          Removes all handler elements
 ServiceRefType<T> ServiceRefTypeImpl.removeAllIcon()
          Removes all icon elements
 ServiceRefType<T> ServiceRefTypeImpl.removeAllInjectionTarget()
          Removes all injection-target elements
 ServiceRefType<T> ServiceRefTypeImpl.removeAllPortComponentRef()
          Removes all port-component-ref elements
 ServiceRefType<T> ServiceRefTypeImpl.removeHandlerChains()
          Removes the handler-chains element
 ServiceRefType<T> ServiceRefTypeImpl.removeJaxrpcMappingFile()
          Removes the jaxrpc-mapping-file element
 ServiceRefType<T> ServiceRefTypeImpl.removeMappedName()
          Removes the mapped-name element
 ServiceRefType<T> ServiceRefTypeImpl.removeServiceInterface()
          Removes the service-interface element
 ServiceRefType<T> ServiceRefTypeImpl.removeServiceQname()
          Removes the service-qname element
 ServiceRefType<T> ServiceRefTypeImpl.removeServiceRefName()
          Removes the service-ref-name element
 ServiceRefType<T> ServiceRefTypeImpl.removeServiceRefType()
          Removes the service-ref-type element
 ServiceRefType<T> ServiceRefTypeImpl.removeWsdlFile()
          Removes the wsdl-file element
 ServiceRefType<T> ServiceRefTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 ServiceRefType<T> ServiceRefTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 ServiceRefType<T> ServiceRefTypeImpl.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 ServiceRefType<T> ServiceRefTypeImpl.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 ServiceRefType<T> ServiceRefTypeImpl.setJaxrpcMappingFile(java.lang.String jaxrpcMappingFile)
          If not already created, a new jaxrpc-mapping-file element with the given value will be created.
 ServiceRefType<T> ServiceRefTypeImpl.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 ServiceRefType<T> ServiceRefTypeImpl.setServiceInterface(java.lang.String serviceInterface)
          If not already created, a new service-interface 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.setServiceRefType(java.lang.String serviceRefType)
          If not already created, a new service-ref-type element with the given value will be created.
 ServiceRefType<T> ServiceRefTypeImpl.setWsdlFile(java.lang.String wsdlFile)
          If not already created, a new wsdl-file element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 that return types with arguments of type ServiceRefType
 java.util.List<ServiceRefHandlerType<ServiceRefType<T>>> ServiceRefTypeImpl.getHandlerList()
          Returns all handler elements
 java.util.List<IconType<ServiceRefType<T>>> ServiceRefTypeImpl.getIconList()
          Returns all icon elements
 java.util.List<InjectionTargetType<ServiceRefType<T>>> ServiceRefTypeImpl.getInjectionTargetList()
          Returns all injection-target elements
 java.util.List<PortComponentRefType<ServiceRefType<T>>> ServiceRefTypeImpl.getPortComponentRefList()
          Returns all port-component-ref elements
 ServiceRefHandlerType<ServiceRefType<T>> ServiceRefTypeImpl.handler()
          Returns the handler element
 ServiceRefHandlerChainsType<ServiceRefType<T>> ServiceRefTypeImpl.handlerChains()
          If not already created, a new handler-chains element will be created and returned.
 IconType<ServiceRefType<T>> ServiceRefTypeImpl.icon()
          Returns the icon element
 InjectionTargetType<ServiceRefType<T>> ServiceRefTypeImpl.injectionTarget()
          Returns the injection-target element
 PortComponentRefType<ServiceRefType<T>> ServiceRefTypeImpl.portComponentRef()
          Returns the port-component-ref element