class: ItemValidatingWebServiceServiceLocator

public class: ItemValidatingWebServiceServiceLocator
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:21:21; Modified: 16.07.2009 15:21:21;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {173481F6-B75C-4165-BFDB-85A39701F8A3}
 

Goto: Custom Properties, Fields, Methods

Implements: ItemValidatingWebServiceService

See also: ItemValidatingWebServiceService

Appears in: webservice

Connections
 
Custom Properties
 
ItemValidatingWebServiceServiceLocator Attributes
Attribute Details
private java.util.HashSet
  ports
Initial: null
private String
  validation_address
Initial: "http://localhost:8080/validation_service/services/validation"
Notes: Use to get a proxy class for validation
private String
  validationWSDDServiceName
Initial: "validation"
Notes: The WSDD service name defaults to the port name.
 
ItemValidatingWebServiceServiceLocator Methods
Operation Details
public
getPort(
   Class serviceEndpointInterface):Remote
Sequential
Tags: throws=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(
   QName portName,
   Class serviceEndpointInterface):Remote
Sequential
Tags: throws=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():QName
Sequential
public
getvalidation():ItemValidatingWebService
Sequential
Tags: throws=ServiceException
public
getvalidation(
   URL portAddress):ItemValidatingWebService
Sequential
Tags: throws=ServiceException
public
getvalidationAddress():String
Sequential
public
getvalidationWSDDServiceName():String
Sequential <<property get>>
Tags: attribute_name=validationWSDDServiceName
public
ItemValidatingWebServiceServiceLocator():
Sequential
public
ItemValidatingWebServiceServiceLocator(
   EngineConfiguration config):
Sequential
public
ItemValidatingWebServiceServiceLocator(
   java.lang.String wsdlLoc,
   QName sName):
Sequential
Tags: throws=ServiceException
public
setEndpointAddress(
   String portName,
   String address):void
Sequential
Tags: throws=ServiceException
Notes: Set the endpoint address for the specified port name.
public
setEndpointAddress(
   QName portName,
   String address):void
Sequential
Tags: throws=ServiceException
Notes: Set the endpoint address for the specified port name.
public
setvalidationEndpointAddress(
   String address):void
Sequential
public
setvalidationWSDDServiceName(
   String name):void
Sequential <<property set>>
Tags: attribute_name=validationWSDDServiceName