Class ServiceRef

  • All Implemented Interfaces:
    Injectable, JndiReference, Keyable<String>

    public class ServiceRef
    extends Object
    implements JndiReference
    javaee6.xsd

    Java class for service-refType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="service-refType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
             <element name="service-ref-name" type="{http://java.sun.com/xml/ns/javaee}jndi-nameType"/>
             <element name="service-interface" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
             <element name="service-ref-type" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
             <element name="wsdl-file" type="{http://java.sun.com/xml/ns/javaee}xsdAnyURIType" minOccurs="0"/>
             <element name="jaxrpc-mapping-file" type="{http://java.sun.com/xml/ns/javaee}pathType" minOccurs="0"/>
             <element name="service-qname" type="{http://java.sun.com/xml/ns/javaee}xsdQNameType" minOccurs="0"/>
             <element name="port-component-ref" type="{http://java.sun.com/xml/ns/javaee}port-component-refType" maxOccurs="unbounded" minOccurs="0"/>
             <choice>
               <element name="handler" type="{http://java.sun.com/xml/ns/javaee}handlerType" maxOccurs="unbounded" minOccurs="0"/>
               <element name="handler-chains" type="{http://java.sun.com/xml/ns/javaee}handler-chainsType" minOccurs="0"/>
             </choice>
             <group ref="{http://java.sun.com/xml/ns/javaee}resourceGroup"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>