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

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

public static class Node.UnknownNodeType
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
 
Fields inherited from class org.apache.qpid.client.messaging.address.Node
_alternateExchange, _bindings, _declareArgs, _isAutoDelete, _isDurable, _nodeType
 
Constructor Summary
Node.UnknownNodeType()
           
 
Method Summary
 
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
 

Constructor Detail

Node.UnknownNodeType

public Node.UnknownNodeType()


Licensed to the Apache Software Foundation