當前位置: 首頁>>代碼示例>>Java>>正文


Java WebMethod類代碼示例

本文整理匯總了Java中javax.jws.WebMethod的典型用法代碼示例。如果您正苦於以下問題:Java WebMethod類的具體用法?Java WebMethod怎麽用?Java WebMethod使用的例子?那麽, 這裏精選的類代碼示例或許可以為您提供幫助。


WebMethod類屬於javax.jws包,在下文中一共展示了WebMethod類的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的Java代碼示例。

示例1: getGeoIP

import javax.jws.WebMethod; //導入依賴的package包/類
/**
 * GeoIPService - GetGeoIP enables you to easily look up countries by IP addresses
 */
@WebMethod(operationName = "GetGeoIP")
@WebResult(name = "GeoIP", targetNamespace = "http://www.webservicex.net/", partName = "Body")
public GeoIP getGeoIP(
    @WebParam(partName = "IPAddress", name = "IPAddress", targetNamespace = "")
    java.lang.String ipAddress
);
 
開發者ID:LadyTurandot,項目名稱:Java_Good,代碼行數:10,代碼來源:GeoIPServiceHttpGet.java

示例2: createDBConnection

import javax.jws.WebMethod; //導入依賴的package包/類
/**
 * 
 * @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);
 
開發者ID:transwarpio,項目名稱:rapidminer,代碼行數:35,代碼來源:ManagementService.java

示例3: getLicenseText

import javax.jws.WebMethod; //導入依賴的package包/類
@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);
 
開發者ID:transwarpio,項目名稱:rapidminer,代碼行數:19,代碼來源:UpdateService.java

示例4: getUnitsForCluster

import javax.jws.WebMethod; //導入依賴的package包/類
/**
 *
 * @param arg0
 * @return returns
 * java.util.List<pl.gda.pg.eti.kernelhive.common.monitoring.service.UnitDefinition>
 */
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "getUnitsForCluster", targetNamespace = "http://monitoring.engine.kernelhive.eti.pg.gda.pl/", className = "pl.gda.pg.eti.kernelhive.common.monitoring.service.GetUnitsForCluster")
@ResponseWrapper(localName = "getUnitsForClusterResponse", targetNamespace = "http://monitoring.engine.kernelhive.eti.pg.gda.pl/", className = "pl.gda.pg.eti.kernelhive.common.monitoring.service.GetUnitsForClusterResponse")
@Action(input = "http://monitoring.engine.kernelhive.eti.pg.gda.pl/MonitoringClientBean/getUnitsForClusterRequest", output = "http://monitoring.engine.kernelhive.eti.pg.gda.pl/MonitoringClientBean/getUnitsForClusterResponse")
public List<UnitDefinition> getUnitsForCluster(
		@WebParam(name = "arg0", targetNamespace = "") int arg0);
 
開發者ID:roscisz,項目名稱:KernelHive,代碼行數:14,代碼來源:MonitoringClientBean.java

示例5: getRapidMinerExtensionForOperatorPrefix

import javax.jws.WebMethod; //導入依賴的package包/類
@WebMethod
@WebResult(
        targetNamespace = ""
)
@RequestWrapper(
        localName = "getRapidMinerExtensionForOperatorPrefix",
        targetNamespace = "http://ws.update.deployment.rapid_i.com/",
        className = "com.rapidminer.deployment.client.wsimport.GetRapidMinerExtensionForOperatorPrefix"
)
@ResponseWrapper(
        localName = "getRapidMinerExtensionForOperatorPrefixResponse",
        targetNamespace = "http://ws.update.deployment.rapid_i.com/",
        className = "com.rapidminer.deployment.client.wsimport.GetRapidMinerExtensionForOperatorPrefixResponse"
)
String getRapidMinerExtensionForOperatorPrefix(@WebParam(
        name = "forPrefix",
        targetNamespace = ""
) String var1);
 
開發者ID:transwarpio,項目名稱:rapidminer,代碼行數:19,代碼來源:UpdateService.java

示例6: getLicenseTextHtml

import javax.jws.WebMethod; //導入依賴的package包/類
@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);
 
開發者ID:transwarpio,項目名稱:rapidminer,代碼行數:19,代碼來源:UpdateService.java

示例7: anyUpdatesSince

import javax.jws.WebMethod; //導入依賴的package包/類
@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);
 
開發者ID:transwarpio,項目名稱:rapidminer,代碼行數:19,代碼來源:UpdateService.java

示例8: todasLasEntidadesPorAnio

import javax.jws.WebMethod; //導入依賴的package包/類
@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
);
 
