Apache CXF API

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

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

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

Fields in org.apache.cxf.binding.corba.wsdl with type parameters of type MemberType
protected  List<MemberType> Exception.member
           
protected  List<MemberType> Struct.member
           
 

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

Methods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type MemberType
 List<MemberType> Exception.getMember()
          Gets the value of the member property.
 List<MemberType> Struct.getMember()
          Gets the value of the member property.
 

Uses of MemberType in org.apache.cxf.tools.corba.processors.idl
 

Fields in org.apache.cxf.tools.corba.processors.idl declared as MemberType
protected  MemberType ExceptionDeferredAction.member
           
protected  MemberType StructDeferredAction.member
           
 

Constructors in org.apache.cxf.tools.corba.processors.idl with parameters of type MemberType
ExceptionDeferredAction(MemberType memberType)
           
ExceptionDeferredAction(MemberType memberType, org.apache.ws.commons.schema.XmlSchemaElement elem)
           
StructDeferredAction(MemberType memberType)
           
StructDeferredAction(MemberType memberType, org.apache.ws.commons.schema.XmlSchemaElement elem)
           
 

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

Methods in org.apache.cxf.tools.corba.processors.wsdl that return MemberType
protected  MemberType WSDLToCorbaHelper.processComplexContentStructChoice(org.apache.ws.commons.schema.XmlSchemaChoice choice, QName schematypeName, QName defaultName)
           
 

Methods in org.apache.cxf.tools.corba.processors.wsdl that return types with arguments of type MemberType
protected  List<MemberType> WSDLToCorbaHelper.processAttributesAsMembers(List<org.apache.ws.commons.schema.XmlSchemaAttributeOrGroupRef> list, String uri)
           
 


Apache CXF API

Apache CXF