Package org.apache.cxf.common.jaxb
Interface JAXBBeanInfo
-
public interface JAXBBeanInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getElementLocalName(Object object)
String
getElementNamespaceURI(Object object)
Collection<QName>
getTypeNames()
boolean
isElement()
-