#20 ✓resolved
Dan Schultz

Add Method to ServiceAdaptor to Create Operations

Reported by Dan Schultz | January 25th, 2011 @ 01:10 AM | in 0.2.0

Add an method to ServiceAdaptor that sub-classes can overrride and return operations that are specific to that adaptor.

Example:

public class RPCServiceAdaptor extends ServiceAdaptor
{
    override proteted function generateOperation(...args):Operation
    {
        return newInstance(ServiceOperation, args);
    }
}

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Mesh is an open-source persistence framework for Adobe Flex. It is designed to make the persistence of your application's model easier. Mesh provides the mechanisms for defining the associations between your model's entities, tracking which objects need to be saved, and mapping your entities to backend services.

<p>
<strong>Wiki</strong>
The Mesh wiki is hosted on GitHub at <a href="https://github.com/danschultz/mesh/wiki">https://github.com/danschultz/mesh/wiki</a>.
</p>

<p>
<strong>Source Code</strong>
Mesh is hosted on GitHub at <a href="http://github.com/danschultz/mesh">http://github.com/danschultz/mesh</a>.
</p>

Shared Ticket Bins

People watching this ticket

Referenced by

Pages