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
writeFileBody
protected void writeFileBody(PrintWriter pw)
throws IOException
Write the body of the service file.
- writeFileBody in interface JavaWriter
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.
writeGetPorts
protected void writeGetPorts(PrintWriter pw,
String namespaceURI,
Vector portNames)
Write the getPorts method.
writeGetServiceName
protected void writeGetServiceName(PrintWriter pw,
QName qname)
Write the getServiceName method.
writeSetEndpointAddress
protected void writeSetEndpointAddress(PrintWriter pw,
Vector portNames)
Write the setEndpointAddress(String portName, String newAddress)
and setEndpointAddress(QName portName, String newAddress) methods.
writeSetPortEndpointAddress
protected void writeSetPortEndpointAddress(PrintWriter pw,
String portName)
Write the set
EndpointAddress(String) method.
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
-