org.cmis.interopserver.services.admin
Class AdminServiceLocator

java.lang.Object
  extended by org.apache.axis.client.Service
      extended by org.cmis.interopserver.services.admin.AdminServiceLocator
All Implemented Interfaces:
java.io.Serializable, javax.naming.Referenceable, javax.xml.rpc.Service, AdminService

public class AdminServiceLocator
extends org.apache.axis.client.Service
implements AdminService

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.axis.client.Service
org.apache.axis.client.Service.HandlerRegistryImpl
 
Field Summary
 
Fields inherited from class org.apache.axis.client.Service
_call
 
Constructor Summary
AdminServiceLocator()
           
 
Method Summary
 Admin getAdmin()
          DOCUMENT ME!
 Admin getAdmin(java.net.URL portAddress)
          DOCUMENT ME!
 java.lang.String getAdminAddress()
          DOCUMENT ME!
 java.lang.String getAdminWSDDServiceName()
          DOCUMENT ME!
 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()
          DOCUMENT ME!
 javax.xml.namespace.QName getServiceName()
          DOCUMENT ME!
 void setAdminWSDDServiceName(java.lang.String name)
          DOCUMENT ME!
 
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
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getTypeMappingRegistry, getWSDLDocumentLocation
 

Constructor Detail

AdminServiceLocator

public AdminServiceLocator()
Method Detail

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
Overrides:
getPort in class org.apache.axis.client.Service
Parameters:
serviceEndpointInterface - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
javax.xml.rpc.ServiceException - DOCUMENT ME!

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
Overrides:
getPort in class org.apache.axis.client.Service
Parameters:
portName - DOCUMENT ME!
serviceEndpointInterface - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
javax.xml.rpc.ServiceException - DOCUMENT ME!

getPorts

public java.util.Iterator getPorts()
DOCUMENT ME!

Specified by:
getPorts in interface javax.xml.rpc.Service
Overrides:
getPorts in class org.apache.axis.client.Service
Returns:
DOCUMENT ME!

getServiceName

public javax.xml.namespace.QName getServiceName()
DOCUMENT ME!

Specified by:
getServiceName in interface javax.xml.rpc.Service
Overrides:
getServiceName in class org.apache.axis.client.Service
Returns:
DOCUMENT ME!

getAdmin

public Admin getAdmin()
               throws javax.xml.rpc.ServiceException
DOCUMENT ME!

Specified by:
getAdmin in interface AdminService
Returns:
DOCUMENT ME!
Throws:
javax.xml.rpc.ServiceException - DOCUMENT ME!

getAdmin

public Admin getAdmin(java.net.URL portAddress)
               throws javax.xml.rpc.ServiceException
DOCUMENT ME!

Specified by:
getAdmin in interface AdminService
Parameters:
portAddress - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
javax.xml.rpc.ServiceException - DOCUMENT ME!

getAdminAddress

public java.lang.String getAdminAddress()
DOCUMENT ME!

Specified by:
getAdminAddress in interface AdminService
Returns:
DOCUMENT ME!

setAdminWSDDServiceName

public void setAdminWSDDServiceName(java.lang.String name)
DOCUMENT ME!

Parameters:
name - DOCUMENT ME!

getAdminWSDDServiceName

public java.lang.String getAdminWSDDServiceName()
DOCUMENT ME!

Returns:
DOCUMENT ME!