Class SoapTypeMapping
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.SoapTypeMapping
Base class for registering all SOAP data objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
registerTypeMappings
(org.apache.axis.client.Call call) Registers SOAP type mappings.
-
Constructor Details
-
SoapTypeMapping
public SoapTypeMapping()
-
-
Method Details
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call) Registers SOAP type mappings.- Parameters:
call
- Soap call.
-