FileDocCategorySizeDatePackage
ContactInfo.javaAPI DocExample2600Tue May 29 16:57:06 BST 2007com.sun.xml.ws.transport.tcp.connectioncache.spi.transport

ContactInfo

public interface ContactInfo
The ContactInfo represents the information needed to establish a connection to a (possibly different) process. This is a subset of the PEPt 2.0 connection. Any implemetnation of this interface must define hashCode and equals properly so that it may be used in a Map.

Fields Summary
Constructors Summary
Methods Summary
public CcreateConnection()
Create a new Connection from this ContactInfo. Throws an IOException if Connection creation fails.