| java.lang.Object org.apache.cxf.jaxb.JAXBEncoderDecoder
JAXBEncoderDecoder | final public class JAXBEncoderDecoder (Code) | | Utility functions for JAXB.
|
Method Summary | |
public static Class> | getClassFromType(Type t) | public static Object | getElementValue(Object obj) | public static void | marshall(JAXBContext context, Schema schema, Object elValue, MessagePartInfo part, Object source, AttachmentMarshaller am) | public static void | marshall(JAXBContext context, Schema schema, Object elValue, Object source) | public static void | marshall(JAXBContext context, Schema schema, Object elValue, MessagePartInfo part, Object source) | public static Object | unmarshall(JAXBContext context, Schema schema, Object source) | public static Object | unmarshall(JAXBContext context, Schema schema, Object source, MessagePartInfo part, AttachmentUnmarshaller au, boolean unwrap) | public static Object | unmarshall(JAXBContext context, Schema schema, Object source, QName elName, Class> clazz, AttachmentUnmarshaller au, boolean unwrap) | public static Collection<Object> | unmarshallArray(JAXBContext context, Schema schema, Object source, QName elName, Class> clazz, AttachmentUnmarshaller au, Collection<Object> ret) |
|
|