Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.wsee.wsdl
Class WsdlWriter

java.lang.Object
  extended by weblogic.wsee.wsdl.WsdlWriter

public class WsdlWriter
extends Object

This class represents


Constructor Summary
WsdlWriter()
          In the case that there is no wsdl definition, we use this constructor.
WsdlWriter(Document document, Element root, String defaultNamespace)
           
 
Method Summary
 Element addChild(Element element, String name, String namespace)
           
 void addPrefix(String prefix, String namespace)
           
 void addText(Element element, String text)
           
 String createPrefix(String namespace)
           
 Map getAttachedPolices()
           
 String getEndpointURL(String origUrl)
           
 String getImportPrefix()
           
 String getRelativeToRootFile()
           
 String getTargetNS()
           
 WsdlAddressInfo getWsdlAddressInfo()
           
 boolean isSameNS(String namespace)
           
 void setAttachedPolices(Map attachedPolices)
           
 void setAttribute(Element element, String name, String namespace, QName value)
           
 void setAttribute(Element element, String name, String namespace, String value)
           
 void setCurrentWsdlPort(WsdlPort currentWsdlPort)
           
 void setRelativeToRootFile(String relativeToRootFile)
           
 void setTargetNS(String targetNS)
           
 void setWsdlAddressInfo(WsdlAddressInfo wsdlAddressInfo)
           
 String toString()
          returns a string representation of this class.
 void toString(ToStringWriter writer)
          writes the content of this class to the specified writer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WsdlWriter

public WsdlWriter(Document document,
                  Element root,
                  String defaultNamespace)

WsdlWriter

public WsdlWriter()
In the case that there is no wsdl definition, we use this constructor.

Method Detail

setWsdlAddressInfo

public void setWsdlAddressInfo(WsdlAddressInfo wsdlAddressInfo)

getWsdlAddressInfo

public WsdlAddressInfo getWsdlAddressInfo()

setCurrentWsdlPort

public void setCurrentWsdlPort(WsdlPort currentWsdlPort)

getImportPrefix

public String getImportPrefix()

getEndpointURL

public String getEndpointURL(String origUrl)

getTargetNS

public String getTargetNS()

setTargetNS

public void setTargetNS(String targetNS)

getRelativeToRootFile

public String getRelativeToRootFile()

setRelativeToRootFile

public void setRelativeToRootFile(String relativeToRootFile)

setAttachedPolices

public void setAttachedPolices(Map attachedPolices)

getAttachedPolices

public Map getAttachedPolices()

addPrefix

public void addPrefix(String prefix,
                      String namespace)

createPrefix

public String createPrefix(String namespace)

setAttribute

public void setAttribute(Element element,
                         String name,
                         String namespace,
                         QName value)

setAttribute

public void setAttribute(Element element,
                         String name,
                         String namespace,
                         String value)

addChild

public Element addChild(Element element,
                        String name,
                        String namespace)

addText

public void addText(Element element,
                    String text)

isSameNS

public boolean isSameNS(String namespace)

toString

public String toString()
returns a string representation of this class.

Overrides:
toString in class Object
Returns:
string representation for this class

toString

public void toString(ToStringWriter writer)
writes the content of this class to the specified writer.

Parameters:
writer - writer to dump the content.

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01