Uses of Class
org.wso2.carbon.mediation.library.stub.upload.types.carbon.LibraryFileItem
-
Packages that use LibraryFileItem Package Description org.wso2.carbon.mediation.library.stub.upload org.wso2.carbon.mediation.library.stub.upload.types.carbon -
-
Uses of LibraryFileItem in org.wso2.carbon.mediation.library.stub.upload
Fields in org.wso2.carbon.mediation.library.stub.upload declared as LibraryFileItem Modifier and Type Field Description protected LibraryFileItem[]
UploadLibrary. localFileItems
field for FileItems This was an Array!Methods in org.wso2.carbon.mediation.library.stub.upload that return LibraryFileItem Modifier and Type Method Description LibraryFileItem[]
UploadLibrary. getFileItems()
Auto generated getter methodMethods in org.wso2.carbon.mediation.library.stub.upload with parameters of type LibraryFileItem Modifier and Type Method Description void
UploadLibrary. addFileItems(LibraryFileItem param)
Auto generated add method for the array for conveniencevoid
UploadLibrary. setFileItems(LibraryFileItem[] param)
Auto generated setter methodvoid
MediationLibraryUploader. startuploadLibrary(LibraryFileItem[] fileItems2, MediationLibraryUploaderCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
MediationLibraryUploaderStub. startuploadLibrary(LibraryFileItem[] fileItems5, MediationLibraryUploaderCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
MediationLibraryUploader. uploadLibrary(LibraryFileItem[] fileItems2)
Auto generated method signaturevoid
MediationLibraryUploaderStub. uploadLibrary(LibraryFileItem[] fileItems5)
Auto generated method signatureprotected void
UploadLibrary. validateFileItems(LibraryFileItem[] param)
validate the array for FileItems -
Uses of LibraryFileItem in org.wso2.carbon.mediation.library.stub.upload.types.carbon
Methods in org.wso2.carbon.mediation.library.stub.upload.types.carbon that return LibraryFileItem Modifier and Type Method Description static LibraryFileItem
LibraryFileItem.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
-