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

Packages that use Wire
org.apache.servicemix.nmr.api Defines the core NMR and its client side invocation API. 
org.apache.servicemix.nmr.api.service Defines the ServiceRegistry 
 

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

Methods in org.apache.servicemix.nmr.api that return Wire
 Wire WireRegistry.getWire(java.util.Map<java.lang.String,?> properties)
          Get the wire that matches the given properties
 

Methods in org.apache.servicemix.nmr.api with parameters of type Wire
 void WireRegistry.register(Wire wire)
          Convenience method for registering a wire without having to specify the wire's properties.
 void WireRegistry.unregister(Wire wire)
          Convenience method for unregistering a wire without having to specify the wire's properties.
 

Uses of Wire in org.apache.servicemix.nmr.api.service
 

Methods in org.apache.servicemix.nmr.api.service that return Wire
static Wire ServiceHelper.createWire(java.util.Map<java.lang.String,?> from, java.util.Map<java.lang.String,java.lang.Object> to)
          Creates a Wire instance
 



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