org.wso2.carbon.jarservices
Class UploadArtifactsResponse

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

public class UploadArtifactsResponse
extends Object


Constructor Summary
UploadArtifactsResponse()
           
 
Method Summary
 String getPrimaryResourceFilePath()
           
 String getResourcesDirPath()
           
 Service[] getServices()
           
 boolean isWsdlProvided()
           
 void setPrimaryResourceFilePath(String primaryResourceFilePath)
           
 void setResourcesDirPath(String resourcesDirPath)
           
 void setServices(Service[] services)
           
 void setWsdlProvided(boolean wsdlProvided)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadArtifactsResponse

public UploadArtifactsResponse()
Method Detail

getServices

public Service[] getServices()

setServices

public void setServices(Service[] services)

getPrimaryResourceFilePath

public String getPrimaryResourceFilePath()

setPrimaryResourceFilePath

public void setPrimaryResourceFilePath(String primaryResourceFilePath)

getResourcesDirPath

public String getResourcesDirPath()

setResourcesDirPath

public void setResourcesDirPath(String resourcesDirPath)

isWsdlProvided

public boolean isWsdlProvided()

setWsdlProvided

public void setWsdlProvided(boolean wsdlProvided)


Copyright © 2015 WSO2. All rights reserved.