org.codehaus.xfire.spring.config
Class MethodBean

java.lang.Object
  extended by org.codehaus.xfire.spring.config.MethodBean

public class MethodBean
extends java.lang.Object


Constructor Summary
MethodBean()
           
 
Method Summary
 java.lang.String getMep()
           
 java.lang.String getName()
           
 java.lang.String getOperationName()
           
 java.util.List getParameters()
           
 java.util.Map getProperties()
           
 ParameterBean getReturnType()
           
 java.lang.String getSoapAction()
           
 boolean isExclude()
           
 void setExclude(boolean exclude)
           
 void setMep(java.lang.String mep)
           
 void setName(java.lang.String name)
           
 void setOperationName(java.lang.String operationName)
           
 void setParameters(java.util.List parameters)
           
 void setProperties(java.util.Map properties)
           
 void setReturnType(ParameterBean returnType)
           
 void setSoapAction(java.lang.String soapAction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodBean

public MethodBean()
Method Detail

getSoapAction

public java.lang.String getSoapAction()

setSoapAction

public void setSoapAction(java.lang.String soapAction)

getMep

public java.lang.String getMep()

setMep

public void setMep(java.lang.String mep)

isExclude

public boolean isExclude()

setExclude

public void setExclude(boolean exclude)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getOperationName

public java.lang.String getOperationName()

setOperationName

public void setOperationName(java.lang.String operationName)

getProperties

public java.util.Map getProperties()

setProperties

public void setProperties(java.util.Map properties)

getReturnType

public ParameterBean getReturnType()
Returns:

setReturnType

public void setReturnType(ParameterBean returnType)

getParameters

public java.util.List getParameters()
Returns:

setParameters

public void setParameters(java.util.List parameters)


Copyright © 2004-2010. All Rights Reserved.