Sha256: 7694c25ed99e2d2eb14f05393bbca87c62e68cfb7e6663955e473a9a48a79cfa

Contents?: true

Size: 778 Bytes

Versions: 1

Compression:

Stored size: 778 Bytes

Contents

Description:
    The generator creates stubs for a new Seam(less) Service.

    The generator takes a class name, message type and method name as arguments.
    The messagehandler name may be given in CamelCase or under_score and should
    not be suffixed with 'Service'.  

    The generator creates a service class in app/services.

    ./script/generate service <ServiceClassName> <ServiceMessageRequest> <ServiceMethod> [ServiceMessageResponse]

    The following are the arguments:
    
    ServiceClassName      - name of the service class
    ServiceMessageRequest - message request type
    ServiceMethod         - method name to call

Example:
    ./script/generate service CreditCard service.creditcard.charge.request charge [service.creditcard.charge.response]

    

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
seamless-1.0.0 service/USAGE