179180181182183184185
public void createParticipant(JaxbParticipant input) throws GeneralServerException { } @WebMethod public JaxbParticipant getParticipant(String id) throws GeneralServerException { return new JaxbParticipant(); }
194195196197198199200
public void createParticipant(@WebParam(name = "participant") JaxbParticipant input) throws GeneralServerException { } @WebMethod public JaxbParticipant getParticipant(@WebParam(name = "participantId") String id) throws GeneralServerException { return new JaxbParticipant(); }