Apache CXF API

Uses of Class
org.apache.cxf.configuration.types.ExtensionTypeList

Packages that use ExtensionTypeList
org.apache.cxf.configuration.types   
 

Uses of ExtensionTypeList in org.apache.cxf.configuration.types
 

Methods in org.apache.cxf.configuration.types that return ExtensionTypeList
 ExtensionTypeList ObjectFactory.createExtensionTypeList()
          Create an instance of ExtensionTypeList
 

Methods in org.apache.cxf.configuration.types that return types with arguments of type ExtensionTypeList
 javax.xml.bind.JAXBElement<ExtensionTypeList> ObjectFactory.createExtensionTypeListValue(ExtensionTypeList value)
          Create an instance of JAXBElement<ExtensionTypeList>}
 

Methods in org.apache.cxf.configuration.types with parameters of type ExtensionTypeList
 javax.xml.bind.JAXBElement<ExtensionTypeList> ObjectFactory.createExtensionTypeListValue(ExtensionTypeList value)
          Create an instance of JAXBElement<ExtensionTypeList>}
 


Apache CXF API

-