Apache CXF API

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

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

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

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

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

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


Apache CXF API

-