org.ow2.petals.binding.soap.listener.outgoing
Class ServiceClientKey
java.lang.Object
org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKey
- All Implemented Interfaces:
- org.ow2.petals.probes.ProbeKey
public class ServiceClientKey
- extends Object
- implements org.ow2.petals.probes.ProbeKey
A probe key identifying a web-service client part:
- URL of the external web-service,
- invoked operation,
- message exchange pattern used.
- Author:
- Christophe DENEUX (PetalsLink)
ServiceClientKey
public ServiceClientKey(String address,
String operation,
URI mep)
- Creates a new instance of ServiceClientKey
- Parameters:
address - URL of the external web-serviceoperation - Invoked operationmep - MEP used
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals 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
getAddress
public String getAddress()
getOperation
public String getOperation()
getMep
public URI getMep()
Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.