Class WebServiceAnnot
java.lang.Object
org.apache.axis2.jaxws.description.builder.WebServiceAnnot
- All Implemented Interfaces:
Annotation
-
Method Summary
Modifier and TypeMethodDescriptionstatic WebServiceAnnotcreateFromAnnotation(Annotation annotation) static WebServiceAnnotstatic WebServiceAnnotcreateWebServiceAnnotImpl(String name, String targetNamespace, String serviceName, String wsdlLocation, String endpointInterface, String portName) name()portName()voidsetEndpointInterface(String endpointInterface) voidvoidsetPortName(String portName) voidsetServiceName(String serviceName) voidsetTargetNamespace(String targetNamespace) voidsetWsdlLocation(String wsdlLocation) toString()Convenience method for unit testing.
-
Method Details
-
createWebServiceAnnotImpl
-
createWebServiceAnnotImpl
-
createFromAnnotation
-
name
-
targetNamespace
-
serviceName
-
wsdlLocation
-
endpointInterface
-
portName
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation
-
setEndpointInterface
- Parameters:
endpointInterface- The endpointInterface to set.
-
setName
- Parameters:
name- The name to set.
-
setPortName
- Parameters:
portName- The portName to set.
-
setServiceName
- Parameters:
serviceName- The serviceName to set.
-
setTargetNamespace
- Parameters:
targetNamespace- The targetNamespace to set.
-
setWsdlLocation
- Parameters:
wsdlLocation- The wsdlLocation to set.
-
toString
Convenience method for unit testing. We will print all of the data members here.- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classObject
-