Package com.consol.citrus.ssh.model
Class SshMarshaller
- java.lang.Object
-
- org.springframework.oxm.jaxb.Jaxb2Marshaller
-
- com.consol.citrus.ssh.model.SshMarshaller
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.InitializingBean,org.springframework.oxm.GenericMarshaller,org.springframework.oxm.GenericUnmarshaller,org.springframework.oxm.Marshaller,org.springframework.oxm.mime.MimeMarshaller,org.springframework.oxm.mime.MimeUnmarshaller,org.springframework.oxm.Unmarshaller
public class SshMarshaller extends org.springframework.oxm.jaxb.Jaxb2Marshaller- Since:
- 2.1
- Author:
- Christoph Deppisch
-
-
Constructor Summary
Constructors Constructor Description SshMarshaller()
-
Method Summary
-
Methods inherited from class org.springframework.oxm.jaxb.Jaxb2Marshaller
afterPropertiesSet, convertJaxbException, createMarshaller, createUnmarshaller, getClassesToBeBound, getContextPath, getJaxbContext, getPackagesToScan, initJaxbMarshaller, initJaxbUnmarshaller, isProcessExternalEntities, isSupportDtd, marshal, marshal, setAdapters, setBeanClassLoader, setCheckForXmlRootElement, setClassesToBeBound, setContextPath, setContextPaths, setJaxbContextProperties, setLazyInit, setMappedClass, setMarshallerListener, setMarshallerProperties, setMtomEnabled, setPackagesToScan, setProcessExternalEntities, setSchema, setSchemaLanguage, setSchemaResourceResolver, setSchemas, setSupportDtd, setSupportJaxbElementClass, setUnmarshallerListener, setUnmarshallerProperties, setValidationEventHandler, supports, supports, unmarshal, unmarshal, unmarshalStaxSource
-
-