本文整理汇总了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
);
示例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);
示例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);
示例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);
示例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);
示例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);
示例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);
示例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
);
示例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);
示例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();
示例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);
示例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;
示例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);
}
示例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
);
示例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;