java.lang.Object
org.apache.axis.client.Service
interop.wsifserviceWrapped.InteropDocSvcLocator
- All Implemented Interfaces:
- InteropDocSvc, javax.naming.Referenceable, java.io.Serializable, javax.xml.rpc.Service
- public class InteropDocSvcLocator
- extends org.apache.axis.client.Service
- implements InteropDocSvc
| Nested classes inherited from class org.apache.axis.client.Service |
org.apache.axis.client.Service.HandlerRegistryImpl |
| Fields inherited from class org.apache.axis.client.Service |
_call |
| Methods inherited from class 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
interopDocPort_address
private final java.lang.String interopDocPort_address
- See Also:
- Constant Field Values
interopDocPortWSDDServiceName
private java.lang.String interopDocPortWSDDServiceName
ports
private java.util.HashSet ports
InteropDocSvcLocator
public InteropDocSvcLocator()
getinteropDocPortAddress
public java.lang.String getinteropDocPortAddress()
- Specified by:
getinteropDocPortAddress in interface InteropDocSvc
getinteropDocPortWSDDServiceName
public java.lang.String getinteropDocPortWSDDServiceName()
setinteropDocPortWSDDServiceName
public void setinteropDocPortWSDDServiceName(java.lang.String name)
getinteropDocPort
public Doc_TestPortType getinteropDocPort()
throws javax.xml.rpc.ServiceException
- Specified by:
getinteropDocPort in interface InteropDocSvc
getinteropDocPort
public Doc_TestPortType getinteropDocPort(java.net.URL portAddress)
throws javax.xml.rpc.ServiceException
- Specified by:
getinteropDocPort in interface InteropDocSvc
getPort
public java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface)
throws javax.xml.rpc.ServiceException
- For the given interface, get the stub implementation.
If this service has no port for the given interface,
then ServiceException is thrown.
- Specified by:
getPort in interface javax.xml.rpc.Service
getPort
public java.rmi.Remote getPort(javax.xml.namespace.QName portName,
java.lang.Class serviceEndpointInterface)
throws javax.xml.rpc.ServiceException
- For the given interface, get the stub implementation.
If this service has no port for the given interface,
then ServiceException is thrown.
- Specified by:
getPort in interface javax.xml.rpc.Service
getServiceName
public javax.xml.namespace.QName getServiceName()
- Description copied from interface:
javax.xml.rpc.Service
- Gets the name of this Service.
- Specified by:
getServiceName in interface javax.xml.rpc.Service
getPorts
public java.util.Iterator getPorts()
- Description copied from interface:
javax.xml.rpc.Service
- Returns an
Iterator for the list of
QNames of service endpoints grouped by this
service.
- Specified by:
getPorts in interface javax.xml.rpc.Service