|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.client.Service
it.eng.spago.soap.axis.client.AdapterAxisServiceLocator
public class AdapterAxisServiceLocator
Constructor Summary | |
---|---|
AdapterAxisServiceLocator()
|
Method Summary | |
---|---|
AdapterAxis |
getAdapterAxis()
|
AdapterAxis |
getAdapterAxis(java.net.URL portAddress)
|
java.lang.String |
getAdapterAxisAddress()
|
java.lang.String |
getAdapterAxisWSDDServiceName()
|
java.rmi.Remote |
getPort(java.lang.Class serviceEndpointInterface)
For the given interface, get the stub implementation. |
java.rmi.Remote |
getPort(javax.xml.namespace.QName portName,
java.lang.Class serviceEndpointInterface)
For the given interface, get the stub implementation. |
java.util.Iterator |
getPorts()
|
javax.xml.namespace.QName |
getServiceName()
|
void |
setAdapterAxisEndpointAddress(java.lang.String address)
|
void |
setAdapterAxisWSDDServiceName(java.lang.String name)
|
void |
setEndpointAddress(javax.xml.namespace.QName portName,
java.lang.String address)
Set the endpoint address for the specified port name. |
void |
setEndpointAddress(java.lang.String portName,
java.lang.String address)
Set the endpoint address for the specified port name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdapterAxisServiceLocator()
Method Detail |
---|
public java.lang.String getAdapterAxisAddress()
getAdapterAxisAddress
in interface AdapterAxisService
public java.lang.String getAdapterAxisWSDDServiceName()
public void setAdapterAxisWSDDServiceName(java.lang.String name)
public AdapterAxis getAdapterAxis() throws javax.xml.rpc.ServiceException
getAdapterAxis
in interface AdapterAxisService
javax.xml.rpc.ServiceException
public AdapterAxis getAdapterAxis(java.net.URL portAddress) throws javax.xml.rpc.ServiceException
getAdapterAxis
in interface AdapterAxisService
javax.xml.rpc.ServiceException
public void setAdapterAxisEndpointAddress(java.lang.String address)
public java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface) throws javax.xml.rpc.ServiceException
javax.xml.rpc.ServiceException
public java.rmi.Remote getPort(javax.xml.namespace.QName portName, java.lang.Class serviceEndpointInterface) throws javax.xml.rpc.ServiceException
javax.xml.rpc.ServiceException
public javax.xml.namespace.QName getServiceName()
public java.util.Iterator getPorts()
public void setEndpointAddress(java.lang.String portName, java.lang.String address) throws javax.xml.rpc.ServiceException
javax.xml.rpc.ServiceException
public void setEndpointAddress(javax.xml.namespace.QName portName, java.lang.String address) throws javax.xml.rpc.ServiceException
javax.xml.rpc.ServiceException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |