class: StatisticDataHandlerServiceLocator

public class: StatisticDataHandlerServiceLocator
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:03; Modified: 16.07.2009 15:19:03;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {925F9111-7B15-4e21-A88D-3428EC5FF650}
 

Goto: Custom Properties, Fields, Methods

Implements: StatisticDataHandlerService

See also: ServiceLocator, StatisticDataHandlerService

Appears in: sm

Connections
 
Custom Properties
 
StatisticDataHandlerServiceLocator Attributes
Attribute Details
private java.util.HashSet
  ports
Initial: null
private java.lang.String
  StatisticDataHandlerService_address
Initial: "http://dev-coreservice.mpdl.mpg.de:8080/axis/services/StatisticDataHandlerService"
Notes: Use to get a proxy class for StatisticDataHandlerService
private java.lang.String
  StatisticDataHandlerServiceWSDDServiceName
Initial: "StatisticDataHandlerService"
Notes: The WSDD service name defaults to the port name.
 
StatisticDataHandlerServiceLocator Methods
Operation Details
public
getPort(
   Class serviceEndpointInterface):java.rmi.Remote
Sequential
Tags: throws=javax.xml.rpc.ServiceException
Notes: For the given interface, get the stub implementation. If this service has no port for the given interface, then ServiceException is thrown.
public
getPort(
   javax.xml.namespace.QName portName,
   Class serviceEndpointInterface):java.rmi.Remote
Sequential
Tags: throws=javax.xml.rpc.ServiceException
Notes: For the given interface, get the stub implementation. If this service has no port for the given interface, then ServiceException is thrown.
public
getPorts():java.util.Iterator
Sequential
public
getServiceName():javax.xml.namespace.QName
Sequential
public
getStatisticDataHandlerService():de.escidoc.www.services.sm.StatisticDataHandler
Sequential
Tags: throws=javax.xml.rpc.ServiceException
public
getStatisticDataHandlerService(
   java.net.URL portAddress):de.escidoc.www.services.sm.StatisticDataHandler
Sequential
Tags: throws=javax.xml.rpc.ServiceException
public
getStatisticDataHandlerServiceAddress():java.lang.String
Sequential
public
getStatisticDataHandlerServiceWSDDServiceName():java.lang.String
Sequential <<property get>>
Tags: attribute_name=StatisticDataHandlerServiceWSDDServiceName
public
setEndpointAddress(
   java.lang.String portName,
   java.lang.String address):void
Sequential
Tags: throws=javax.xml.rpc.ServiceException
Notes: Set the endpoint address for the specified port name.
public
setEndpointAddress(
   javax.xml.namespace.QName portName,
   java.lang.String address):void
Sequential
Tags: throws=javax.xml.rpc.ServiceException
Notes: Set the endpoint address for the specified port name.
public
setStatisticDataHandlerServiceEndpointAddress(
   java.lang.String address):void
Sequential
public
setStatisticDataHandlerServiceWSDDServiceName(
   java.lang.String name):void
Sequential <<property set>>
Tags: attribute_name=StatisticDataHandlerServiceWSDDServiceName
public
StatisticDataHandlerServiceLocator():
Sequential
public
StatisticDataHandlerServiceLocator(
   org.apache.axis.EngineConfiguration config):
Sequential
public
StatisticDataHandlerServiceLocator(
   java.lang.String wsdlLoc,
   javax.xml.namespace.QName sName):
Sequential
Tags: throws=javax.xml.rpc.ServiceException