org.wso2.carbon.jarservices
Class Service

java.lang.Object
  extended by org.wso2.carbon.jarservices.Service

public class Service
extends Object

This util class holds the information of Service


Constructor Summary
Service()
           
 
Method Summary
 String getClassName()
           
 String getDeploymentScope()
           
 Operation[] getOperations()
           
 String getServiceName()
           
 boolean isUseOriginalWsdl()
           
 void setClassName(String className)
           
 void setDeploymentScope(String deploymentScope)
           
 void setOperations(Operation[] operations)
           
 void setServiceName(String serviceName)
           
 void setUseOriginalWsdl(boolean useOriginalWsdl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Service

public Service()
Method Detail

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.