class: TocHandlerServiceLocator

public class: TocHandlerServiceLocator
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:18:48; Modified: 16.07.2009 15:18:48;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {5B484128-3D0D-48a1-9736-34FA509B0C1D}
 

Goto: Custom Properties, Fields, Methods

Implements: TocHandlerService

See also: TocHandlerService

Appears in: om

Connections
 
Custom Properties
 
TocHandlerServiceLocator Attributes
Attribute Details
private java.util.HashSet
  ports
Initial: null
private java.lang.String
  TocHandlerService_address
Initial: "http://dev-coreservice.mpdl.mpg.de:8080/axis/services/TocHandlerService"
Notes: Use to get a proxy class for TocHandlerService
private java.lang.String
  TocHandlerServiceWSDDServiceName
Initial: "TocHandlerService"
Notes: The WSDD service name defaults to the port name.
 
TocHandlerServiceLocator 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
getTocHandlerService():de.escidoc.www.services.om.TocHandler
Sequential
Tags: throws=javax.xml.rpc.ServiceException
public
getTocHandlerService(
   java.net.URL portAddress):de.escidoc.www.services.om.TocHandler
Sequential
Tags: throws=javax.xml.rpc.ServiceException
public
getTocHandlerServiceAddress():java.lang.String
Sequential
public
getTocHandlerServiceWSDDServiceName():java.lang.String
Sequential <<property get>>
Tags: attribute_name=TocHandlerServiceWSDDServiceName
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
setTocHandlerServiceEndpointAddress(
   java.lang.String address):void
Sequential
public
setTocHandlerServiceWSDDServiceName(
   java.lang.String name):void
Sequential <<property set>>
Tags: attribute_name=TocHandlerServiceWSDDServiceName
public
TocHandlerServiceLocator():
Sequential
public
TocHandlerServiceLocator(
   org.apache.axis.EngineConfiguration config):
Sequential
public
TocHandlerServiceLocator(
   java.lang.String wsdlLoc,
   javax.xml.namespace.QName sName):
Sequential
Tags: throws=javax.xml.rpc.ServiceException