Apache CXF API

Uses of Class
org.apache.cxf.jaxb.JAXBUtils.IdentifierType

Packages that use JAXBUtils.IdentifierType
org.apache.cxf.jaxb   
 

Uses of JAXBUtils.IdentifierType in org.apache.cxf.jaxb
 

Methods in org.apache.cxf.jaxb that return JAXBUtils.IdentifierType
static JAXBUtils.IdentifierType JAXBUtils.IdentifierType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JAXBUtils.IdentifierType[] JAXBUtils.IdentifierType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.cxf.jaxb with parameters of type JAXBUtils.IdentifierType
static String JAXBUtils.nameToIdentifier(String name, JAXBUtils.IdentifierType type)
          Converts an XML name to a Java identifier according to the mapping algorithm outlined in the JAXB specification
 


Apache CXF API

Apache CXF