Package io.quarkiverse.cxf
Class QuarkusJAXBBeanInfo
- java.lang.Object
-
- io.quarkiverse.cxf.QuarkusJAXBBeanInfo
-
- All Implemented Interfaces:
org.apache.cxf.common.jaxb.JAXBBeanInfo
public class QuarkusJAXBBeanInfo extends Object implements org.apache.cxf.common.jaxb.JAXBBeanInfo
-
-
Constructor Summary
Constructors Constructor Description QuarkusJAXBBeanInfo(QName typeName, org.apache.ws.commons.schema.XmlSchemaElement el, QName qname)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetElementLocalName(Object object)StringgetElementNamespaceURI(Object object)Collection<QName>getTypeNames()booleanisElement()
-
-
-
Method Detail
-
isElement
public boolean isElement()
- Specified by:
isElementin interfaceorg.apache.cxf.common.jaxb.JAXBBeanInfo
-
getTypeNames
public Collection<QName> getTypeNames()
- Specified by:
getTypeNamesin interfaceorg.apache.cxf.common.jaxb.JAXBBeanInfo
-
getElementNamespaceURI
public String getElementNamespaceURI(Object object)
- Specified by:
getElementNamespaceURIin interfaceorg.apache.cxf.common.jaxb.JAXBBeanInfo
-
-