it.imolinfo.jbi4corba.webservice.generator
Class MethodSignature

java.lang.Object
  extended by it.imolinfo.jbi4corba.webservice.generator.MethodSignature

public class MethodSignature
extends Object

This class provides the object representation of a method's signature.


Constructor Summary
MethodSignature()
          Default constructor.
 
Method Summary
 boolean equals(Object obj)
           
 Method getChangedMethod()
           
 String getClassName()
           
 Class getClassType()
           
 List<String> getExceptionsType()
          A getter.
 Method getMethod()
           
 Set<String> getMethodAnyTypes()
           
 Set<String> getMethodInterfaceTypes()
           
 String getMethodName()
          getter.
 Set<String> getMethodUnionTypes()
           
 List<Param> getParameters()
           
 String getReturnName()
          getter.
 String getReturnType()
          getter.
 boolean hasCorbaTypes()
           
 boolean isContainsHolder()
           
 boolean isOneway()
          getter.
 void setChangedMethod(Method changedMethod)
           
 void setClassName(String classNameStr)
           
 void setClassType(Class classType)
           
 void setContainsHolder(boolean containsHolder)
           
 void setExceptionsType(List<String> exceptionsType)
          A setter.
 void setMethod(Method method)
           
 void setMethodAnyTypes(Set<String> methodInterfaceTypes)
           
 void setMethodInterfaceTypes(Set<String> methodInterfaceTypes)
           
 void setMethodName(String methodName)
          setter.
 void setMethodUnionTypes(Set<String> methodUnionTypes)
           
 void setOneway(boolean oneway)
          setter.
 void setParameters(List<Param> parameters)
           
 void setReturnName(String returnName)
          setter.
 void setReturnType(String returnType)
          setter.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodSignature

public MethodSignature()
Default constructor.

Method Detail

toString

public String toString()
Overrides:
toString in class Object
Returns:
This object as String.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
Parameters:
obj - An object.
Returns:
true, if this object is equal to the obj parameter.

getMethodName

public String getMethodName()
getter.

Returns:
The current value

setMethodName

public void setMethodName(String methodName)
setter.

Parameters:
methodName - the value to set.

getReturnType

public String getReturnType()
getter.

Returns:
The current value

setReturnType

public void setReturnType(String returnType)
setter.

Parameters:
returnType - the value to set.

getReturnName

public String getReturnName()
getter.

Returns:
The current value

setReturnName

public void setReturnName(String returnName)
setter.

Parameters:
returnName - The value to set.

getExceptionsType

public List<String> getExceptionsType()
A getter.

Returns:
The current exceptionsType attribute.

setExceptionsType

public void setExceptionsType(List<String> exceptionsType)
A setter.

Parameters:
exceptionsType - The new exceptionsType attribute.

isOneway

public boolean isOneway()
getter.

Returns:
The current value of the property.

setOneway

public void setOneway(boolean oneway)
setter.

Parameters:
oneway - The new value of the property.

getParameters

public List<Param> getParameters()

setParameters

public void setParameters(List<Param> parameters)

isContainsHolder

public boolean isContainsHolder()

setContainsHolder

public void setContainsHolder(boolean containsHolder)

getClassName

public String getClassName()

setClassName

public void setClassName(String classNameStr)

getClassType

public Class getClassType()

setClassType

public void setClassType(Class classType)

getMethod

public Method getMethod()

setMethod

public void setMethod(Method method)

getChangedMethod

public Method getChangedMethod()

setChangedMethod

public void setChangedMethod(Method changedMethod)

getMethodUnionTypes

public Set<String> getMethodUnionTypes()

setMethodUnionTypes

public void setMethodUnionTypes(Set<String> methodUnionTypes)

getMethodInterfaceTypes

public Set<String> getMethodInterfaceTypes()

setMethodInterfaceTypes

public void setMethodInterfaceTypes(Set<String> methodInterfaceTypes)

getMethodAnyTypes

public Set<String> getMethodAnyTypes()

setMethodAnyTypes

public void setMethodAnyTypes(Set<String> methodInterfaceTypes)

hasCorbaTypes

public boolean hasCorbaTypes()


Copyright © 2005-2010 Imola Informatica. All Rights Reserved.