|
||||||||||
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 | |
---|---|
String |
getEndpointInterface()
Returns the complete name of the service endpoint interface defining the service���s abstract Web Service contract. |
String |
getName()
Returns the name of the Web Service. |
String |
getPortName()
|
String |
getServiceName()
Returns the service name of the Web Service. |
String |
getTargetNamespace()
Returns the XML namespace used for the WSDL and XML elements generated from this Web Service. |
String |
getWsdlLocation()
The location of the WSDL for the service. |
void |
setEndpointInterface(String endpointInterface)
Sets the complete name of the service endpoint interface defining the service���s abstract Web Service contract. |
void |
setName(String name)
Sets the name of the Web Service. |
void |
setPortName(String portName)
|
void |
setServiceName(String serviceName)
Sets the service name of the Web Service. |
void |
setTargetNamespace(String targetNamespace)
Sets the XML namespace used for the WSDL and XML elements generated from this Web Service. |
void |
setWsdlLocation(String wsdlLocation)
|
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 String getWsdlLocation()
public void setWsdlLocation(String wsdlLocation)
public String getPortName()
public void setPortName(String portName)
public String getName()
public void setName(String name)
name
- The new name of the Web Service.public String getEndpointInterface()
public void setEndpointInterface(String endpointInterface)
endpointInterface
- the new name of the service endpoint interface.public String getServiceName()
public void setServiceName(String serviceName)
serviceName
- the new service name of the Web Service.public String getTargetNamespace()
public void setTargetNamespace(String targetNamespace)
targetNamespace
- the new XML namespace used.public String toString()
WebServiceAnnotation
attribute.
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |