class: UserAccountHandlerServiceLocator

public class: UserAccountHandlerServiceLocator
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:18:29; Modified: 16.07.2009 15:18:29;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {3297BCA4-D65B-4f3d-9378-EB6B01FAEA4F}
 

Goto: Custom Properties, Fields, Methods

Implements: UserAccountHandlerService

See also: ServiceLocator, UserAccountHandlerService

Appears in: aa

Connections
 
Custom Properties
 
UserAccountHandlerServiceLocator Attributes
Attribute Details
private java.util.HashSet
  ports
Initial: null
private java.lang.String
  UserAccountHandlerService_address
Initial: "http://dev-coreservice.mpdl.mpg.de:8080/axis/services/UserAccountHandlerService"
Notes: Use to get a proxy class for UserAccountHandlerService
private java.lang.String
  UserAccountHandlerServiceWSDDServiceName
Initial: "UserAccountHandlerService"
Notes: The WSDD service name defaults to the port name.
 
UserAccountHandlerServiceLocator 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
getUserAccountHandlerService():de.escidoc.www.services.aa.UserAccountHandler
Sequential
Tags: throws=javax.xml.rpc.ServiceException
public
getUserAccountHandlerService(
   java.net.URL portAddress):de.escidoc.www.services.aa.UserAccountHandler
Sequential
Tags: throws=javax.xml.rpc.ServiceException
public
getUserAccountHandlerServiceAddress():java.lang.String
Sequential
public
getUserAccountHandlerServiceWSDDServiceName():java.lang.String
Sequential <<property get>>
Tags: attribute_name=UserAccountHandlerServiceWSDDServiceName
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
setUserAccountHandlerServiceEndpointAddress(
   java.lang.String address):void
Sequential
public
setUserAccountHandlerServiceWSDDServiceName(
   java.lang.String name):void
Sequential <<property set>>
Tags: attribute_name=UserAccountHandlerServiceWSDDServiceName
public
UserAccountHandlerServiceLocator():
Sequential
public
UserAccountHandlerServiceLocator(
   org.apache.axis.EngineConfiguration config):
Sequential
public
UserAccountHandlerServiceLocator(
   java.lang.String wsdlLoc,
   javax.xml.namespace.QName sName):
Sequential
Tags: throws=javax.xml.rpc.ServiceException