hudson.plugins.mantis.soap
クラス MantisConnectLocator
java.lang.Object
org.apache.axis.client.Service
hudson.plugins.mantis.soap.MantisConnectLocator
- すべての実装されたインタフェース:
- MantisConnect, java.io.Serializable, javax.naming.Referenceable, javax.xml.rpc.Service
public class MantisConnectLocator
- extends org.apache.axis.client.Service
- implements MantisConnect
- 関連項目:
- 直列化された形式
| クラス org.apache.axis.client.Service から継承された入れ子のクラス/インタフェース |
org.apache.axis.client.Service.HandlerRegistryImpl |
| クラス org.apache.axis.client.Service から継承されたフィールド |
_call |
| クラス org.apache.axis.client.Service から継承されたメソッド |
createCall, createCall, createCall, createCall, getAxisClient, getCacheWSDL, getCall, getCalls, getEngine, getEngineConfiguration, getHandlerRegistry, getMaintainSession, getPort, getReference, getTypeMappingRegistry, getWSDLDocumentLocation, getWSDLParser, getWSDLService, setCacheWSDL, setEngine, setEngineConfiguration, setMaintainSession, setTypeMappingRegistry, setTypeMappingVersion |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース javax.xml.rpc.Service から継承されたメソッド |
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getTypeMappingRegistry, getWSDLDocumentLocation |
MantisConnectLocator
public MantisConnectLocator()
MantisConnectLocator
public MantisConnectLocator(org.apache.axis.EngineConfiguration config)
MantisConnectLocator
public MantisConnectLocator(java.lang.String wsdlLoc,
javax.xml.namespace.QName sName)
throws javax.xml.rpc.ServiceException
- 例外:
javax.xml.rpc.ServiceException
getMantisConnectPortAddress
public java.lang.String getMantisConnectPortAddress()
- 定義:
- インタフェース
MantisConnect 内の getMantisConnectPortAddress
getMantisConnectPortWSDDServiceName
public java.lang.String getMantisConnectPortWSDDServiceName()
setMantisConnectPortWSDDServiceName
public void setMantisConnectPortWSDDServiceName(java.lang.String name)
getMantisConnectPort
public MantisConnectPortType getMantisConnectPort()
throws javax.xml.rpc.ServiceException
- 定義:
- インタフェース
MantisConnect 内の getMantisConnectPort
- 例外:
javax.xml.rpc.ServiceException
getMantisConnectPort
public MantisConnectPortType getMantisConnectPort(java.net.URL portAddress)
throws javax.xml.rpc.ServiceException
- 定義:
- インタフェース
MantisConnect 内の getMantisConnectPort
- 例外:
javax.xml.rpc.ServiceException
setMantisConnectPortEndpointAddress
public void setMantisConnectPortEndpointAddress(java.lang.String address)
getPort
public java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface)
throws javax.xml.rpc.ServiceException
- 与えられたインターフェースに対して、スタブの実装を取得します。 / [en]-(For the given interface, get the stub implementation.)
このサービスが与えられたインターフェースに対してポートを持たない場合、 / [en]-(If this service has no port for the given interface,)
ServiceExceptionが投げられます。 / [en]-(then ServiceException is thrown.)
- 定義:
- インタフェース
javax.xml.rpc.Service 内の getPort - オーバーライド:
- クラス
org.apache.axis.client.Service 内の getPort
- 例外:
javax.xml.rpc.ServiceException
getPort
public java.rmi.Remote getPort(javax.xml.namespace.QName portName,
java.lang.Class serviceEndpointInterface)
throws javax.xml.rpc.ServiceException
- 与えられたインターフェースに対して、スタブの実装を取得します。 / [en]-(For the given interface, get the stub implementation.)
このサービスが与えられたインターフェースに対してポートを持たない場合、 / [en]-(If this service has no port for the given interface,)
ServiceExceptionが投げられます。 / [en]-(then ServiceException is thrown.)
- 定義:
- インタフェース
javax.xml.rpc.Service 内の getPort - オーバーライド:
- クラス
org.apache.axis.client.Service 内の getPort
- 例外:
javax.xml.rpc.ServiceException
getServiceName
public javax.xml.namespace.QName getServiceName()
- 定義:
- インタフェース
javax.xml.rpc.Service 内の getServiceName - オーバーライド:
- クラス
org.apache.axis.client.Service 内の getServiceName
getPorts
public java.util.Iterator getPorts()
- 定義:
- インタフェース
javax.xml.rpc.Service 内の getPorts - オーバーライド:
- クラス
org.apache.axis.client.Service 内の getPorts
setEndpointAddress
public void setEndpointAddress(java.lang.String portName,
java.lang.String address)
throws javax.xml.rpc.ServiceException
- 指定したポート名に対するエンドポイントのアドレスをセットします / [en]-(Set the endpoint address for the specified port name.)
- 例外:
javax.xml.rpc.ServiceException
setEndpointAddress
public void setEndpointAddress(javax.xml.namespace.QName portName,
java.lang.String address)
throws javax.xml.rpc.ServiceException
- 指定したポート名に対するエンドポイントのアドレスをセットします / [en]-(Set the endpoint address for the specified port name.)
- 例外:
javax.xml.rpc.ServiceException
Copyright © 2008. All Rights Reserved.