public class WsdlGenerator extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTH_ELEMENT_NAME |
static String |
AUTH_MESSAGE_NAME |
static String |
AUTH_TYPE_NAME |
static String |
URI_WSDL |
| Constructor and Description |
|---|
WsdlGenerator(ArrayList<ARSWebService> ws,
String schemaInfo,
StringBuffer warnings)
Constructor that takes a list ot ARSWebservices that need to be including in the wsdl
|
WsdlGenerator(ARSWebService ws,
String schemaInfo,
StringBuffer warnings)
Constructor that takes only one ARSWebservice that needs to be included in the wsdl
|
public static final String URI_WSDL
public static String AUTH_MESSAGE_NAME
public static String AUTH_ELEMENT_NAME
public static String AUTH_TYPE_NAME
public WsdlGenerator(ARSWebService ws, String schemaInfo, StringBuffer warnings)
ws - ARSWebService for which wsdl is being createdschemaInfo - String with schema infowarnings - StringDuffer of warningspublic WsdlGenerator(ArrayList<ARSWebService> ws, String schemaInfo, StringBuffer warnings)
ws - ArrayList of servicesschemaInfo - String with schema infowarnings - StringDuffer of warningspublic Document generateWsdl()
? Copyright 2013 BMC Software, Inc.