Class SendRequestModel


  • public class SendRequestModel
    extends Object

    Java-Klasse für anonymous complex type.

    Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <element name="GET" type="{http://www.citrusframework.org/schema/http/testcase}ClientRequestType"/>
               <element name="POST" type="{http://www.citrusframework.org/schema/http/testcase}ClientRequestType"/>
               <element name="PUT" type="{http://www.citrusframework.org/schema/http/testcase}ClientRequestType"/>
               <element name="DELETE" type="{http://www.citrusframework.org/schema/http/testcase}ClientRequestType"/>
               <element name="HEAD" type="{http://www.citrusframework.org/schema/http/testcase}ClientRequestType"/>
               <element name="OPTIONS" type="{http://www.citrusframework.org/schema/http/testcase}ClientRequestType"/>
               <element name="TRACE" type="{http://www.citrusframework.org/schema/http/testcase}ClientRequestType"/>
               <element name="PATCH" type="{http://www.citrusframework.org/schema/http/testcase}ClientRequestType"/>
             </choice>
             <element name="extract" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="header" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="variable" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="client" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="actor" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="fork" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </restriction>
       </complexContent>
     </complexType>