Hi Ferruh,
there is a custom Castor de/serializers in Axis:
<typeMapping
xmlns:ns="http://mynamespace"
qname="ns:ServerStatus"
type="java:my.pkg.SomeClass"
serializer="org.apache.axis.encoding.ser.castor.CastorSerializerFactory"
deserializer="org.apache.axis.encoding.ser.castor.CastorDeserializerFactory"
encodingStyle=""/>
(Ich habe aber andere Probleme, vlt. kannst du mir da weiterhelfen?)
regards
Mike
Ferruh Zamangoer schrieb:
Hi,
I read in a book that it is possible to use castor a data binding
framework for marshalling and unmarshalling for Java. I try two write my
own se-/deserializers but it doesn’t work . My Problem is that I have
some classes which do not comply to a JavaBean. My current solution for
this problem is that I serialize this classes to an file and send it
with an attachment to my service. The service read the stream and create
my object but this not a nice solution. Have anybody some experiences
with castor using in AXIS, additionally how big is the effort to use
castor in axis?
Regards
Ferruh