org.ow2.util.ee.metadata.ws.impl.xml.struct
Class Webservices
java.lang.Object
org.ow2.util.ee.metadata.ws.impl.xml.struct.Webservices
- All Implemented Interfaces:
- org.ow2.util.ee.metadata.ws.api.xml.struct.IWebservices
public class Webservices
- extends java.lang.Object
- implements org.ow2.util.ee.metadata.ws.api.xml.struct.IWebservices
The Webservices is ...
- Author:
- Guillaume Sauthier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Webservices
public Webservices()
- Default constructor.
setVersion
public void setVersion(java.lang.String version)
addWebserviceDescription
public void addWebserviceDescription(org.ow2.util.ee.metadata.ws.api.xml.struct.IWebserviceDescription webserviceDescription)
getVersion
public java.lang.String getVersion()
- Specified by:
getVersion in interface org.ow2.util.ee.metadata.ws.api.xml.struct.IWebservices
getWebserviceDescriptions
public java.util.List<org.ow2.util.ee.metadata.ws.api.xml.struct.IWebserviceDescription> getWebserviceDescriptions()
- Specified by:
getWebserviceDescriptions in interface org.ow2.util.ee.metadata.ws.api.xml.struct.IWebservices
findPortComponent
public org.ow2.util.ee.metadata.ws.api.xml.struct.IPortComponent findPortComponent(java.lang.String sibLink)
- Specified by:
findPortComponent in interface org.ow2.util.ee.metadata.ws.api.xml.struct.IWebservices
Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.