|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--weblogic.soap.SoapType
Represents a data type that will be encoded/decoded into a SOAP message
| Constructor Summary | |
SoapType(java.lang.String name,
java.lang.Class type)
creates a soap type with the specified name and type |
|
| Method Summary | |
java.lang.String |
getName()
returns the name of the type |
java.lang.Class |
getType()
returns the type |
java.lang.String |
getTypeAsString()
returns the type as string. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public SoapType(java.lang.String name,
java.lang.Class type)
name - name of the typetype - type| Method Detail |
public java.lang.String getName()
public java.lang.Class getType()
public java.lang.String getTypeAsString()
public java.lang.String toString()
|
Documentation is available at http://e-docs.bea.com/wls/docs61 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||