org.apache.servicemix.nmr.api
Interface Reference

All Known Subinterfaces:
InternalReference

public interface Reference

Represents an endpoint reference or a logical endpoint. References are usually obtained from the EndpointRegistry and used as targets for Exchanges using the Exchange.setTarget(Reference) method.

Since:
4.0
Version:
$Revision: $

Method Summary
 org.w3c.dom.Document toXml()
          Obtains an xml document describing this endpoint reference.
 

Method Detail

toXml

org.w3c.dom.Document toXml()
Obtains an xml document describing this endpoint reference.

Returns:


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.