Apache CXF API

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

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

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

Fields in org.apache.cxf.configuration.types with type parameters of type ClassNamespaceMappingType
protected  java.util.List<ClassNamespaceMappingType> ClassNamespaceMappingListType.map
           
 

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

Methods in org.apache.cxf.configuration.types that return types with arguments of type ClassNamespaceMappingType
 java.util.List<ClassNamespaceMappingType> ClassNamespaceMappingListType.getMap()
          Gets the value of the map property.
 


Apache CXF API

-