org.wso2.carbon.jarservices
Class Service
java.lang.Object
org.wso2.carbon.jarservices.Service
public class Service
- extends Object
This util class holds the information of Service
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Service
public Service()
getClassName
public String getClassName()
setClassName
public void setClassName(String className)
getOperations
public Operation[] getOperations()
setOperations
public void setOperations(Operation[] operations)
getServiceName
public String getServiceName()
setServiceName
public void setServiceName(String serviceName)
getDeploymentScope
public String getDeploymentScope()
setDeploymentScope
public void setDeploymentScope(String deploymentScope)
isUseOriginalWsdl
public boolean isUseOriginalWsdl()
setUseOriginalWsdl
public void setUseOriginalWsdl(boolean useOriginalWsdl)
Copyright © 2015 WSO2. All rights reserved.