org.apache.qpid.messaging
Class Address

java.lang.Object
  extended by org.apache.qpid.messaging.Address

public class Address
extends Object

Address


Constructor Summary
Address(String name, String subject, Map options)
           
 
Method Summary
 String getName()
           
 Map getOptions()
           
 String getSubject()
           
static Address parse(String address)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Address

public Address(String name,
               String subject,
               Map options)
Method Detail

parse

public static Address parse(String address)

getName

public String getName()

getSubject

public String getSubject()

getOptions

public Map getOptions()

toString

public String toString()
Overrides:
toString in class Object


Licensed to the Apache Software Foundation