org.ow2.util.ee.metadata.ws.api.xml.struct
Interface IWebserviceDescription


public interface IWebserviceDescription

The IWebserviceDescription the logical view of the webservice-description element.

Author:
Guillaume Sauthier

Method Summary
 String getName()
           
 List<IPortComponent> getPortComponents()
           
 String getWsdlFile()
           
 

Method Detail

getName

String getName()
Returns:
the webservice-description-name value.

getWsdlFile

String getWsdlFile()
Returns:
the wsdl-file value (may be null).

getPortComponents

List<IPortComponent> getPortComponents()
Returns:
the list of port-component declared in this description.


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