org.ow2.petals.binding.soap.listener.incoming.jetty
Class IncomingServiceKey

java.lang.Object
  extended by org.ow2.petals.binding.soap.listener.incoming.jetty.IncomingServiceKey
All Implemented Interfaces:
org.ow2.petals.probes.ProbeKey

public class IncomingServiceKey
extends Object
implements org.ow2.petals.probes.ProbeKey

A probe key identifying a service invocation:

  1. Path the web-service (URL without scheme, server and port),
  2. IP address of the web-service client,
  3. execution status

Author:
Christophe DENEUX (PetalsLink)

Constructor Summary
IncomingServiceKey(String webServicePath, String webServiceClient)
          Creates a new instance of ServiceClientKey
 
Method Summary
 boolean equals(Object obj)
           
 String getWebServiceClient()
           
 String getWebServicePath()
           
 int hashCode()
           
 String toReadableString()
           
 String toString()
           
 String[] toStringArray()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncomingServiceKey

public IncomingServiceKey(String webServicePath,
                          String webServiceClient)
Creates a new instance of ServiceClientKey

Parameters:
webService - Path the web-service (URL without scheme, server and port)
webServiceClient - IP address of the web-service client
Method Detail

getWebServicePath

public String getWebServicePath()
Returns:
Path the web-service (URL without scheme, server and port) as String

getWebServiceClient

public String getWebServiceClient()
Returns:
The IP address of the web-service client as String

toString

public String toString()
Overrides:
toString in class Object

toStringArray

public String[] toStringArray()
Specified by:
toStringArray in interface org.ow2.petals.probes.ProbeKey

toReadableString

public String toReadableString()
Specified by:
toReadableString in interface org.ow2.petals.probes.ProbeKey

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.