本文整理了Java中org.apache.axis.client.Call.setPortName()
方法的一些代码示例,展示了Call.setPortName()
的具体用法。这些代码示例主要来源于Github
/Stackoverflow
/Maven
等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。Call.setPortName()
方法的具体详情如下:
包路径:org.apache.axis.client.Call
类名称:Call
方法名:setPortName
[英]Sets the port name of this Call object. This call will not set any additional fields, nor will it do any checking to verify that this port name is actually defined in the WSDL - for now anyway.
[中]设置此调用对象的端口名。这个调用不会设置任何额外的字段,也不会进行任何检查以验证这个端口名实际上是在WSDL中定义的——至少现在是这样。
代码示例来源:origin: uk.org.mygrid.feta/feta-engine
org.apache.axis.client.Call _call = super._createCall();
if (super.maintainSessionSet) {
_call.setMaintainSession(super.maintainSession);
_call.setPassword(super.cachedPassword);
_call.setTargetEndpointAddress(super.cachedEndpoint);
_call.setTimeout(super.cachedTimeout);
_call.setPortName(super.cachedPortName);
java.util.Enumeration keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
java.lang.String key = (java.lang.String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));
代码示例来源:origin: jlfex/hermes
org.apache.axis.client.Call _call = super._createCall();
if (super.maintainSessionSet) {
_call.setMaintainSession(super.maintainSession);
_call.setPassword(super.cachedPassword);
_call.setTargetEndpointAddress(super.cachedEndpoint);
_call.setTimeout(super.cachedTimeout);
_call.setPortName(super.cachedPortName);
Enumeration<Object> keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
java.lang.String key = (java.lang.String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));
代码示例来源:origin: org.apache.openejb/openejb-axis
(org.apache.axis.client.Call) service.createCall();
if (super.maintainSessionSet) {
_call.setMaintainSession(super.maintainSession);
_call.setPassword(super.cachedPassword);
_call.setTargetEndpointAddress(super.cachedEndpoint);
_call.setTimeout(super.cachedTimeout);
_call.setPortName(super.cachedPortName);
final java.util.Enumeration keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
final java.lang.String key = (java.lang.String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));
代码示例来源:origin: OpenNMS/opennms
org.apache.axis.client.Call _call = super._createCall();
if (super.maintainSessionSet) {
_call.setMaintainSession(super.maintainSession);
_call.setPassword(super.cachedPassword);
_call.setTargetEndpointAddress(super.cachedEndpoint);
_call.setTimeout(super.cachedTimeout);
_call.setPortName(super.cachedPortName);
java.util.Enumeration keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
java.lang.String key = (java.lang.String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));
代码示例来源:origin: OpenNMS/opennms
org.apache.axis.client.Call _call = super._createCall();
if (super.maintainSessionSet) {
_call.setMaintainSession(super.maintainSession);
_call.setPassword(super.cachedPassword);
_call.setTargetEndpointAddress(super.cachedEndpoint);
_call.setTimeout(super.cachedTimeout);
_call.setPortName(super.cachedPortName);
java.util.Enumeration keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
java.lang.String key = (java.lang.String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));
代码示例来源:origin: com.google.api-ads/adwords-axis
org.apache.axis.client.Call _call = super._createCall();
if (super.maintainSessionSet) {
_call.setMaintainSession(super.maintainSession);
_call.setPassword(super.cachedPassword);
_call.setTargetEndpointAddress(super.cachedEndpoint);
_call.setTimeout(super.cachedTimeout);
_call.setPortName(super.cachedPortName);
java.util.Enumeration keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
java.lang.String key = (java.lang.String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));
代码示例来源:origin: com.google.api-ads/adwords-axis
org.apache.axis.client.Call _call = super._createCall();
if (super.maintainSessionSet) {
_call.setMaintainSession(super.maintainSession);
_call.setPassword(super.cachedPassword);
_call.setTargetEndpointAddress(super.cachedEndpoint);
_call.setTimeout(super.cachedTimeout);
_call.setPortName(super.cachedPortName);
java.util.Enumeration keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
java.lang.String key = (java.lang.String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));
代码示例来源:origin: com.google.api-ads/adwords-axis
org.apache.axis.client.Call _call = super._createCall();
if (super.maintainSessionSet) {
_call.setMaintainSession(super.maintainSession);
_call.setPassword(super.cachedPassword);
_call.setTargetEndpointAddress(super.cachedEndpoint);
_call.setTimeout(super.cachedTimeout);
_call.setPortName(super.cachedPortName);
java.util.Enumeration keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
java.lang.String key = (java.lang.String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));
代码示例来源:origin: com.google.api-ads/adwords-axis
org.apache.axis.client.Call _call = super._createCall();
if (super.maintainSessionSet) {
_call.setMaintainSession(super.maintainSession);
_call.setPassword(super.cachedPassword);
_call.setTargetEndpointAddress(super.cachedEndpoint);
_call.setTimeout(super.cachedTimeout);
_call.setPortName(super.cachedPortName);
java.util.Enumeration keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
java.lang.String key = (java.lang.String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));
代码示例来源:origin: com.google.api-ads/adwords-axis
org.apache.axis.client.Call _call = super._createCall();
if (super.maintainSessionSet) {
_call.setMaintainSession(super.maintainSession);
_call.setPassword(super.cachedPassword);
_call.setTargetEndpointAddress(super.cachedEndpoint);
_call.setTimeout(super.cachedTimeout);
_call.setPortName(super.cachedPortName);
java.util.Enumeration keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
java.lang.String key = (java.lang.String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));
代码示例来源:origin: com.google.api-ads/adwords-axis
org.apache.axis.client.Call _call = super._createCall();
if (super.maintainSessionSet) {
_call.setMaintainSession(super.maintainSession);
_call.setPassword(super.cachedPassword);
_call.setTargetEndpointAddress(super.cachedEndpoint);
_call.setTimeout(super.cachedTimeout);
_call.setPortName(super.cachedPortName);
java.util.Enumeration keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
java.lang.String key = (java.lang.String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));
代码示例来源:origin: com.google.api-ads/adwords-axis
org.apache.axis.client.Call _call = super._createCall();
if (super.maintainSessionSet) {
_call.setMaintainSession(super.maintainSession);
_call.setPassword(super.cachedPassword);
_call.setTargetEndpointAddress(super.cachedEndpoint);
_call.setTimeout(super.cachedTimeout);
_call.setPortName(super.cachedPortName);
java.util.Enumeration keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
java.lang.String key = (java.lang.String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));
代码示例来源:origin: com.google.api-ads/adwords-axis
org.apache.axis.client.Call _call = super._createCall();
if (super.maintainSessionSet) {
_call.setMaintainSession(super.maintainSession);
_call.setPassword(super.cachedPassword);
_call.setTargetEndpointAddress(super.cachedEndpoint);
_call.setTimeout(super.cachedTimeout);
_call.setPortName(super.cachedPortName);
java.util.Enumeration keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
java.lang.String key = (java.lang.String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));
代码示例来源:origin: com.google.api-ads/adwords-axis
org.apache.axis.client.Call _call = super._createCall();
if (super.maintainSessionSet) {
_call.setMaintainSession(super.maintainSession);
_call.setPassword(super.cachedPassword);
_call.setTargetEndpointAddress(super.cachedEndpoint);
_call.setTimeout(super.cachedTimeout);
_call.setPortName(super.cachedPortName);
java.util.Enumeration keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
java.lang.String key = (java.lang.String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));
代码示例来源:origin: com.google.api-ads/adwords-axis
org.apache.axis.client.Call _call = super._createCall();
if (super.maintainSessionSet) {
_call.setMaintainSession(super.maintainSession);
_call.setPassword(super.cachedPassword);
_call.setTargetEndpointAddress(super.cachedEndpoint);
_call.setTimeout(super.cachedTimeout);
_call.setPortName(super.cachedPortName);
java.util.Enumeration keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
java.lang.String key = (java.lang.String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));
代码示例来源:origin: com.google.api-ads/adwords-axis
org.apache.axis.client.Call _call = super._createCall();
if (super.maintainSessionSet) {
_call.setMaintainSession(super.maintainSession);
_call.setPassword(super.cachedPassword);
_call.setTargetEndpointAddress(super.cachedEndpoint);
_call.setTimeout(super.cachedTimeout);
_call.setPortName(super.cachedPortName);
java.util.Enumeration keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
java.lang.String key = (java.lang.String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));
代码示例来源:origin: com.google.api-ads/adwords-axis
org.apache.axis.client.Call _call = super._createCall();
if (super.maintainSessionSet) {
_call.setMaintainSession(super.maintainSession);
_call.setPassword(super.cachedPassword);
_call.setTargetEndpointAddress(super.cachedEndpoint);
_call.setTimeout(super.cachedTimeout);
_call.setPortName(super.cachedPortName);
java.util.Enumeration keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
java.lang.String key = (java.lang.String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));
代码示例来源:origin: com.google.api-ads/adwords-axis
org.apache.axis.client.Call _call = super._createCall();
if (super.maintainSessionSet) {
_call.setMaintainSession(super.maintainSession);
_call.setPassword(super.cachedPassword);
_call.setTargetEndpointAddress(super.cachedEndpoint);
_call.setTimeout(super.cachedTimeout);
_call.setPortName(super.cachedPortName);
java.util.Enumeration keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
java.lang.String key = (java.lang.String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));
代码示例来源:origin: com.google.api-ads/adwords-axis
org.apache.axis.client.Call _call = super._createCall();
if (super.maintainSessionSet) {
_call.setMaintainSession(super.maintainSession);
_call.setPassword(super.cachedPassword);
_call.setTargetEndpointAddress(super.cachedEndpoint);
_call.setTimeout(super.cachedTimeout);
_call.setPortName(super.cachedPortName);
java.util.Enumeration keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
java.lang.String key = (java.lang.String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));
代码示例来源:origin: com.google.api-ads/adwords-axis
org.apache.axis.client.Call _call = super._createCall();
if (super.maintainSessionSet) {
_call.setMaintainSession(super.maintainSession);
_call.setPassword(super.cachedPassword);
_call.setTargetEndpointAddress(super.cachedEndpoint);
_call.setTimeout(super.cachedTimeout);
_call.setPortName(super.cachedPortName);
java.util.Enumeration keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
java.lang.String key = (java.lang.String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));
内容来源于网络,如有侵权,请联系作者删除!