org.apache.geronimo.gshell.whisper.transport.vm
Class VmAddressFactory

java.lang.Object
  extended by org.apache.geronimo.gshell.whisper.transport.vm.VmAddressFactory
All Implemented Interfaces:
AddressFactory<org.apache.mina.transport.vmpipe.VmPipeAddress>

@Component(role=AddressFactory.class,
           hint="vm")
public class VmAddressFactory
extends Object
implements AddressFactory<org.apache.mina.transport.vmpipe.VmPipeAddress>

???

Version:
$Rev: 579828 $ $Date: 2007-09-26 15:15:42 -0700 (Wed, 26 Sep 2007) $

Constructor Summary
VmAddressFactory()
           
 
Method Summary
 org.apache.mina.transport.vmpipe.VmPipeAddress create(URI location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VmAddressFactory

public VmAddressFactory()
Method Detail

create

public org.apache.mina.transport.vmpipe.VmPipeAddress create(URI location)
                                                      throws Exception
Specified by:
create in interface AddressFactory<org.apache.mina.transport.vmpipe.VmPipeAddress>
Throws:
Exception


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.