org.ow2.util.ee.metadata.ws.api.xml.struct
Interface IWebservices
public interface IWebservices
The IWebservices is the Object representant of a webservices.xml file.
- Author:
- Guillaume Sauthier
getVersion
String getVersion()
- Returns:
- the @version attribute (1.1 for JAX-RPC and 1.2 for JAX-WS)
getWebserviceDescriptions
List<IWebserviceDescription> getWebserviceDescriptions()
- Returns:
- the list of webservice-description declared in this file.
findPortComponent
IPortComponent findPortComponent(String sibLink)
- This finder method helps to find the PortComponent associated to
a given implementation bean.
- Parameters:
sibLink - SIB link name (EJB name or classname)
- Returns:
- the found PortComponent or null if nothing is found in this XML descriptor
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.