|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.wsdl.toJava.JavaWriter | +--org.apache.axis.wsdl.toJava.JavaDeployWriter
This is Wsdl2java's deploy Writer. It writes the deploy.java file.
Field Summary | |
protected javax.wsdl.Definition |
definition
|
protected SymbolTable |
symbolTable
|
Fields inherited from class org.apache.axis.wsdl.toJava.JavaWriter |
emitter, type |
Constructor Summary | |
JavaDeployWriter(Emitter emitter,
javax.wsdl.Definition definition,
SymbolTable symbolTable)
Constructor. |
Method Summary | |
void |
generate()
Generate deploy.wsdd. |
protected java.lang.String |
getFileName()
Return the fully-qualified name of the deploy.wsdd file to be generated. |
java.lang.String |
getModeString(byte mode)
|
protected void |
writeDeployBinding(java.io.PrintWriter pw,
javax.wsdl.Binding binding)
Write out deployment instructions for given WSDL binding |
protected void |
writeDeployPort(java.io.PrintWriter pw,
javax.wsdl.Port port,
javax.wsdl.Service service)
Write out deployment and undeployment instructions for given WSDL port |
protected void |
writeDeployServices(java.io.PrintWriter pw)
Write out deployment and undeployment instructions for each WSDL service |
protected void |
writeDeployTypes(java.io.PrintWriter pw,
javax.wsdl.Binding binding,
boolean hasLiteral,
boolean hasMIME)
Write out bean mappings for each type |
protected void |
writeFileBody(java.io.PrintWriter pw)
Write the body of the deploy.wsdd file. |
protected void |
writeFileHeader(java.io.PrintWriter pw)
Replace the default file header with the deployment doc file header. |
protected void |
writeOperation(java.io.PrintWriter pw,
java.lang.String javaOperName,
QName elementQName,
QName returnQName,
QName returnType,
Parameters params,
QName bindingQName)
Raw routine that writes out the operation and parameters. |
protected void |
writeTypeMapping(java.io.PrintWriter pw,
java.lang.String namespaceURI,
java.lang.String localPart,
java.lang.String javaType,
java.lang.String serializerFactory,
java.lang.String deserializerFactory,
java.lang.String encodingStyle)
Raw routine that writes out the typeMapping. |
Methods inherited from class org.apache.axis.wsdl.toJava.JavaWriter |
closePrintWriter, getPrintWriter, isFileGenerated, registerFile, verboseMessage, writeComment, writeFileFooter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected javax.wsdl.Definition definition
protected SymbolTable symbolTable
Constructor Detail |
public JavaDeployWriter(Emitter emitter, javax.wsdl.Definition definition, SymbolTable symbolTable)
Method Detail |
public void generate() throws java.io.IOException
generate
in class JavaWriter
protected java.lang.String getFileName()
getFileName
in class JavaWriter
protected void writeFileHeader(java.io.PrintWriter pw) throws java.io.IOException
writeFileHeader
in class JavaWriter
protected void writeFileBody(java.io.PrintWriter pw) throws java.io.IOException
writeFileBody
in class JavaWriter
protected void writeDeployServices(java.io.PrintWriter pw) throws java.io.IOException
protected void writeDeployTypes(java.io.PrintWriter pw, javax.wsdl.Binding binding, boolean hasLiteral, boolean hasMIME) throws java.io.IOException
protected void writeTypeMapping(java.io.PrintWriter pw, java.lang.String namespaceURI, java.lang.String localPart, java.lang.String javaType, java.lang.String serializerFactory, java.lang.String deserializerFactory, java.lang.String encodingStyle) throws java.io.IOException
protected void writeDeployPort(java.io.PrintWriter pw, javax.wsdl.Port port, javax.wsdl.Service service) throws java.io.IOException
protected void writeDeployBinding(java.io.PrintWriter pw, javax.wsdl.Binding binding) throws java.io.IOException
protected void writeOperation(java.io.PrintWriter pw, java.lang.String javaOperName, QName elementQName, QName returnQName, QName returnType, Parameters params, QName bindingQName)
public java.lang.String getModeString(byte mode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |