org.apache.qpid.client.messaging.address
Class Node.ExchangeNode

java.lang.Object
  extended by org.apache.qpid.client.messaging.address.Node
      extended by org.apache.qpid.client.messaging.address.Node.ExchangeNode
Enclosing class:
Node

public static class Node.ExchangeNode
extends Node


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.qpid.client.messaging.address.Node
Node.ExchangeNode, Node.QueueNode, Node.UnknownNodeType
 
Field Summary
protected  QpidExchangeOptions _exchangeOptions
           
protected  String _exchangeType
           
 
Fields inherited from class org.apache.qpid.client.messaging.address.Node
_alternateExchange, _bindings, _declareArgs, _isAutoDelete, _isDurable, _nodeType
 
Constructor Summary
Node.ExchangeNode()
           
 
Method Summary
 String getExchangeType()
           
 void setExchangeType(String exchangeType)
           
 
Methods inherited from class org.apache.qpid.client.messaging.address.Node
addBinding, getAlternateExchange, getBindings, getDeclareArgs, getType, isAutoDelete, isDurable, setAlternateExchange, setAutoDelete, setBindings, setDeclareArgs, setDurable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_exchangeOptions

protected QpidExchangeOptions _exchangeOptions

_exchangeType

protected String _exchangeType
Constructor Detail

Node.ExchangeNode

public Node.ExchangeNode()
Method Detail

getExchangeType

public String getExchangeType()

setExchangeType

public void setExchangeType(String exchangeType)


Licensed to the Apache Software Foundation