開發者ID:stppy,項目名稱:spr,代碼行數:9,代碼來源:Clasificadores.java

示例9: getGraphPath

import javax.jws.WebMethod; //導入依賴的package包/類
/**
 *
 * @param arg0
 * @return returns java.lang.String
 */
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "getGraphPath", targetNamespace = "http://monitoring.engine.kernelhive.eti.pg.gda.pl/", className = "pl.gda.pg.eti.kernelhive.common.monitoring.service.GetGraphPath")
@ResponseWrapper(localName = "getGraphPathResponse", targetNamespace = "http://monitoring.engine.kernelhive.eti.pg.gda.pl/", className = "pl.gda.pg.eti.kernelhive.common.monitoring.service.GetGraphPathResponse")
@Action(input = "http://monitoring.engine.kernelhive.eti.pg.gda.pl/MonitoringClientBean/getGraphPathRequest", output = "http://monitoring.engine.kernelhive.eti.pg.gda.pl/MonitoringClientBean/getGraphPathResponse")
public String getGraphPath(
		@WebParam(name = "arg0", targetNamespace = "") MonitoredEntity arg0);
 
開發者ID:roscisz,項目名稱:KernelHive,代碼行數:13,代碼來源:MonitoringClientBean.java

示例10: dealCard

import javax.jws.WebMethod; //導入依賴的package包/類
/**
 * 
 * @return
 *     returns java.lang.String
 */
@WebMethod
@WebResult(targetNamespace = "")
@RequestWrapper(localName = "dealCard", targetNamespace = "http://blackjack.deitel.com/", className = "com.deitel.blackjack.DealCard")
@ResponseWrapper(localName = "dealCardResponse", targetNamespace = "http://blackjack.deitel.com/", className = "com.deitel.blackjack.DealCardResponse")
@Action(input = "http://blackjack.deitel.com/Blackjack/dealCardRequest", output = "http://blackjack.deitel.com/Blackjack/dealCardResponse")
public String dealCard();
 
開發者ID:cleitonferreira,項目名稱:LivroJavaComoProgramar10Edicao,代碼行數:12,代碼來源:Blackjack.java

示例11: getQueueState

import javax.jws.WebMethod; //導入依賴的package包/類
/**
 * 
 * @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);
 
開發者ID:transwarpio,項目名稱:rapidminer,代碼行數:14,代碼來源:ProcessService13.java

示例12: actualizarEntidad

import javax.jws.WebMethod; //導入依賴的package包/類
@WebResult(name = "return", targetNamespace = "")
@RequestWrapper(localName = "actualizarEntidad", targetNamespace = "localhost", className = "py.gov.stp.mh.update_presupuesto.ActualizarEntidad")
@WebMethod
@ResponseWrapper(localName = "actualizarEntidadResponse", targetNamespace = "localhost", className = "py.gov.stp.mh.update_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;
 
開發者ID:stppy,項目名稱:spr,代碼行數:31,代碼來源:UpdatesPresupuesto.java

示例13: getSupplierRevenueShareReport

import javax.jws.WebMethod; //導入依賴的package包/類
@WebMethod(action = "\"\"")
public RDOSupplierRevenueShareReport getSupplierRevenueShareReport(
        @WebParam(name = "sessionId") String sessionId,
        @WebParam(name = "month") int month,
        @WebParam(name = "year") int year) {
    return delegate.getSupplierRevenueShareReport(sessionId, month, year);
}
 
開發者ID:servicecatalog,項目名稱:oscm,代碼行數:8,代碼來源:ReportingServiceBean.java

示例14: fuentesDeFinanciamiento

import javax.jws.WebMethod; //導入依賴的package包/類
@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
);
 
開發者ID:stppy,項目名稱:spr,代碼行數:9,代碼來源:Clasificadores.java

示例15: addRevokeUserGroupAssignment

import javax.jws.WebMethod; //導入依賴的package包/類
/**
 * @deprecated Replaced by {@link #addRevokeUserUnitAssignment()}.
 */
@WebMethod
@Deprecated
public boolean addRevokeUserGroupAssignment(
        @WebParam(name = "groupName") String groupName,
        @WebParam(name = "usersToBeAdded") List<VOUser> usersToBeAdded,
        @WebParam(name = "usersToBeRevoked") List<VOUser> usersToBeRevoked)
        throws ObjectNotFoundException, OperationNotPermittedException,
        MailOperationException, NonUniqueBusinessKeyException,
        ConcurrentModificationException;
 
開發者ID:servicecatalog,項目名稱:oscm,代碼行數:13,代碼來源:IdentityService.java


注:本文中的javax.jws.WebMethod類示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。