- marshall(Object) - Method in interface ee.ria.dhx.ws.service.DhxMarshallerService
 
- 
Marshalls object to file.
 
- marshall(Object, File) - Method in interface ee.ria.dhx.ws.service.DhxMarshallerService
 
- 
Marshalls object to given file.
 
- marshall(Object) - Method in class ee.ria.dhx.ws.service.impl.DhxMarshallerServiceImpl
 
- 
Marshalls object to file.
 
- marshall(Object, File) - Method in class ee.ria.dhx.ws.service.impl.DhxMarshallerServiceImpl
 
- 
Marshalls object to given file.
 
- MarshallerConfig - Class in ee.ria.dhx.ws.config.marshaller
 
- 
Contains beans needed for marshalling.
 
- MarshallerConfig() - Constructor for class ee.ria.dhx.ws.config.marshaller.MarshallerConfig
 
-  
 
- marshallToOutputStream(Object, OutputStream) - Method in interface ee.ria.dhx.ws.service.DhxMarshallerService
 
- 
Marshalls object to outputStream.
 
- marshallToOutputStream(Object, OutputStream) - Method in class ee.ria.dhx.ws.service.impl.DhxMarshallerServiceImpl
 
- 
Marshalls object to outputStream.
 
- marshallToOutputStreamNoNamespacePrefixes(Object, OutputStream, Boolean) - Method in interface ee.ria.dhx.ws.service.DhxMarshallerService
 
- 
Marshalls object to outputStream, removes all namespace prefixes from XML.
 
- marshallToOutputStreamNoNamespacePrefixes(Object, OutputStream, Boolean) - Method in class ee.ria.dhx.ws.service.impl.DhxMarshallerServiceImpl
 
- 
Marshalls object to outputStream, removes all namespace prefixes from XML.
 
- marshallToResult(Object, Result) - Method in interface ee.ria.dhx.ws.service.DhxMarshallerService
 
- 
Marshalls object to result.
 
- marshallToResult(Object, Result) - Method in class ee.ria.dhx.ws.service.impl.DhxMarshallerServiceImpl
 
- 
Marshalls object to result.
 
- marshallToWriter(Object) - Method in interface ee.ria.dhx.ws.service.DhxMarshallerService
 
- 
Marshalls object to writer.
 
- marshallToWriter(Object) - Method in class ee.ria.dhx.ws.service.impl.DhxMarshallerServiceImpl
 
- 
Marshalls object to writer.
 
- marshallToWriterAndValidate(Object, InputStream) - Method in interface ee.ria.dhx.ws.service.DhxMarshallerService
 
- 
Marshalls object to writer and validates.
 
- marshallToWriterAndValidate(Object, InputStream) - Method in class ee.ria.dhx.ws.service.impl.DhxMarshallerServiceImpl
 
- 
Marshalls object to writer and validates object if schemaStream is present.
 
- methodProcessors() - Method in class ee.ria.dhx.ws.config.endpoint.DhxEndpointConfig
 
- 
Method returns bean List of MarshallingPayloadMethodProcessors.