BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.soap
Class SoapType

java.lang.Object
  |
  +--weblogic.soap.SoapType

public class SoapType
extends java.lang.Object

Represents a data type that will be encoded/decoded into a SOAP message

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

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

SoapType

public SoapType(java.lang.String name,
                java.lang.Class type)
creates a soap type with the specified name and type

Parameters:
name - name of the type
type - type
Method Detail

getName

public java.lang.String getName()
returns the name of the type

Returns:
name

getType

public java.lang.Class getType()
returns the type

Returns:
type

getTypeAsString

public java.lang.String getTypeAsString()
returns the type as string. this method adds "[]" if the type is an array.

Returns:
type as string

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.