BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.soap.SoapType

Packages that use SoapType
weblogic.soap   
 

Uses of SoapType in weblogic.soap
 

Methods in weblogic.soap that return SoapType
 SoapType SoapMethod.getReturnType()
          returns the return type of this method.
 SoapType[] SoapMethod.getParameters()
          returns an array of parameter types specified for this method.
 

Methods in weblogic.soap with parameters of type SoapType
 SoapMethod WebServiceProxy.addMethod(java.lang.String name, SoapType returnType, SoapType[] parameters)
          creates and add a soap method to this proxy with the specified name, return type and parameters.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

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