mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
- Update to axis 1.3
- Re-gen server and client stubs against axis 1.3 - Fix issues with repo and admin wsdl as highlighted by .NET - Created sample .NET application that authenticates, browses spaces and views content. - Added Timestamp action to server configuration of security header to support .NET - Updated Java, PHP and Ruby clients to pass Timestamp action on security header. - retested Java, PHP, Ruby and .NET web service test clients. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2471 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -2,15 +2,18 @@
|
||||
* ParameterDefinition.java
|
||||
*
|
||||
* This file was auto-generated from WSDL
|
||||
* by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
|
||||
* by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
|
||||
*/
|
||||
|
||||
package org.alfresco.repo.webservice.action;
|
||||
|
||||
public class ParameterDefinition implements java.io.Serializable {
|
||||
private java.lang.String name;
|
||||
|
||||
private java.lang.String type;
|
||||
|
||||
private boolean isMandatory;
|
||||
|
||||
private java.lang.String displayLabel;
|
||||
|
||||
public ParameterDefinition() {
|
||||
|
Reference in New Issue
Block a user