org.apache.beehive.wsm.jsr181.model
Class WebServiceMETHODMetadata
Object
AnnotationModel
WebServiceMETHODMetadata
public class WebServiceMETHODMetadata
- extends AnnotationModel
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebServiceMETHODMetadata
public WebServiceMETHODMetadata(String methodName,
Class returnType)
WebServiceMETHODMetadata
public WebServiceMETHODMetadata(String javaMethodName,
Class javaReturnType,
boolean throwsExceptions,
Collection<Annotation> annotations,
List<? extends WebServicePARAMETERMetadata> webParams)
throws Exception
- Throws:
Exception
validate
public void validate()
throws ValidationException
- Specified by:
validate
in class AnnotationModel
- Throws:
ValidationException
isOneWay
public boolean isOneWay()
setOneWay
public void setOneWay(boolean oneway)
getSecurityRoles
public SecurityRolesInfo getSecurityRoles()
setSecurityRoles
public void setSecurityRoles(SecurityRolesInfo securityRoles)
getWmAction
public String getWmAction()
setWmAction
public void setWmAction(String wmAction)
getWmOperationName
public String getWmOperationName()
setWmOperationName
public void setWmOperationName(String wmOperationName)
getWrName
public String getWrName()
setWrName
public void setWrName(String wrName)
getWrTargetNamespace
public String getWrTargetNamespace()
setWrTargetNamespace
public void setWrTargetNamespace(String wrTargetNamespace)
getParams
public List<WebServicePARAMETERMetadata> getParams()
addParams
public void addParams(Collection<? extends WebServicePARAMETERMetadata> parameters)
addParam
public void addParam(WebServicePARAMETERMetadata parameter)
getJavaMethodName
public String getJavaMethodName()
getJavaReturnType
public Class getJavaReturnType()