Uses of Class
org.wso2.carbon.webapp.mgt.stub.types.carbon.WebappUploadData
Packages that use WebappUploadData
Package
Description
-
Uses of WebappUploadData in org.wso2.carbon.webapp.mgt.stub
Methods in org.wso2.carbon.webapp.mgt.stub with parameters of type WebappUploadDataModifier and TypeMethodDescriptionvoidWebappAdmin.startuploadWebapp(WebappUploadData[] webappUploadDataList92, WebappAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidWebappAdminStub.startuploadWebapp(WebappUploadData[] webappUploadDataList185, WebappAdminCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsbooleanWebappAdmin.uploadWebapp(WebappUploadData[] webappUploadDataList92) Auto generated method signaturebooleanWebappAdminStub.uploadWebapp(WebappUploadData[] webappUploadDataList185) Auto generated method signature -
Uses of WebappUploadData in org.wso2.carbon.webapp.mgt.stub.types.axis2
Fields in org.wso2.carbon.webapp.mgt.stub.types.axis2 declared as WebappUploadDataModifier and TypeFieldDescriptionprotected WebappUploadData[]UploadWebapp.localWebappUploadDataListfield for WebappUploadDataList This was an Array!Methods in org.wso2.carbon.webapp.mgt.stub.types.axis2 that return WebappUploadDataModifier and TypeMethodDescriptionUploadWebapp.getWebappUploadDataList()Auto generated getter methodMethods in org.wso2.carbon.webapp.mgt.stub.types.axis2 with parameters of type WebappUploadDataModifier and TypeMethodDescriptionvoidUploadWebapp.addWebappUploadDataList(WebappUploadData param) Auto generated add method for the array for conveniencevoidUploadWebapp.setWebappUploadDataList(WebappUploadData[] param) Auto generated setter methodprotected voidUploadWebapp.validateWebappUploadDataList(WebappUploadData[] param) validate the array for WebappUploadDataList -
Uses of WebappUploadData in org.wso2.carbon.webapp.mgt.stub.types.carbon
Methods in org.wso2.carbon.webapp.mgt.stub.types.carbon that return WebappUploadDataModifier and TypeMethodDescriptionstatic WebappUploadDataWebappUploadData.Factory.parse(XMLStreamReader reader) static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element