|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.annotations.WebServiceAnnotation
org.codehaus.xfire.annotations.commons.WebService
public class WebService
Commons Attributes version of the WebService Annotation.
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 |
---|
public WebService()
WebService
attribute.
public WebService(java.lang.String name)
WebService
attribute with the specified name.
name
- the name of the Web Service.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |