org.codehaus.xfire.annotations.commons
Class WebService

java.lang.Object
  extended by org.codehaus.xfire.annotations.WebServiceAnnotation
      extended by org.codehaus.xfire.annotations.commons.WebService

public class WebService
extends WebServiceAnnotation

Commons Attributes version of the WebService Annotation.

Author:
Arjen Poutsma
See Also:
WebServiceAnnotation

Constructor Summary
WebService()
          Initializes a new instance of the WebService attribute.
WebService(java.lang.String name)
          Initializes a new instance of the WebService attribute with the specified name.
 
Method Summary
 
Methods inherited from class org.codehaus.xfire.annotations.WebServiceAnnotation
getEndpointInterface, getName, getServiceName, getTargetNamespace, setEndpointInterface, setName, setServiceName, setTargetNamespace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebService

public WebService()
Initializes a new instance of the WebService attribute.


WebService

public WebService(java.lang.String name)
Initializes a new instance of the WebService attribute with the specified name.

Parameters:
name - the name of the Web Service.