Uses of Class
org.apache.cxf.ws.transfer.Empty
Packages that use Empty
-
Uses of Empty in org.apache.cxf.ws.transfer
Fields in org.apache.cxf.ws.transfer declared as EmptyModifier and TypeFieldDescriptionprotected EmptyTransferResource.deleteOperationSupportedprotected EmptyTransferResource.faultOnPutDeniedprotected EmptyTransferResource.putOperationSupportedMethods in org.apache.cxf.ws.transfer that return EmptyModifier and TypeMethodDescriptionObjectFactory.createEmpty()Create an instance ofEmptyTransferResource.getDeleteOperationSupported()Gets the value of the deleteOperationSupported property.TransferResource.getFaultOnPutDenied()Gets the value of the faultOnPutDenied property.TransferResource.getPutOperationSupported()Gets the value of the putOperationSupported property.Methods in org.apache.cxf.ws.transfer with parameters of type EmptyModifier and TypeMethodDescriptionvoidTransferResource.setDeleteOperationSupported(Empty value) Sets the value of the deleteOperationSupported property.voidTransferResource.setFaultOnPutDenied(Empty value) Sets the value of the faultOnPutDenied property.voidTransferResource.setPutOperationSupported(Empty value) Sets the value of the putOperationSupported property.