|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.soap.encoding.soapenc.EncUtils
This class contains ser/deser utilities used by Oracle SOAP.
Constructor Summary | |
EncUtils() |
Method Summary | |
static java.lang.Object[] |
mapArrayInbuiltToWrapper(java.lang.Class argType, java.lang.Object arg) This util method maps an array of inbuilt type to an array of wrapper type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EncUtils()
Method Detail |
public static java.lang.Object[] mapArrayInbuiltToWrapper(java.lang.Class argType, java.lang.Object arg)
argType
- class representing one dimensional array of wrapper typearg
- an instance of a one dimensional array of inbuilt type
|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |