Method Summary |
|
public Class<Annotation> | annotationType() |
public static WebServiceProviderAnnot | createWebServiceAnnotImpl() |
public static WebServiceProviderAnnot | createWebServiceAnnotImpl(String name, String targetNamespace, String serviceName, String wsdlLocation, String endpointInterface, String portName) |
public String | portName() Returns the portName. |
public String | serviceName() Returns the serviceName. |
public void | setPortName(String portName) Parameters: portName - The portName to set. |
public void | setServiceName(String serviceName) Parameters: serviceName - The serviceName to set. |
public void | setTargetNamespace(String targetNamespace) Parameters: targetNamespace - The targetNamespace to set. |
public void | setWsdlLocation(String wsdlLocation) Parameters: wsdlLocation - The wsdlLocation to set. |
public String | targetNamespace() Returns the targetNamespace. |
public String | toString() Convenience method for unit testing. |
public String | wsdlLocation() Returns the wsdlLocation. |