Apache CXF API

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

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

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

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

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

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


Apache CXF API

-