Subversion Repositories XServices

Rev

Rev 199 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 199 Rev 203
Line 72... Line 72...
72
	  @WebMethod(operationName="lock")
72
	  @WebMethod(operationName="lock")
73
	  @WSDLDocumentation("Get a lock.")
73
	  @WSDLDocumentation("Get a lock.")
74
	  public abstract BigInteger lock(@WebParam(name="id") @XmlElement(nillable = false) String id,
74
	  public abstract BigInteger lock(@WebParam(name="id") @XmlElement(nillable = false) String id,
75
									  @WebParam(name="objectId") @XmlElement(nillable = false) String objectId) throws XServicesFault;
75
									  @WebParam(name="objectId") @XmlElement(nillable = false) String objectId) throws XServicesFault;
Line 76... Line 76...
76
 
76
 
-
 
77
	 @WebMethod(operationName="", action = "EventNotice")
77
	 @WebMethod(operationName="EventNotice")
78
	 @SOAPBinding(use = SOAPBinding.Use.LITERAL, style = SOAPBinding.Style.DOCUMENT, parameterStyle = SOAPBinding.ParameterStyle.BARE)
78
	 public abstract ALFEventResponseType mergeALFEvent(@WebParam(name="EventNotice", targetNamespace = "http://www.eclipse.org/alf/schema/EventBase/1") ALFEventType event) throws XServicesFault;
79
	 public abstract ALFEventResponseType mergeALFEvent(@WebParam(name="ALFEventNoticeDoc", targetNamespace = "http://www.eclipse.org/alf/schema/EventBase/1") ALFEventType event) throws XServicesFault;