perform(Object obj)
This is the main method of a Function Component.
void
registerTypeMapping(Class javaType,
javax.xml.namespace.QName xmlType,
org.apache.axis.encoding.SerializerFactory serializerFactory,
org.apache.axis.encoding.DeserializerFactory deserializerFactory)
This method is analogous to the 'registerTypeMapping' method in org.apache.axis.client.Call.
Methods inherited from class com.ibm.di.fc.Function
This is the main method of a Function Component. This method is called for the Function Component
to actually do its job. The implementation of this methods performs the function which the Function Component
was created to do.
Parameters:
obj - the input to the function
Returns:
the output from the function
Throws:
Exception - An exception is thrown if this method fails.
registerTypeMapping
public void registerTypeMapping(Class javaType,
javax.xml.namespace.QName xmlType,
org.apache.axis.encoding.SerializerFactory serializerFactory,
org.apache.axis.encoding.DeserializerFactory deserializerFactory)
This method is analogous to the 'registerTypeMapping' method in org.apache.axis.client.Call.
It can be used for configuring serialization/deserialization of Java types, for which the
default serializer/deserializer (org.apache.axis.encoding.ser.BeanSerializer/
org.apache.axis.encoding.ser.BeanDeserializer) is not suitable.