Java 类javax.jws.WebResult 实例源码

项目:rapidminer    文件:UpdateService.java   
@WebMethod
@WebResult(
        targetNamespace = ""
)
@RequestWrapper(
        localName = "getLicenseText",
        targetNamespace = "http://ws.update.deployment.rapid_i.com/",
        className = "com.rapidminer.deployment.client.wsimport.GetLicenseText"
)
@ResponseWrapper(
        localName = "getLicenseTextResponse",
        targetNamespace = "http://ws.update.deployment.rapid_i.com/",
        className = "com.rapidminer.deployment.client.wsimport.GetLicenseTextResponse"
)
String getLicenseText(@WebParam(
        name = "licenseName",
        targetNamespace = ""
) String var1);
项目:rapidminer    文件:ManagementService.java   
/**
 * 
 * @param schema
 * @param port
 * @param system
 * @param pwd
 * @param host
 * @param permittedGroups
 * @param name
 * @param user
 * @return
 *     returns com.rapid_i.repository.wsimport.mgt.Response
 */
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "createDBConnection", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.mgt.CreateDBConnection")
@ResponseWrapper(localName = "createDBConnectionResponse", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.mgt.CreateDBConnectionResponse")
public Response createDBConnection(
    @WebParam(name = "name", targetNamespace = "")
    String name,
    @WebParam(name = "host", targetNamespace = "")
    String host,
    @WebParam(name = "port", targetNamespace = "")
    String port,
    @WebParam(name = "user", targetNamespace = "")
    String user,
    @WebParam(name = "pwd", targetNamespace = "")
    String pwd,
    @WebParam(name = "schema", targetNamespace = "")
    String schema,
    @WebParam(name = "system", targetNamespace = "")
    String system,
    @WebParam(name = "permittedGroups", targetNamespace = "")
    List<String> permittedGroups);
项目:spr    文件:StpService.java   
@WebResult(name = "return", targetNamespace = "")
@RequestWrapper(localName = "obtenerPresupuestoDeGastos", targetNamespace = "localhost", className = "py.gov.stp.mh.consultas.ObtenerPresupuestoDeGastos")
@WebMethod
@ResponseWrapper(localName = "obtenerPresupuestoDeGastosResponse", targetNamespace = "localhost", className = "py.gov.stp.mh.consultas.ObtenerPresupuestoDeGastosResponse")
public java.util.List<py.gov.stp.mh.consultas.PresupGastos> obtenerPresupuestoDeGastos(
    @WebParam(name = "anio", targetNamespace = "")
    java.lang.Integer anio,
    @WebParam(name = "nivel", targetNamespace = "")
    java.lang.Integer nivel,
    @WebParam(name = "entidad", targetNamespace = "")
    java.lang.Integer entidad,
    @WebParam(name = "tipo", targetNamespace = "")
    java.lang.Integer tipo,
    @WebParam(name = "programa", targetNamespace = "")
    java.lang.Integer programa,
    @WebParam(name = "subprograma", targetNamespace = "")
    java.lang.Integer subprograma,
    @WebParam(name = "proyecto", targetNamespace = "")
    java.lang.Integer proyecto
);
项目:rapidminer    文件:UpdateService.java   
@WebMethod
@WebResult(
        targetNamespace = ""
)
@RequestWrapper(
        localName = "getExtensions",
        targetNamespace = "http://ws.update.deployment.rapid_i.com/",
        className = "com.rapidminer.deployment.client.wsimport.GetExtensions"
)
@ResponseWrapper(
        localName = "getExtensionsResponse",
        targetNamespace = "http://ws.update.deployment.rapid_i.com/",
        className = "com.rapidminer.deployment.client.wsimport.GetExtensionsResponse"
)
List<String> getExtensions(@WebParam(
        name = "basePackage",
        targetNamespace = ""
) String var1);
项目:spr    文件:InsertsPresupuesto.java   
@WebResult(name = "return", targetNamespace = "")
@RequestWrapper(localName = "insertarProyectoCodigoSnip", targetNamespace = "localhost", className = "py.gov.stp.mh.inserts_presupuesto.InsertarProyectoCodigoSnip")
@WebMethod
@ResponseWrapper(localName = "insertarProyectoCodigoSnipResponse", targetNamespace = "localhost", className = "py.gov.stp.mh.inserts_presupuesto.InsertarProyectoCodigoSnipResponse")
public java.lang.Short insertarProyectoCodigoSnip(
    @WebParam(name = "anio", targetNamespace = "")
    java.lang.Short anio,
    @WebParam(name = "nivel", targetNamespace = "")
    java.lang.Short nivel,
    @WebParam(name = "entidad", targetNamespace = "")
    java.lang.Short entidad,
    @WebParam(name = "tipoPrograma", targetNamespace = "")
    java.lang.Short tipoPrograma,
    @WebParam(name = "codigoPrograma", targetNamespace = "")
    java.lang.Short codigoPrograma,
    @WebParam(name = "codigoSubprograma", targetNamespace = "")
    java.lang.Short codigoSubprograma,
    @WebParam(name = "codigoProyecto", targetNamespace = "")
    java.lang.Short codigoProyecto,
    @WebParam(name = "codigoSnip", targetNamespace = "")
    java.lang.Short codigoSnip
) throws WsException_Exception;
项目:rapidminer    文件:UpdateService.java   
@WebMethod
@WebResult(
        targetNamespace = ""
)
@RequestWrapper(
        localName = "getPackageInfo",
        targetNamespace = "http://ws.update.deployment.rapid_i.com/",
        className = "com.rapidminer.deployment.client.wsimport.GetPackageInfo"
)
@ResponseWrapper(
        localName = "getPackageInfoResponse",
        targetNamespace = "http://ws.update.deployment.rapid_i.com/",
        className = "com.rapidminer.deployment.client.wsimport.GetPackageInfoResponse"
)
PackageDescriptor getPackageInfo(@WebParam(
        name = "packageId",
        targetNamespace = ""
) String var1, @WebParam(
        name = "version",
        targetNamespace = ""
) String var2, @WebParam(
        name = "targetPlatform",
        targetNamespace = ""
) String var3) throws UpdateServiceException_Exception;
项目:rapidminer    文件:UpdateService.java   
@WebMethod
@WebResult(
        targetNamespace = ""
)
@RequestWrapper(
        localName = "getLicenseTextHtml",
        targetNamespace = "http://ws.update.deployment.rapid_i.com/",
        className = "com.rapidminer.deployment.client.wsimport.GetLicenseTextHtml"
)
@ResponseWrapper(
        localName = "getLicenseTextHtmlResponse",
        targetNamespace = "http://ws.update.deployment.rapid_i.com/",
        className = "com.rapidminer.deployment.client.wsimport.GetLicenseTextHtmlResponse"
)
String getLicenseTextHtml(@WebParam(
        name = "licenseName",
        targetNamespace = ""
) String var1);
项目:rapidminer    文件:UpdateService.java   
@WebMethod
@WebResult(
        targetNamespace = ""
)
@RequestWrapper(
        localName = "anyUpdatesSince",
        targetNamespace = "http://ws.update.deployment.rapid_i.com/",
        className = "com.rapidminer.deployment.client.wsimport.AnyUpdatesSince"
)
@ResponseWrapper(
        localName = "anyUpdatesSinceResponse",
        targetNamespace = "http://ws.update.deployment.rapid_i.com/",
        className = "com.rapidminer.deployment.client.wsimport.AnyUpdatesSinceResponse"
)
boolean anyUpdatesSince(@WebParam(
        name = "since",
        targetNamespace = ""
) XMLGregorianCalendar var1);
项目:rapidminer    文件:UpdateService.java   
@WebMethod
@WebResult(
        targetNamespace = ""
)
@RequestWrapper(
        localName = "getLatestVersion",
        targetNamespace = "http://ws.update.deployment.rapid_i.com/",
        className = "com.rapidminer.deployment.client.wsimport.GetLatestVersion"
)
@ResponseWrapper(
        localName = "getLatestVersionResponse",
        targetNamespace = "http://ws.update.deployment.rapid_i.com/",
        className = "com.rapidminer.deployment.client.wsimport.GetLatestVersionResponse"
)
String getLatestVersion(@WebParam(
        name = "packageId",
        targetNamespace = ""
) String var1, @WebParam(
        name = "targetPlatform",
        targetNamespace = ""
) String var2, @WebParam(
        name = "rapidMinerStudioVersion",
        targetNamespace = ""
) String var3) throws UpdateServiceException_Exception;
项目:rapidminer    文件:AccountService.java   
@WebMethod
@WebResult(
        targetNamespace = ""
)
@RequestWrapper(
        localName = "getBookmarkedProducts",
        targetNamespace = "http://ws.update.deployment.rapid_i.com/",
        className = "com.rapidminer.deployment.client.wsimport.GetBookmarkedProducts"
)
@ResponseWrapper(
        localName = "getBookmarkedProductsResponse",
        targetNamespace = "http://ws.update.deployment.rapid_i.com/",
        className = "com.rapidminer.deployment.client.wsimport.GetBookmarkedProductsResponse"
)
List<String> getBookmarkedProducts(@WebParam(
        name = "basePackage",
        targetNamespace = ""
) String var1);
项目:spr    文件:Clasificadores.java   
@WebResult(name = "return", targetNamespace = "")
@RequestWrapper(localName = "todasLasEntidadesPorAnio", targetNamespace = "localhost", className = "py.gov.stp.mh.clasificadores.TodasLasEntidadesPorAnio")
@WebMethod
@ResponseWrapper(localName = "todasLasEntidadesPorAnioResponse", targetNamespace = "localhost", className = "py.gov.stp.mh.clasificadores.TodasLasEntidadesPorAnioResponse")
public java.util.List<py.gov.stp.mh.clasificadores.Entidad> todasLasEntidadesPorAnio(
    @WebParam(name = "anio", targetNamespace = "")
    java.lang.Short anio
);
项目:spr    文件:StpService.java   
@WebResult(name = "return", targetNamespace = "")
@RequestWrapper(localName = "obtenerDetalleFinancieroPorProducto", targetNamespace = "localhost", className = "py.gov.stp.mh.consultas.ObtenerDetalleFinancieroPorProducto")
@WebMethod
@ResponseWrapper(localName = "obtenerDetalleFinancieroPorProductoResponse", targetNamespace = "localhost", className = "py.gov.stp.mh.consultas.ObtenerDetalleFinancieroPorProductoResponse")
public java.util.List<py.gov.stp.mh.consultas.ProductoFinanciero> obtenerDetalleFinancieroPorProducto(
    @WebParam(name = "anio", targetNamespace = "")
    java.lang.Integer anio,
    @WebParam(name = "nivel", targetNamespace = "")
    java.lang.Integer nivel,
    @WebParam(name = "entidad", targetNamespace = "")
    java.lang.Integer entidad,
    @WebParam(name = "tipo", targetNamespace = "")
    java.lang.Integer tipo,
    @WebParam(name = "programa", targetNamespace = "")
    java.lang.Integer programa,
    @WebParam(name = "subprograma", targetNamespace = "")
    java.lang.Integer subprograma,
    @WebParam(name = "proyecto", targetNamespace = "")
    java.lang.Integer proyecto,
    @WebParam(name = "producto", targetNamespace = "")
    java.lang.Integer producto
);
项目:rapidminer    文件:ProcessService13.java   
/**
 * 
 * @param processLocation
 * @param executionTime
 * @param processContext
 * @param queueName
 * @return
 *     returns com.rapid_i.repository.wsimport.ExecutionResponse
 */
@WebMethod(operationName = "executeProcessSimple_1_3")
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "executeProcessSimple_1_3", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.ExecuteProcessSimple13")
@ResponseWrapper(localName = "executeProcessSimple_1_3Response", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.ExecuteProcessSimple13Response")
public ExecutionResponse executeProcessSimple13(
    @WebParam(name = "processLocation", targetNamespace = "")
    String processLocation,
    @WebParam(name = "executionTime", targetNamespace = "")
    XMLGregorianCalendar executionTime,
    @WebParam(name = "processContext", targetNamespace = "")
    ProcessContextWrapper processContext,
    @WebParam(name = "queueName", targetNamespace = "")
    String queueName);
项目:rapidminer    文件:ProcessService13.java   
/**
 * 
 * @param queueName
 * @return
 *     returns java.util.List<com.rapid_i.repository.wsimport.QueueProperty>
 */
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "getQueueInfo", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.GetQueueInfo")
@ResponseWrapper(localName = "getQueueInfoResponse", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.GetQueueInfoResponse")
public List<QueueProperty> getQueueInfo(
    @WebParam(name = "queueName", targetNamespace = "")
    String queueName);
项目:delay-repay-bot    文件:LDBServiceSoap.java   
/**
 * 
 * @param accessToken
 * @param parameters
 * @return
 *     returns com.thalesgroup.rtti._2016_02_16.ldb.StationBoardResponseType
 */
@WebMethod(operationName = "GetArrivalDepartureBoard", action = "http://thalesgroup.com/RTTI/2012-01-13/ldb/GetArrivalDepartureBoard")
@WebResult(name = "GetArrivalDepartureBoardResponse", targetNamespace = "http://thalesgroup.com/RTTI/2016-02-16/ldb/", partName = "parameters")
public StationBoardResponseType getArrivalDepartureBoard(
    @WebParam(name = "GetArrivalDepartureBoardRequest", targetNamespace = "http://thalesgroup.com/RTTI/2016-02-16/ldb/", partName = "parameters")
    GetBoardRequestParams parameters,
    @WebParam(name = "AccessToken", targetNamespace = "http://thalesgroup.com/RTTI/2013-11-28/Token/types", header = true, partName = "AccessToken")
    AccessToken accessToken);
项目:rapidminer    文件:ProcessService13.java   
/**
 * 
 * @param scheduledProcessId
 * @return
 *     returns com.rapid_i.repository.wsimport.Response
 */
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "stopProcess", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.StopProcess")
@ResponseWrapper(localName = "stopProcessResponse", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.StopProcessResponse")
public Response stopProcess(
    @WebParam(name = "scheduledProcessId", targetNamespace = "")
    int scheduledProcessId);
项目:rapidminer    文件:ProcessService13.java   
/**
 * 
 * @param queueName
 * @return
 *     returns com.rapid_i.repository.wsimport.QueueState
 */
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "getQueueState", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.GetQueueState")
@ResponseWrapper(localName = "getQueueStateResponse", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.GetQueueStateResponse")
public QueueState getQueueState(
    @WebParam(name = "queueName", targetNamespace = "")
    String queueName);
项目:spr    文件:UpdatesPresupuesto.java   
@WebResult(name = "return", targetNamespace = "")
@RequestWrapper(localName = "actualizarSubprograma", targetNamespace = "localhost", className = "py.gov.stp.mh.updates_presupuesto.ActualizarSubprograma")
@WebMethod
@ResponseWrapper(localName = "actualizarSubprogramaResponse", targetNamespace = "localhost", className = "py.gov.stp.mh.updates_presupuesto.ActualizarSubprogramaResponse")
public java.lang.Short actualizarSubprograma(
    @WebParam(name = "anio", targetNamespace = "")
    java.lang.Short anio,
    @WebParam(name = "nivel", targetNamespace = "")
    java.lang.Short nivel,
    @WebParam(name = "entidad", targetNamespace = "")
    java.lang.Short entidad,
    @WebParam(name = "tipoPrograma", targetNamespace = "")
    java.lang.Short tipoPrograma,
    @WebParam(name = "codigoPrograma", targetNamespace = "")
    java.lang.Short codigoPrograma,
    @WebParam(name = "codigoSubprograma", targetNamespace = "")
    java.lang.Short codigoSubprograma,
    @WebParam(name = "changeNombreSubprograma", targetNamespace = "")
    java.lang.String changeNombreSubprograma,
    @WebParam(name = "changeAbrevSubprograma", targetNamespace = "")
    java.lang.String changeAbrevSubprograma,
    @WebParam(name = "changeDescripcion", targetNamespace = "")
    java.lang.String changeDescripcion,
    @WebParam(name = "changeCodigoDepto", targetNamespace = "")
    java.lang.Short changeCodigoDepto,
    @WebParam(name = "changeObjetivo", targetNamespace = "")
    java.lang.String changeObjetivo
) throws WsException_Exception;
项目:spr    文件:Clasificadores.java   
@WebResult(name = "return", targetNamespace = "")
@RequestWrapper(localName = "fuentesDeFinanciamiento", targetNamespace = "localhost", className = "py.gov.stp.mh.clasificadores.FuentesDeFinanciamiento")
@WebMethod
@ResponseWrapper(localName = "fuentesDeFinanciamientoResponse", targetNamespace = "localhost", className = "py.gov.stp.mh.clasificadores.FuentesDeFinanciamientoResponse")
public java.util.List<py.gov.stp.mh.clasificadores.FuenteFinanciamiento> fuentesDeFinanciamiento(
    @WebParam(name = "anio", targetNamespace = "")
    java.lang.Short anio
);
项目:rapidminer    文件:ProcessService13.java   
/**
 * 
 * @param since
 * @return
 *     returns java.util.List<java.lang.Integer>
 */
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "getRunningProcesses", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.GetRunningProcesses")
@ResponseWrapper(localName = "getRunningProcessesResponse", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.GetRunningProcessesResponse")
public List<Integer> getRunningProcesses(
    @WebParam(name = "since", targetNamespace = "")
    XMLGregorianCalendar since);
项目:camel-springboot    文件:GlobalWeatherHttpPost.java   
/**
 * Get weather report for all major cities around the world.
 */
@WebMethod(operationName = "GetWeather")
@WebResult(name = "string", targetNamespace = "http://www.webserviceX.NET", partName = "Body")
public java.lang.String getWeather(
    @WebParam(partName = "CityName", name = "CityName", targetNamespace = "http://www.webserviceX.NET")
    java.lang.String cityName,
    @WebParam(partName = "CountryName", name = "CountryName", targetNamespace = "http://www.webserviceX.NET")
    java.lang.String countryName
);
项目:spr    文件:Clasificadores.java   
@WebResult(name = "return", targetNamespace = "")
@RequestWrapper(localName = "unidadesResponsables", targetNamespace = "localhost", className = "py.gov.stp.mh.clasificadores.UnidadesResponsables")
@WebMethod
@ResponseWrapper(localName = "unidadesResponsablesResponse", targetNamespace = "localhost", className = "py.gov.stp.mh.clasificadores.UnidadesResponsablesResponse")
public java.util.List<py.gov.stp.mh.clasificadores.UnidadResponsable> unidadesResponsables(
    @WebParam(name = "anio", targetNamespace = "")
    java.lang.Short anio
);
项目:spr    文件:Clasificadores.java   
@WebResult(name = "return", targetNamespace = "")
@RequestWrapper(localName = "catalogoDNCP", targetNamespace = "localhost", className = "py.gov.stp.mh.clasificadores.CatalogoDNCP")
@WebMethod
@ResponseWrapper(localName = "catalogoDNCPResponse", targetNamespace = "localhost", className = "py.gov.stp.mh.clasificadores.CatalogoDNCPResponse")
public java.util.List<py.gov.stp.mh.clasificadores.PrecioDNCP> catalogoDNCP(
    @WebParam(name = "anio", targetNamespace = "")
    java.lang.Short anio
);
项目:delay-repay-bot    文件:LDBServiceSoap.java   
/**
 * 
 * @param accessToken
 * @param parameters
 * @return
 *     returns com.thalesgroup.rtti._2016_02_16.ldb.StationBoardWithDetailsResponseType
 */
@WebMethod(operationName = "GetArrDepBoardWithDetails", action = "http://thalesgroup.com/RTTI/2015-05-14/ldb/GetArrDepBoardWithDetails")
@WebResult(name = "GetArrDepBoardWithDetailsResponse", targetNamespace = "http://thalesgroup.com/RTTI/2016-02-16/ldb/", partName = "parameters")
public StationBoardWithDetailsResponseType getArrDepBoardWithDetails(
    @WebParam(name = "GetArrDepBoardWithDetailsRequest", targetNamespace = "http://thalesgroup.com/RTTI/2016-02-16/ldb/", partName = "parameters")
    GetBoardRequestParams parameters,
    @WebParam(name = "AccessToken", targetNamespace = "http://thalesgroup.com/RTTI/2013-11-28/Token/types", header = true, partName = "AccessToken")
    AccessToken accessToken);
项目:spr    文件:UpdatesPresupuesto.java   
@WebResult(name = "return", targetNamespace = "")
@RequestWrapper(localName = "actualizarProyecto", targetNamespace = "localhost", className = "py.gov.stp.mh.update_presupuesto.ActualizarProyecto")
@WebMethod
@ResponseWrapper(localName = "actualizarProyectoResponse", targetNamespace = "localhost", className = "py.gov.stp.mh.update_presupuesto.ActualizarProyectoResponse")
public java.lang.Short actualizarProyecto(
    @WebParam(name = "anio", targetNamespace = "")
    java.lang.Short anio,
    @WebParam(name = "nivel", targetNamespace = "")
    java.lang.Short nivel,
    @WebParam(name = "entidad", targetNamespace = "")
    java.lang.Short entidad,
    @WebParam(name = "tipoPrograma", targetNamespace = "")
    java.lang.Short tipoPrograma,
    @WebParam(name = "codigoPrograma", targetNamespace = "")
    java.lang.Short codigoPrograma,
    @WebParam(name = "codigoSubprograma", targetNamespace = "")
    java.lang.Short codigoSubprograma,
    @WebParam(name = "codigoProyecto", targetNamespace = "")
    java.lang.Short codigoProyecto,
    @WebParam(name = "changeUnrCodigo", targetNamespace = "")
    java.lang.Short changeUnrCodigo,
    @WebParam(name = "changeNombreProyecto", targetNamespace = "")
    java.lang.String changeNombreProyecto,
    @WebParam(name = "changeAbrevProyecto", targetNamespace = "")
    java.lang.String changeAbrevProyecto,
    @WebParam(name = "changeDescripcion", targetNamespace = "")
    java.lang.String changeDescripcion,
    @WebParam(name = "changeCodigoDepto", targetNamespace = "")
    java.lang.Short changeCodigoDepto,
    @WebParam(name = "changeResultadoEsperado", targetNamespace = "")
    java.lang.String changeResultadoEsperado,
    @WebParam(name = "changeDiagnostico", targetNamespace = "")
    java.lang.String changeDiagnostico,
    @WebParam(name = "changeCodigoFuncional", targetNamespace = "")
    java.lang.Short changeCodigoFuncional
) throws WsException_Exception;
项目:rapidminer    文件:ManagementService.java   
/**
 * 
 * @param key
 * @return
 *     returns java.lang.String
 */
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "getGlobalProperty", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.mgt.GetGlobalProperty")
@ResponseWrapper(localName = "getGlobalPropertyResponse", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.mgt.GetGlobalPropertyResponse")
public String getGlobalProperty(
    @WebParam(name = "key", targetNamespace = "")
    String key);
项目:spr    文件:UpdatesPresupuesto.java   
@WebResult(name = "return", targetNamespace = "")
@RequestWrapper(localName = "actualizarEntidad", targetNamespace = "localhost", className = "py.gov.stp.mh.updates_presupuesto.ActualizarEntidad")
@WebMethod
@ResponseWrapper(localName = "actualizarEntidadResponse", targetNamespace = "localhost", className = "py.gov.stp.mh.updates_presupuesto.ActualizarEntidadResponse")
public java.lang.Short actualizarEntidad(
    @WebParam(name = "anio", targetNamespace = "")
    java.lang.Short anio,
    @WebParam(name = "nivel", targetNamespace = "")
    java.lang.Short nivel,
    @WebParam(name = "entidad", targetNamespace = "")
    java.lang.Short entidad,
    @WebParam(name = "changeNombreEntidad", targetNamespace = "")
    java.lang.String changeNombreEntidad,
    @WebParam(name = "changeAbrevEntidad", targetNamespace = "")
    java.lang.String changeAbrevEntidad,
    @WebParam(name = "changeSigla", targetNamespace = "")
    java.lang.String changeSigla,
    @WebParam(name = "changeRuc", targetNamespace = "")
    java.lang.String changeRuc,
    @WebParam(name = "changeBaseLegal", targetNamespace = "")
    java.lang.String changeBaseLegal,
    @WebParam(name = "changeMision", targetNamespace = "")
    java.lang.String changeMision,
    @WebParam(name = "changePolitica", targetNamespace = "")
    java.lang.String changePolitica,
    @WebParam(name = "changeObjetivo", targetNamespace = "")
    java.lang.String changeObjetivo,
    @WebParam(name = "changeDiagnostico", targetNamespace = "")
    java.lang.String changeDiagnostico
) throws WsException_Exception;
项目:rapidminer    文件:RepositoryService.java   
/**
 * 
 * @param parentLocation
 * @param blobName
 * @return
 *     returns com.rapid_i.repository.wsimport.EntryResponse
 */
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "createBlob", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.CreateBlob")
@ResponseWrapper(localName = "createBlobResponse", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.CreateBlobResponse")
public EntryResponse createBlob(
    @WebParam(name = "parentLocation", targetNamespace = "")
    String parentLocation,
    @WebParam(name = "blobName", targetNamespace = "")
    String blobName);
项目:rapidminer    文件:RepositoryService.java   
/**
 * 
 * @param processLocation
 * @return
 *     returns com.rapid_i.repository.wsimport.Response
 */
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "startNewRevision", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.StartNewRevision")
@ResponseWrapper(localName = "startNewRevisionResponse", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.StartNewRevisionResponse")
public Response startNewRevision(
    @WebParam(name = "processLocation", targetNamespace = "")
    String processLocation);
项目:rapidminer    文件:RepositoryService.java   
/**
 * 
 * @param entryLocation
 * @return
 *     returns com.rapid_i.repository.wsimport.Response
 */
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "deleteEntry", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.DeleteEntry")
@ResponseWrapper(localName = "deleteEntryResponse", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.DeleteEntryResponse")
public Response deleteEntry(
    @WebParam(name = "entryLocation", targetNamespace = "")
    String entryLocation);
项目:rapidminer    文件:RepositoryService.java   
/**
 * 
 * @param revisionNumber
 * @param entryLocation
 * @return
 *     returns com.rapid_i.repository.wsimport.ProcessContentsResponse
 */
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "getProcessContents", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.GetProcessContents")
@ResponseWrapper(localName = "getProcessContentsResponse", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.GetProcessContentsResponse")
public ProcessContentsResponse getProcessContents(
    @WebParam(name = "entryLocation", targetNamespace = "")
    String entryLocation,
    @WebParam(name = "revisionNumber", targetNamespace = "")
    int revisionNumber);
项目:rapidminer    文件:RepositoryService.java   
/**
 * 
 * @param processXML
 * @param lastTimestamp
 * @param entryLocation
 * @return
 *     returns com.rapid_i.repository.wsimport.Response
 */
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "storeProcess", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.StoreProcess")
@ResponseWrapper(localName = "storeProcessResponse", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.StoreProcessResponse")
public Response storeProcess(
    @WebParam(name = "entryLocation", targetNamespace = "")
    String entryLocation,
    @WebParam(name = "processXML", targetNamespace = "")
    String processXML,
    @WebParam(name = "lastTimestamp", targetNamespace = "")
    XMLGregorianCalendar lastTimestamp);
项目:spr    文件:Clasificadores.java   
@WebResult(name = "return", targetNamespace = "")
@RequestWrapper(localName = "todosLosSubprogramasPorAnio", targetNamespace = "localhost", className = "py.gov.stp.mh.clasificadores.TodosLosSubprogramasPorAnio")
@WebMethod
@ResponseWrapper(localName = "todosLosSubprogramasPorAnioResponse", targetNamespace = "localhost", className = "py.gov.stp.mh.clasificadores.TodosLosSubprogramasPorAnioResponse")
public java.util.List<py.gov.stp.mh.clasificadores.Subprograma> todosLosSubprogramasPorAnio(
    @WebParam(name = "anio", targetNamespace = "")
    java.lang.Short anio
);
项目:rapidminer    文件:RepositoryService.java   
/**
 * 
 * @param entryLocation
 * @return
 *     returns java.util.List<com.rapid_i.repository.wsimport.AccessRights>
 */
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "getAccessRights", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.GetAccessRights")
@ResponseWrapper(localName = "getAccessRightsResponse", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.GetAccessRightsResponse")
public List<AccessRights> getAccessRights(
    @WebParam(name = "entryLocation", targetNamespace = "")
    String entryLocation);
项目:delay-repay-bot    文件:LDBServiceSoap.java   
/**
 * 
 * @param accessToken
 * @param parameters
 * @return
 *     returns com.thalesgroup.rtti._2016_02_16.ldb.StationBoardResponseType
 */
@WebMethod(operationName = "GetArrivalBoard", action = "http://thalesgroup.com/RTTI/2012-01-13/ldb/GetArrivalBoard")
@WebResult(name = "GetArrivalBoardResponse", targetNamespace = "http://thalesgroup.com/RTTI/2016-02-16/ldb/", partName = "parameters")
public StationBoardResponseType getArrivalBoard(
    @WebParam(name = "GetArrivalBoardRequest", targetNamespace = "http://thalesgroup.com/RTTI/2016-02-16/ldb/", partName = "parameters")
    GetBoardRequestParams parameters,
    @WebParam(name = "AccessToken", targetNamespace = "http://thalesgroup.com/RTTI/2013-11-28/Token/types", header = true, partName = "AccessToken")
    AccessToken accessToken);
项目:delay-repay-bot    文件:LDBServiceSoap.java   
/**
 * 
 * @param accessToken
 * @param parameters
 * @return
 *     returns com.thalesgroup.rtti._2016_02_16.ldb.DeparturesBoardResponseType
 */
@WebMethod(operationName = "GetFastestDepartures", action = "http://thalesgroup.com/RTTI/2015-05-14/ldb/GetFastestDepartures")
@WebResult(name = "GetFastestDeparturesResponse", targetNamespace = "http://thalesgroup.com/RTTI/2016-02-16/ldb/", partName = "parameters")
public DeparturesBoardResponseType getFastestDepartures(
    @WebParam(name = "GetFastestDeparturesRequest", targetNamespace = "http://thalesgroup.com/RTTI/2016-02-16/ldb/", partName = "parameters")
    GetDeparturesRequestParams parameters,
    @WebParam(name = "AccessToken", targetNamespace = "http://thalesgroup.com/RTTI/2013-11-28/Token/types", header = true, partName = "AccessToken")
    AccessToken accessToken);
项目:rapidminer    文件:RepositoryService.java   
/**
 * 
 * @param entryLocation
 * @return
 *     returns com.rapid_i.repository.wsimport.EntryResponse
 */
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "getEntry", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.GetEntry")
@ResponseWrapper(localName = "getEntryResponse", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.GetEntryResponse")
public EntryResponse getEntry(
    @WebParam(name = "entryLocation", targetNamespace = "")
    String entryLocation);
项目:LivroJavaComoProgramar10Edicao    文件:WelcomeSOAP.java   
/**
 * 
 * @param name
 * @return
 *     returns java.lang.String
 */
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "welcome", targetNamespace = "http://welcomesoap.deitel.com/", className = "com.deitel.welcomesoap.Welcome")
@ResponseWrapper(localName = "welcomeResponse", targetNamespace = "http://welcomesoap.deitel.com/", className = "com.deitel.welcomesoap.WelcomeResponse")
@Action(input = "http://welcomesoap.deitel.com/WelcomeSOAP/welcomeRequest", output = "http://welcomesoap.deitel.com/WelcomeSOAP/welcomeResponse")
public String welcome(
    @WebParam(name = "name", targetNamespace = "")
    String name);
项目:camel-springboot    文件:GlobalWeatherHttpGet.java   
/**
 * Get all major cities by country name(full / part).
 */
@WebMethod(operationName = "GetCitiesByCountry")
@WebResult(name = "string", targetNamespace = "http://www.webserviceX.NET", partName = "Body")
public java.lang.String getCitiesByCountry(
    @WebParam(partName = "CountryName", name = "CountryName", targetNamespace = "http://www.webserviceX.NET")
    java.lang.String countryName
);
项目:rapidminer    文件:ProcessService.java   
/**
 * 
 * @param scheduledProcessId
 * @return
 *     returns com.rapid_i.repository.wsimport.ProcessResponse
 */
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "getRunningProcessesInfo", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.GetRunningProcessesInfo")
@ResponseWrapper(localName = "getRunningProcessesInfoResponse", targetNamespace = "http://service.web.rapidanalytics.de/", className = "com.rapid_i.repository.wsimport.GetRunningProcessesInfoResponse")
public ProcessResponse getRunningProcessesInfo(
    @WebParam(name = "scheduledProcessId", targetNamespace = "")
    int scheduledProcessId);