All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ma.org.w3.org.jibx.schema.org.w3._2001._12.soap_envelope.1.2.4.source-code.binding.xml Maven / Gradle / Ivy

The newest version!
<binding xmlns:tns="http://www.w3.org/2001/12/soap-envelope" name="binding" package="org.jibx.schema.org.w3._2001._12.soap_envelope" trim-whitespace="true">
  <namespace uri="http://www.w3.org/2001/12/soap-envelope" prefix="tns"/>
  <mapping abstract="true" type-name="tns:Envelope" class="org.jibx.schema.org.w3._2001._12.soap_envelope.Envelope">
    <structure type="org.jibx.schema.org.w3._2001._12.soap_envelope.Header" get-method="getHeader" set-method="setHeader" usage="optional"/>
    <structure type="org.jibx.schema.org.w3._2001._12.soap_envelope.Body" get-method="getBody" set-method="setBody"/>
  </mapping>
  <mapping class="org.jibx.schema.org.w3._2001._12.soap_envelope.Envelope" name="Envelope" ns="http://www.w3.org/2001/12/soap-envelope">
    <structure map-as="tns:Envelope"/>
  </mapping>
  <mapping abstract="true" type-name="tns:Header" class="org.jibx.schema.org.w3._2001._12.soap_envelope.Header">
    <structure get-method="getAnyList" set-method="setAnyList" usage="optional" marshaller="org.jibx.extras.DomListMapper" unmarshaller="org.jibx.extras.DomListMapper"/>
  </mapping>
  <mapping class="org.jibx.schema.org.w3._2001._12.soap_envelope.Header" name="Header" ns="http://www.w3.org/2001/12/soap-envelope">
    <structure map-as="tns:Header"/>
  </mapping>
  <mapping abstract="true" type-name="tns:Body" class="org.jibx.schema.org.w3._2001._12.soap_envelope.Body">
    <structure get-method="getAnyList" set-method="setAnyList" usage="optional" marshaller="org.jibx.extras.DomListMapper" unmarshaller="org.jibx.extras.DomListMapper"/>
  </mapping>
  <mapping class="org.jibx.schema.org.w3._2001._12.soap_envelope.Body" name="Body" ns="http://www.w3.org/2001/12/soap-envelope">
    <structure map-as="tns:Body"/>
  </mapping>
  <mapping abstract="true" type-name="tns:Fault" class="org.jibx.schema.org.w3._2001._12.soap_envelope.Fault">
    <value style="element" name="faultcode" get-method="getFaultcode" set-method="setFaultcode"/>
    <value style="element" name="faultstring" get-method="getFaultstring" set-method="setFaultstring"/>
    <value style="element" name="faultactor" get-method="getFaultactor" set-method="setFaultactor" usage="optional"/>
    <structure map-as="tns:detail" get-method="getDetail" set-method="setDetail" usage="optional" name="detail"/>
  </mapping>
  <mapping class="org.jibx.schema.org.w3._2001._12.soap_envelope.Fault" name="Fault" ns="http://www.w3.org/2001/12/soap-envelope">
    <structure map-as="tns:Fault"/>
  </mapping>
  <mapping abstract="true" type-name="tns:detail" class="org.jibx.schema.org.w3._2001._12.soap_envelope.Detail">
    <structure get-method="getAnyList" set-method="setAnyList" usage="optional" marshaller="org.jibx.extras.DomListMapper" unmarshaller="org.jibx.extras.DomListMapper"/>
  </mapping>
</binding>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy