org.ow2.util.ee.metadata.ws.impl.xml.struct
Class Webservices

java.lang.Object
  extended by 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

Constructor Summary
Webservices()
          Default constructor.
 
Method Summary
 void addWebserviceDescription(org.ow2.util.ee.metadata.ws.api.xml.struct.IWebserviceDescription webserviceDescription)
           
 org.ow2.util.ee.metadata.ws.api.xml.struct.IPortComponent findPortComponent(java.lang.String sibLink)
           
 java.lang.String getVersion()
           
 java.util.List<org.ow2.util.ee.metadata.ws.api.xml.struct.IWebserviceDescription> getWebserviceDescriptions()
           
 void setVersion(java.lang.String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Webservices

public Webservices()
Default constructor.

Method Detail

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.