de.fzj.unicore.wsrflite.utils.deployment
Annotation Type DeploymentDescriptor


@Retention(value=RUNTIME)
public @interface DeploymentDescriptor

Annotation used for specifying deployment-specific metadata for Web Services that shall be deployed automatically.

Author:
j.daivandy@fz-juelich.de

Required Element Summary
 String iFace
           
 String impl
           
 
Optional Element Summary
 String initTask
           
 boolean isPersistent
           
 

Element Detail

iFace

public abstract String iFace

impl

public abstract String impl

isPersistent

public abstract boolean isPersistent
Default:
false

initTask

public abstract String initTask
Default:
""


Copyright © 2010. All Rights Reserved.