ninja.activeproxy.path.description
Class ConnectorDescription

java.lang.Object
  |
  +--ninja.activeproxy.path.description.ElementDescription
        |
        +--ninja.activeproxy.path.description.ConnectorDescription

public class ConnectorDescription
extends ElementDescription

Description of a connector.

See Also:
Serialized Form

Fields inherited from class ninja.activeproxy.path.description.ElementDescription
attributes, children, type
 
Constructor Summary
ConnectorDescription()
          Constructs a ConnectorDescription.
 
Method Summary
 ProtocolDescription getProtocol()
          Returns the protocol supported by this connector.
 
Methods inherited from class ninja.activeproxy.path.description.ElementDescription
addChild, addChildren, getAllAttributes, getAttr, getChildren, getChildrenByType, getType, removeChild, removeChildrenByType, setAttr
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ConnectorDescription

public ConnectorDescription()
Constructs a ConnectorDescription.
Method Detail

getProtocol

public ProtocolDescription getProtocol()
Returns the protocol supported by this connector.
Returns:
protocol supported by this connector.