|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.wsdl.writer.WOMtoWSDL11Writer
Constructor Summary | |
WOMtoWSDL11Writer()
|
Method Summary | |
protected void |
handleExtensibilityAttributes(List extAttributeList)
|
protected void |
handleExtensibiltyElements(List extElementList)
|
void |
setdefaultWSDLPrefix(String defaultWSDLPrefix)
|
void |
setEncoding(String encoding)
|
protected void |
writeBinding(org.apache.wsdl.WSDLDescription desc)
|
protected void |
writebindingOperation(org.apache.wsdl.WSDLBindingOperation bindingOp)
|
protected void |
writeEndDescripton(Writer outWriter)
|
protected void |
writeExtensibilityAttribute(org.apache.wsdl.WSDLExtensibilityAttribute extAttribute)
|
protected void |
writeExtensibilityElement(org.apache.wsdl.WSDLExtensibilityElement extElement)
|
protected void |
writeImports(org.apache.wsdl.WSDLDescription desc)
|
protected void |
writeMessages(org.apache.wsdl.WSDLDescription desc)
Writes the messages. |
protected void |
writePolicyExtensibilityElement(org.apache.wsdl.extensions.PolicyExtensibilityElement policyExtensibilityElement)
|
protected void |
writePorttypeOperations(org.apache.wsdl.WSDLInterface wsdlInterface)
Writes the operation. |
protected void |
writePortTypes(org.apache.wsdl.WSDLDescription desc)
|
protected void |
writeSOAPBindingExtensibilityElement(org.apache.wsdl.extensions.SOAPBinding soapBinding)
|
protected void |
writeSOAPBodyExtensibilityElement(org.apache.wsdl.extensions.SOAPBody soapBody)
|
protected void |
writeSOAPHeaderExtensibilityElement(org.apache.wsdl.extensions.SOAPHeader soapHeader)
|
protected void |
writeSOAPOpextensibilityElement(org.apache.wsdl.extensions.SOAPOperation soapop)
|
protected void |
writeStartDescripton(org.apache.wsdl.WSDLDescription desc,
XMLStreamWriter writer)
|
protected void |
writeTypes(org.apache.wsdl.WSDLDescription desc)
Writes port types. |
void |
writeWOM(org.apache.wsdl.WSDLDescription wsdlDescription,
OutputStream out)
Writes a WSDLDescription directly. |
void |
writeWOM(WSDLVersionWrapper wsdlWrapper,
OutputStream out)
Writes a WOM to the given output stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WOMtoWSDL11Writer()
Method Detail |
public void setEncoding(String encoding)
setEncoding
in interface WOMWriter
public void setdefaultWSDLPrefix(String defaultWSDLPrefix)
setdefaultWSDLPrefix
in interface WOMWriter
public void writeWOM(WSDLVersionWrapper wsdlWrapper, OutputStream out) throws WriterException
WOMWriter
writeWOM
in interface WOMWriter
wsdlWrapper
- out
-
WriterException
WOMWriter.writeWOM(org.apache.axis2.wsdl.WSDLVersionWrapper, java.io.OutputStream)
public void writeWOM(org.apache.wsdl.WSDLDescription wsdlDescription, OutputStream out) throws WriterException, XMLStreamException
WOMWriter
writeWOM
in interface WOMWriter
wsdlDescription
- out
-
WriterException
XMLStreamException
WOMWriter.writeWOM(org.apache.wsdl.WSDLDescription, java.io.OutputStream)
protected void writeStartDescripton(org.apache.wsdl.WSDLDescription desc, XMLStreamWriter writer) throws IOException, XMLStreamException
desc
-
IOException
XMLStreamException
protected void writeMessages(org.apache.wsdl.WSDLDescription desc) throws XMLStreamException
desc
-
XMLStreamException
protected void writeEndDescripton(Writer outWriter) throws IOException
outWriter
-
IOException
protected void writeImports(org.apache.wsdl.WSDLDescription desc) throws IOException, XMLStreamException
desc
-
IOException
XMLStreamException
protected void writeTypes(org.apache.wsdl.WSDLDescription desc) throws IOException, XMLStreamException
desc
-
IOException
XMLStreamException
protected void writePortTypes(org.apache.wsdl.WSDLDescription desc) throws XMLStreamException, IOException
desc
-
XMLStreamException
IOException
protected void writePorttypeOperations(org.apache.wsdl.WSDLInterface wsdlInterface) throws XMLStreamException, IOException
wsdlInterface
-
XMLStreamException
IOException
protected void writeBinding(org.apache.wsdl.WSDLDescription desc) throws XMLStreamException, IOException
desc
-
IOException
XMLStreamException
protected void writebindingOperation(org.apache.wsdl.WSDLBindingOperation bindingOp) throws XMLStreamException, IOException
XMLStreamException
IOException
protected void handleExtensibilityAttributes(List extAttributeList) throws XMLStreamException
XMLStreamException
protected void handleExtensibiltyElements(List extElementList) throws XMLStreamException, IOException
XMLStreamException
IOException
protected void writeExtensibilityAttribute(org.apache.wsdl.WSDLExtensibilityAttribute extAttribute) throws XMLStreamException
XMLStreamException
protected void writeExtensibilityElement(org.apache.wsdl.WSDLExtensibilityElement extElement) throws IOException, XMLStreamException
extElement
-
IOException
XMLStreamException
protected void writeSOAPBindingExtensibilityElement(org.apache.wsdl.extensions.SOAPBinding soapBinding) throws XMLStreamException
XMLStreamException
protected void writeSOAPBodyExtensibilityElement(org.apache.wsdl.extensions.SOAPBody soapBody) throws IOException, XMLStreamException
IOException
XMLStreamException
protected void writeSOAPHeaderExtensibilityElement(org.apache.wsdl.extensions.SOAPHeader soapHeader) throws XMLStreamException
XMLStreamException
protected void writeSOAPOpextensibilityElement(org.apache.wsdl.extensions.SOAPOperation soapop) throws IOException, XMLStreamException
IOException
XMLStreamException
protected void writePolicyExtensibilityElement(org.apache.wsdl.extensions.PolicyExtensibilityElement policyExtensibilityElement) throws XMLStreamException
XMLStreamException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |