|
||||||||||
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
,
Serialized FormConstructor 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. |
|
WebService(java.lang.String name,
java.lang.String targetNamespace)
Initializes a new instance of the WebParam attribute with the specified name
and namespace. |
|
WebService(java.lang.String name,
java.lang.String targetNamespace,
java.lang.String endpointInterface,
java.lang.String serviceName)
|
Method Summary |
---|
Methods inherited from class org.codehaus.xfire.annotations.WebServiceAnnotation |
---|
getEndpointInterface, getName, getPortName, getServiceName, getTargetNamespace, getWsdlLocation, setEndpointInterface, setName, setPortName, setServiceName, setTargetNamespace, setWsdlLocation, 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.public WebService(java.lang.String name, java.lang.String targetNamespace)
WebParam
attribute with the specified name
and namespace.
name
- the name.targetNamespace
- the target namespace.public WebService(java.lang.String name, java.lang.String targetNamespace, java.lang.String endpointInterface, java.lang.String serviceName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |