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
 
コンストラクタの概要
MantisConnectLocator()
           
MantisConnectLocator(org.apache.axis.EngineConfiguration config)
           
MantisConnectLocator(java.lang.String wsdlLoc, javax.xml.namespace.QName sName)
           
 
メソッドの概要
 MantisConnectPortType getMantisConnectPort()
           
 MantisConnectPortType getMantisConnectPort(java.net.URL portAddress)
           
 java.lang.String getMantisConnectPortAddress()
           
 java.lang.String getMantisConnectPortWSDDServiceName()
           
 java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface)
          与えられたインターフェースに対して、スタブの実装を取得します。
 java.rmi.Remote getPort(javax.xml.namespace.QName portName, java.lang.Class serviceEndpointInterface)
          与えられたインターフェースに対して、スタブの実装を取得します。
 java.util.Iterator getPorts()
           
 javax.xml.namespace.QName getServiceName()
           
 void setEndpointAddress(javax.xml.namespace.QName portName, java.lang.String address)
          指定したポート名に対するエンドポイントのアドレスをセットします / [en]-(Set the endpoint address for the specified port name.)
 void setEndpointAddress(java.lang.String portName, java.lang.String address)
          指定したポート名に対するエンドポイントのアドレスをセットします / [en]-(Set the endpoint address for the specified port name.)
 void setMantisConnectPortEndpointAddress(java.lang.String address)
           
 void setMantisConnectPortWSDDServiceName(java.lang.String name)
           
 
クラス 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.