|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.annotations.WebServiceAnnotation
public class WebServiceAnnotation
Represents an common representation of a web service annotation. Specifies that the given method is exposed as a Web Service operation, making it part of the Web ServiceÕs public contract. A WebMethod annotation is required for each method that is published by the Web Service.
Constructor Summary | |
---|---|
WebServiceAnnotation()
|
Method Summary | |
---|---|
java.lang.String |
getEndpointInterface()
Returns the complete name of the service endpoint interface defining the serviceÕs abstract Web Service contract. |
java.lang.String |
getName()
Returns the name of the Web Service. |
java.lang.String |
getServiceName()
Returns the service name of the Web Service. |
java.lang.String |
getTargetNamespace()
Returns the XML namespace used for the WSDL and XML elements generated from this Web Service. |
void |
setEndpointInterface(java.lang.String endpointInterface)
Sets the complete name of the service endpoint interface defining the serviceÕs abstract Web Service contract. |
void |
setName(java.lang.String name)
Sets the name of the Web Service. |
void |
setServiceName(java.lang.String serviceName)
Sets the service name of the Web Service. |
void |
setTargetNamespace(java.lang.String targetNamespace)
Sets the XML namespace used for the WSDL and XML elements generated from this Web Service. |
java.lang.String |
toString()
Returns a String representation of this WebServiceAnnotation attribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WebServiceAnnotation()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The new name of the Web Service.public java.lang.String getEndpointInterface()
public void setEndpointInterface(java.lang.String endpointInterface)
endpointInterface
- the new name of the service endpoint interface.public java.lang.String getServiceName()
public void setServiceName(java.lang.String serviceName)
serviceName
- the new service name of the Web Service.public java.lang.String getTargetNamespace()
public void setTargetNamespace(java.lang.String targetNamespace)
targetNamespace
- the new XML namespace used.public java.lang.String toString()
WebServiceAnnotation
attribute.
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |