org.codehaus.ivory.attributes
Class ParameterType

java.lang.Object
  |
  +--org.codehaus.ivory.attributes.ParameterType

public class ParameterType
extends java.lang.Object

An Attribute which specifies the returned parameter type for SOAP serialization.

Since:
Sep 23, 2003
Author:
Dan Diephouse

Constructor Summary
ParameterType(java.lang.Class clazz)
           
 
Method Summary
 java.lang.Class getParameterType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterType

public ParameterType(java.lang.Class clazz)
Method Detail

getParameterType

public java.lang.Class getParameterType()


Copyright © -2003 Codehaus. All Rights Reserved.