org.mule.umo.space
Interface UMOSpaceFactory

All Known Implementing Classes:
DefaultSpaceFactory, GSSpaceFactory

public interface UMOSpaceFactory

A factory for creating Mule Space facade objects


Method Summary
 UMOSpace create(String spaceIdentifier)
          Creates a space based on a URI identifier for the space
 UMOSpace create(UMOImmutableEndpoint endpoint)
          Creates a space based on the endpoint URI and can use additional properties, transaction info, security info and filters associated with the endpoint
 

Method Detail

create

public UMOSpace create(UMOImmutableEndpoint endpoint)
                throws UMOSpaceException
Creates a space based on the endpoint URI and can use additional properties, transaction info, security info and filters associated with the endpoint

Parameters:
endpoint - the endpoint from which to construct the space
Returns:
an new Space object
Throws:
UMOSpaceException

create

public UMOSpace create(String spaceIdentifier)
                throws UMOSpaceException
Creates a space based on a URI identifier for the space

Parameters:
spaceIdentifier - a URI from which to construct the space
Returns:
an new Space object
Throws:
UMOSpaceException


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.