class: ContainerHandlerServiceLocator

public class: ContainerHandlerServiceLocator
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:18:38; Modified: 16.07.2009 15:18:38;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {A8666951-FAFB-4cd9-A616-6B88DB25EF31}
 

Goto: Custom Properties, Fields, Methods

Implements: ContainerHandlerService

See also: ServiceLocator, ContainerHandlerService

Appears in: om

Connections
 
Custom Properties
 
ContainerHandlerServiceLocator Attributes
Attribute Details
private java.lang.String
  ContainerHandlerService_address
Initial: "http://dev-coreservice.mpdl.mpg.de:8080/axis/services/ContainerHandlerService"
Notes: Use to get a proxy class for ContainerHandlerService
private java.lang.String
  ContainerHandlerServiceWSDDServiceName
Initial: "ContainerHandlerService"
Notes: The WSDD service name defaults to the port name.
private java.util.HashSet
  ports
Initial: null
 
ContainerHandlerServiceLocator Methods
Operation Details
public
ContainerHandlerServiceLocator():
Sequential
public
ContainerHandlerServiceLocator(
   org.apache.axis.EngineConfiguration config):
Sequential
public
ContainerHandlerServiceLocator(
   java.lang.String wsdlLoc,
   javax.xml.namespace.QName sName):
Sequential
Tags: throws=javax.xml.rpc.ServiceException
public
getContainerHandlerService():de.escidoc.www.services.om.ContainerHandler
Sequential
Tags: throws=javax.xml.rpc.ServiceException
public
getContainerHandlerService(
   java.net.URL portAddress):de.escidoc.www.services.om.ContainerHandler
Sequential
Tags: throws=javax.xml.rpc.ServiceException
public
getContainerHandlerServiceAddress():java.lang.String
Sequential
public
getContainerHandlerServiceWSDDServiceName():java.lang.String
Sequential <<property get>>
Tags: attribute_name=ContainerHandlerServiceWSDDServiceName
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
setContainerHandlerServiceEndpointAddress(
   java.lang.String address):void
Sequential
public
setContainerHandlerServiceWSDDServiceName(
   java.lang.String name):void
Sequential <<property set>>
Tags: attribute_name=ContainerHandlerServiceWSDDServiceName
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.