it.imolinfo.jbi4corba.jbi.cxf
Class OutMarshallerHelper
java.lang.Object
it.imolinfo.jbi4corba.jbi.cxf.OutMarshallerHelper
public final class OutMarshallerHelper
- extends Object
Helper class for the jaxb mapping of the returned results.
Derived from the JxbEncoderDecoder class.
- Author:
- mpiraccini@imolinfo.it
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutMarshallerHelper
public OutMarshallerHelper()
writeObject
public static void writeObject(javax.xml.bind.Marshaller u,
Object source,
Object mObj)
throws org.apache.cxf.interceptor.Fault,
javax.xml.bind.JAXBException
- Writes out the object on the marshaler.
- Parameters:
u
- source
- mObj
-
- Throws:
org.apache.cxf.interceptor.Fault
javax.xml.bind.JAXBException
marshal
public static void marshal(javax.xml.bind.Marshaller marshaller,
Object elValue,
org.apache.cxf.service.model.MessagePartInfo part,
Object source)
throws org.apache.cxf.interceptor.Fault
- Marshal an object using jabx.
This implementation supports array as return values.
- Parameters:
marshaller
- elValue
- part
- source
-
- Throws:
org.apache.cxf.interceptor.Fault
Copyright © 2005-2010 Imola Informatica. All Rights Reserved.