Package com.sun.xml.rpc.encoding
Class StandardTypeMappings
- java.lang.Object
-
- com.sun.xml.rpc.encoding.StandardTypeMappings
-
public class StandardTypeMappings extends Object
-
-
Constructor Summary
Constructors Constructor Description StandardTypeMappings()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExtendedTypeMappinggetLiteral()static ExtendedTypeMappinggetRPCLiteral()static ExtendedTypeMappinggetSoap()static ExtendedTypeMappinggetSoap(SOAPVersion ver)
-
-
-
Method Detail
-
getSoap
public static ExtendedTypeMapping getSoap()
-
getSoap
public static ExtendedTypeMapping getSoap(SOAPVersion ver)
-
getLiteral
public static ExtendedTypeMapping getLiteral()
-
getRPCLiteral
public static ExtendedTypeMapping getRPCLiteral()
-
-