org.apache.cxf.bindings.jbi
Class JBIFormatBinding

java.lang.Object
  extended by org.apache.cxf.wsdl.TExtensibilityElement
      extended by org.apache.cxf.wsdl.TExtensibilityElementImpl
          extended by org.apache.cxf.bindings.jbi.JBIFormatBinding
All Implemented Interfaces:
javax.wsdl.extensions.ExtensibilityElement

public class JBIFormatBinding
extends TExtensibilityElementImpl

Java class for JBIFormatBinding complex type.

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

 <complexType name="JBIFormatBinding">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
       <sequence>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.apache.cxf.wsdl.TExtensibilityElement
required
 
Constructor Summary
JBIFormatBinding()
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.wsdl.TExtensibilityElementImpl
getElementType, getRequired, setElementType, setRequired
 
Methods inherited from class org.apache.cxf.wsdl.TExtensibilityElement
isRequired, isSetRequired, setRequired, unsetRequired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBIFormatBinding

public JBIFormatBinding()


Apache CXF