class: ActionHandlerServiceLocator

public class: ActionHandlerServiceLocator
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:18:23; Modified: 16.07.2009 15:18:23;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {B4E03B14-F4B3-4468-8A63-9347CEC331BB}
 

Goto: Custom Properties, Fields, Methods

Implements: ActionHandlerService

See also: ActionHandlerService

Appears in: aa

Connections
 
Custom Properties
 
ActionHandlerServiceLocator Attributes
Attribute Details
private java.lang.String
  ActionHandlerService_address
Initial: "http://dev-coreservice.mpdl.mpg.de:8080/axis/services/ActionHandlerService"
Notes: Use to get a proxy class for ActionHandlerService
private java.lang.String
  ActionHandlerServiceWSDDServiceName
Initial: "ActionHandlerService"
Notes: The WSDD service name defaults to the port name.
private java.util.HashSet
  ports
Initial: null
 
ActionHandlerServiceLocator Methods
Operation Details
public
ActionHandlerServiceLocator():
Sequential
public
ActionHandlerServiceLocator(
   org.apache.axis.EngineConfiguration config):
Sequential
public
ActionHandlerServiceLocator(
   java.lang.String wsdlLoc,
   javax.xml.namespace.QName sName):
Sequential
Tags: throws=javax.xml.rpc.ServiceException
public
getActionHandlerService():de.escidoc.www.services.aa.ActionHandler
Sequential
Tags: throws=javax.xml.rpc.ServiceException
public
getActionHandlerService(
   java.net.URL portAddress):de.escidoc.www.services.aa.ActionHandler
Sequential
Tags: throws=javax.xml.rpc.ServiceException
public
getActionHandlerServiceAddress():java.lang.String
Sequential
public
getActionHandlerServiceWSDDServiceName():java.lang.String
Sequential <<property get>>
Tags: attribute_name=ActionHandlerServiceWSDDServiceName
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
setActionHandlerServiceEndpointAddress(
   java.lang.String address):void
Sequential
public
setActionHandlerServiceWSDDServiceName(
   java.lang.String name):void
Sequential <<property set>>
Tags: attribute_name=ActionHandlerServiceWSDDServiceName
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.