Package com.openharbor.beck.apache.axis

Integration with the Apache Axis SOAP framework.

See:
          Description

Class Summary
AxisWriter Converts from XMLWriter to an Axis SerializationContext.
BeckDeserializer  
BeckDeserializer.BeckHandler  
BeckDeserializer.BeckHandler.AxisNamespaceResolver  
BeckDeserializerFactory Enables Apache Axis to use Beck to copy from a SOAP message to Java objects.
BeckSerializer  
BeckSerializerFactory Enables Apache Axis to use Beck to copy from Java objects into a SOAP message.
 

Package com.openharbor.beck.apache.axis Description

Integration with the Apache Axis SOAP framework. Beck functions as a serializer or deserializer, from Axis' point of view.

To use this software, create concrete classes that extend BeckSerializerFactory and/or BeckDeserializerFactory. Your factory class(es) need only define how to construct a Configuration; the base classes will take care of the rest. Typically you'll define a pair of Factory classes for each possible Configuration. Finally, create an Axis deployment descriptor (.wsdd file) that causes Axis to use your Factory classes when copying to or from XML elements that appear within SOAP messages.