Uses of Interface
org.apache.servicemix.nmr.api.Reference

Packages that use Reference
org.apache.servicemix.nmr.api Defines the core NMR and its client side invocation API. 
org.apache.servicemix.nmr.api.internal Defines the internal API 
 

Uses of Reference in org.apache.servicemix.nmr.api
 

Methods in org.apache.servicemix.nmr.api that return Reference
 Reference Exchange.getTarget()
          The target used for this exchange
 Reference EndpointRegistry.lookup(org.w3c.dom.Document xml)
          This methods creates a Reference from its xml representation.
 Reference EndpointRegistry.lookup(java.util.Map<java.lang.String,?> properties)
          From a given amount of metadata which could include interface name, service name policy data and so forth, choose an available endpoint reference to use for invocations.
 Reference EndpointRegistry.lookup(java.lang.String filter)
          Creates a Reference that select endpoints that match the given LDAP filter.
 

Methods in org.apache.servicemix.nmr.api with parameters of type Reference
 void Exchange.setTarget(Reference target)
          The target used for this exchange
 

Uses of Reference in org.apache.servicemix.nmr.api.internal
 

Subinterfaces of Reference in org.apache.servicemix.nmr.api.internal
 interface InternalReference
           
 



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