Method Summary |
|
protected JAXBContext | createJaxbContext() |
protected void | initJaxbMarshaller(Marshaller marshaller) |
protected void | initJaxbUnmarshaller(Unmarshaller unmarshaller) |
public void | marshal(Object graph, Result result) |
public void | marshal(Object graph, Result result, MimeContainer mimeContainer) |
public void | setAdapters(XmlAdapter[] adapters) |
public void | setClassesToBeBound(Class[] classesToBeBound) Sets the list of java classes to be recognized by a newly created JAXBContext. |
public void | setJaxbContextProperties(Map<String, ?> jaxbContextProperties) Sets the JAXBContext properties. |
public void | setMarshallerListener(Marshaller.Listener marshallerListener) Sets the Marshaller.Listener to be registered with the JAXB Marshaller . |
public void | setMtomEnabled(boolean mtomEnabled) Indicates whether MTOM support should be enabled or not. |
public void | setSchema(Resource schemaResource) Sets the schema resource to use for validation. |
public void | setSchemaLanguage(String schemaLanguage) Sets the schema language. |
public void | setSchemas(Resource[] schemaResources) Sets the schema resources to use for validation. |
public void | setUnmarshallerListener(Unmarshaller.Listener unmarshallerListener) Sets the Unmarshaller.Listener to be registered with the JAXB Unmarshaller . |
public boolean | supports(Class clazz) |
public Object | unmarshal(Source source) |
public Object | unmarshal(Source source, MimeContainer mimeContainer) |