Class ConnectorConfigurationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ConnectorConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Resource configuration (hostname, port, ...). Specific for each resource type. TODO This element belongs to ResourceType and should not be used elsewhere. This is a top-level element to make the implementation (JAXB marshal/unmarshal) easier.

    Java class for ConnectorConfigurationType complex type.

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

     <complexType name="ConnectorConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form