com.mulesoft.utils.wsdl
Class Wsdl

java.lang.Object
  extended by com.mulesoft.utils.wsdl.WsdlNode
      extended by com.mulesoft.utils.wsdl.Wsdl

public class Wsdl
extends WsdlNode


Field Summary
static String BINDING_NAME
           
static String ENS
           
static String FNS
           
static String PORT_NAME
           
static String PORT_TYPE_NAME
           
static String SCHEMA_NS
           
static String SERVICE_NAME
           
static String SOAP_ADDRESS
           
static String SOAP_NS
           
static String TNS
           
static String WSDL_NS
           
 
Fields inherited from class com.mulesoft.utils.wsdl.WsdlNode
name
 
Constructor Summary
Wsdl()
           
 
Method Summary
 void addOperation(OperationType type, String typeName)
           
 void addType(String name, Element elm)
           
 Element generate()
           
 
Methods inherited from class com.mulesoft.utils.wsdl.WsdlNode
generate, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WSDL_NS

public static final String WSDL_NS
See Also:
Constant Field Values

ENS

public static final String ENS
See Also:
Constant Field Values

TNS

public static final String TNS
See Also:
Constant Field Values

FNS

public static final String FNS
See Also:
Constant Field Values

SCHEMA_NS

public static final String SCHEMA_NS
See Also:
Constant Field Values

SOAP_NS

public static final String SOAP_NS
See Also:
Constant Field Values

PORT_TYPE_NAME

public static final String PORT_TYPE_NAME
See Also:
Constant Field Values

BINDING_NAME

public static final String BINDING_NAME
See Also:
Constant Field Values

SERVICE_NAME

public static final String SERVICE_NAME
See Also:
Constant Field Values

PORT_NAME

public static final String PORT_NAME
See Also:
Constant Field Values

SOAP_ADDRESS

public static final String SOAP_ADDRESS
See Also:
Constant Field Values
Constructor Detail

Wsdl

public Wsdl()
Method Detail

generate

public Element generate()
Specified by:
generate in class WsdlNode

addType

public void addType(String name,
                    Element elm)

addOperation

public void addOperation(OperationType type,
                         String typeName)


Copyright © 2012. All Rights Reserved.