org.ow2.petals.binding.soap.listener.incoming.jetty
Class IncomingServiceKey
java.lang.Object
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:
- Path the web-service (URL without scheme, server and port),
- IP address of the web-service client,
- execution status
- Author:
- Christophe DENEUX (PetalsLink)
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
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.