Uses of Class
org.wso2.carbon.rest.api.stub.types.carbon.ResourceData
-
Packages that use ResourceData Package Description org.wso2.carbon.rest.api.stub org.wso2.carbon.rest.api.stub.types.axis2 org.wso2.carbon.rest.api.stub.types.carbon -
-
Uses of ResourceData in org.wso2.carbon.rest.api.stub
Methods in org.wso2.carbon.rest.api.stub with parameters of type ResourceData Modifier and Type Method Description StringRestApiAdmin. getResourceSource(ResourceData resourceData123)Auto generated method signatureStringRestApiAdminStub. getResourceSource(ResourceData resourceData236)Auto generated method signaturevoidRestApiAdmin. startgetResourceSource(ResourceData resourceData123, RestApiAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidRestApiAdminStub. startgetResourceSource(ResourceData resourceData236, RestApiAdminCallbackHandler callback)Auto generated method signature for Asynchronous Invocations -
Uses of ResourceData in org.wso2.carbon.rest.api.stub.types.axis2
Fields in org.wso2.carbon.rest.api.stub.types.axis2 declared as ResourceData Modifier and Type Field Description protected ResourceDataGetResourceSource. localResourceDatafield for ResourceDataMethods in org.wso2.carbon.rest.api.stub.types.axis2 that return ResourceData Modifier and Type Method Description ResourceDataGetResourceSource. getResourceData()Auto generated getter methodMethods in org.wso2.carbon.rest.api.stub.types.axis2 with parameters of type ResourceData Modifier and Type Method Description voidGetResourceSource. setResourceData(ResourceData param)Auto generated setter method -
Uses of ResourceData in org.wso2.carbon.rest.api.stub.types.carbon
Fields in org.wso2.carbon.rest.api.stub.types.carbon declared as ResourceData Modifier and Type Field Description protected ResourceData[]APIData. localResourcesfield for Resources This was an Array!Methods in org.wso2.carbon.rest.api.stub.types.carbon that return ResourceData Modifier and Type Method Description ResourceData[]APIData. getResources()Auto generated getter methodstatic ResourceDataResourceData.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 elementMethods in org.wso2.carbon.rest.api.stub.types.carbon with parameters of type ResourceData Modifier and Type Method Description voidAPIData. addResources(ResourceData param)Auto generated add method for the array for conveniencevoidAPIData. setResources(ResourceData[] param)Auto generated setter methodprotected voidAPIData. validateResources(ResourceData[] param)validate the array for Resources
-