Apache CXF API

Uses of Class
org.apache.cxf.binding.corba.wsdl.Struct

Packages that use Struct
org.apache.cxf.binding.corba.wsdl   
org.apache.cxf.tools.corba.processors.wsdl   
 

Uses of Struct in org.apache.cxf.binding.corba.wsdl
 

Methods in org.apache.cxf.binding.corba.wsdl that return Struct
 Struct ObjectFactory.createStruct()
          Create an instance of Struct
 

Uses of Struct in org.apache.cxf.tools.corba.processors.wsdl
 

Methods in org.apache.cxf.tools.corba.processors.wsdl that return Struct
protected  Struct WSDLToCorbaHelper.processComplexContentStruct(org.apache.ws.commons.schema.XmlSchemaComplexContent complex, QName defaultName, Struct corbaStruct, QName schematypeName)
           
protected  Struct WSDLToCorbaHelper.processSimpleContentStruct(org.apache.ws.commons.schema.XmlSchemaSimpleContent simpleContent, QName defaultName, Struct corbaStruct, QName schematypeName)
           
 

Methods in org.apache.cxf.tools.corba.processors.wsdl with parameters of type Struct
protected  Struct WSDLToCorbaHelper.processComplexContentStruct(org.apache.ws.commons.schema.XmlSchemaComplexContent complex, QName defaultName, Struct corbaStruct, QName schematypeName)
           
protected  Struct WSDLToCorbaHelper.processSimpleContentStruct(org.apache.ws.commons.schema.XmlSchemaSimpleContent simpleContent, QName defaultName, Struct corbaStruct, QName schematypeName)
           
 


Apache CXF API

Apache CXF