org.ow2.util.ee.metadata.ws.api
Interface IWebservicesDeployableMetadata


public interface IWebservicesDeployableMetadata

The IWebservicesDeployableMetadata add additional metadata accessible from the deployable instance. Here, a webservice deployable can give access to the webservices.xml file.

Author:
Guillaume Sauthier

Method Summary
 IWebservices getWebservices12()
           
 void setWebservices12(IWebservices webservices12)
          Sets the webservices 1.2 deployment descriptor object.
 

Method Detail

getWebservices12

IWebservices getWebservices12()
Returns:
the webservices 1.2 deployment descriptor object.

setWebservices12

void setWebservices12(IWebservices webservices12)
Sets the webservices 1.2 deployment descriptor object.

Parameters:
webservices12 - the webservices 1.2 deployment descriptor object.


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.