getExtendsText
protected String getExtendsText()
Returns "extends org.apache.axis.client.Service ".
- getExtendsText in interface JavaClassWriter
getImplementsText
protected String getImplementsText()
Returns "implements ".
- getImplementsText in interface JavaClassWriter
writeAddressInfo
protected void writeAddressInfo(PrintWriter pw,
String portName,
String address,
Port p) Write the private address field for this port and the public getter for it.
pw - portName - address - p -
writeConstructors
protected void writeConstructors(PrintWriter pw)
write Constructors
pw -
writeFileBody
protected void writeFileBody(PrintWriter pw)
throws IOException Write the body of the service file.
- writeFileBody in interface JavaWriter
pw -
writeGetPortClass
protected void writeGetPortClass(PrintWriter pw,
Vector getPortIfaces,
Vector getPortStubClasses,
Vector getPortPortNames,
boolean printGetPortNotice) Write the getPort(Class serviceInterfaceWriter) method.
pw - getPortIfaces - getPortStubClasses - getPortPortNames - printGetPortNotice -
writeGetPortName
protected void writeGetPortName(PrintWriter pw,
String bindingType,
String portName)pw - bindingType - portName -
writeGetPortNameURL
protected void writeGetPortNameURL(PrintWriter pw,
String bindingType,
String portName,
String stubClass,
String wsddServiceName) Write the get
(URL) method.
pw - bindingType - portName - stubClass - wsddServiceName -
writeGetPortQNameClass
protected void writeGetPortQNameClass(PrintWriter pw,
Vector getPortPortNames,
Vector getPortPortXmlNames) Write the getPort(QName portName, Class serviceInterfaceWriter) method.
pw - getPortPortNames -
writeGetPorts
protected void writeGetPorts(PrintWriter pw,
String namespaceURI,
Vector portNames) Write the getPorts method.
pw - portNames -
writeGetServiceName
protected void writeGetServiceName(PrintWriter pw,
QName qname) Write the getServiceName method.
pw - qname -
writeSetEndpointAddress
protected void writeSetEndpointAddress(PrintWriter pw,
Vector portNames) Write the setEndpointAddress(String portName, String newAddress)
and setEndpointAddress(QName portName, String newAddress) methods.
pw - portNames -
writeSetPortEndpointAddress
protected void writeSetPortEndpointAddress(PrintWriter pw,
String portName) Write the set
EndpointAddress(String) method.
pw - portName -
writeWSDDServiceNameInfo
protected void writeWSDDServiceNameInfo(PrintWriter pw,
String wsddServiceName,
String portName,
String portXmlName) Write the private WSDD service name field and the public accessors for it.
pw - wsddServiceName - portName -