class: SRWSampleServiceLocator

public class: SRWSampleServiceLocator
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:26; Modified: 16.07.2009 15:19:26;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {F75E555E-9DED-4643-B887-885EDA9A1E14}
 

Goto: Custom Properties, Fields, Methods

Implements: SRWSampleService

See also: SRWSampleService

Appears in: service

Connections
 
Custom Properties
 
SRWSampleServiceLocator Attributes
Attribute Details
private java.lang.String
  ExplainSOAP_address
Initial: "http://localhost:8080/srw/search/escidoc_all?wsdl"
Notes: Use to get a proxy class for ExplainSOAP
private java.lang.String
  ExplainSOAPWSDDServiceName
Initial: "ExplainSOAP"
Notes: The WSDD service name defaults to the port name.
private java.util.HashSet
  ports
Initial: null
private java.lang.String
  SRW_address
Initial: "http://localhost:8080/srw/search/escidoc_all?wsdl"
Notes: Use to get a proxy class for SRW
private java.lang.String
  SRWWSDDServiceName
Initial: "SRW"
Notes: The WSDD service name defaults to the port name.
 
SRWSampleServiceLocator Methods
Operation Details
public
getExplainSOAP():gov.loc.www.zing.srw.service.ExplainPort
Sequential
Tags: throws=javax.xml.rpc.ServiceException
public
getExplainSOAP(
   java.net.URL portAddress):gov.loc.www.zing.srw.service.ExplainPort
Sequential
Tags: throws=javax.xml.rpc.ServiceException
public
getExplainSOAPAddress():java.lang.String
Sequential
public
getExplainSOAPWSDDServiceName():java.lang.String
Sequential <<property get>>
Tags: attribute_name=ExplainSOAPWSDDServiceName
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
getSRW():gov.loc.www.zing.srw.service.SRWPort
Sequential
Tags: throws=javax.xml.rpc.ServiceException
public
getSRW(
   java.net.URL portAddress):gov.loc.www.zing.srw.service.SRWPort
Sequential
Tags: throws=javax.xml.rpc.ServiceException
public
getSRWAddress():java.lang.String
Sequential
public
getSRWWSDDServiceName():java.lang.String
Sequential <<property get>>
Tags: attribute_name=SRWWSDDServiceName
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
setExplainSOAPEndpointAddress(
   java.lang.String address):void
Sequential
public
setExplainSOAPWSDDServiceName(
   java.lang.String name):void
Sequential <<property set>>
Tags: attribute_name=ExplainSOAPWSDDServiceName
public
setSRWEndpointAddress(
   java.lang.String address):void
Sequential
public
setSRWWSDDServiceName(
   java.lang.String name):void
Sequential <<property set>>
Tags: attribute_name=SRWWSDDServiceName
public
SRWSampleServiceLocator():
Sequential
public
SRWSampleServiceLocator(
   org.apache.axis.EngineConfiguration config):
Sequential
public
SRWSampleServiceLocator(
   java.lang.String wsdlLoc,
   javax.xml.namespace.QName sName):
Sequential
Tags: throws=javax.xml.rpc.ServiceException