Class XmlSOAPBinding

java.lang.Object
com.oracle.xmlns.webservices.jaxws_databinding.XmlSOAPBinding
All Implemented Interfaces:
Annotation

public class XmlSOAPBinding extends Object implements jakarta.jws.soap.SOAPBinding
This file was generated by JAXB-RI v2.2.6 and afterwards modified to implement appropriate Annotation

Java class for anonymous complex type.

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


 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="style" type="{http://xmlns.oracle.com/webservices/jaxws-databinding}soap-binding-style" default="DOCUMENT" />
       <attribute name="use" type="{http://xmlns.oracle.com/webservices/jaxws-databinding}soap-binding-use" default="LITERAL" />
       <attribute name="parameter-style" type="{http://xmlns.oracle.com/webservices/jaxws-databinding}soap-binding-parameter-style" default="WRAPPED" />
     </restriction>
   </complexContent>
 </complexType>