|
||||||||||
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 |
getPortName()
|
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. |
java.lang.String |
getWsdlLocation()
The location of the WSDL for the 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 |
setPortName(java.lang.String portName)
|
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. |
void |
setWsdlLocation(java.lang.String wsdlLocation)
|
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 getWsdlLocation()
public void setWsdlLocation(java.lang.String wsdlLocation)
public java.lang.String getPortName()
public void setPortName(java.lang.String portName)
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 |