Apache CXF API

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

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

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

Fields in org.apache.cxf.configuration.types with type parameters of type ExtensionType
protected  java.util.List<ExtensionType> ExtensionTypeList.extension
           
 

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

Methods in org.apache.cxf.configuration.types that return types with arguments of type ExtensionType
 java.util.List<ExtensionType> ExtensionTypeList.getExtension()
          Gets the value of the extension property.
 


Apache CXF API

-