electric.wsdl.generator
Class WSDLGenerator
java.lang.Object
electric.wsdl.generator.WSDLGenerator
- public class WSDLGenerator
- extends java.lang.Object
WSDLGenerator
- Author:
- webMethods
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLGenerator
public WSDLGenerator()
getWSDL
public static WSDL getWSDL(XURL[] endpoints,
java.lang.String documentation,
Context context,
java.lang.Class javaClass,
java.lang.Class[] interfaces)
throws SchemaException,
WSDLException
- Parameters:
endpoints
- documentation
- context
- javaClass
- interfaces
-
- Throws:
SchemaException
WSDLException
getWSDL
public static WSDL getWSDL(XURL[] endpoints,
java.lang.String documentation,
Context context,
MethodDescriptor[] methods,
java.lang.Class javaClass)
throws SchemaException,
WSDLException
- Create a GLUE WSDL object structure corresponding to the passed in Java
methods. This constructor is used when creating WSDL based on a Java
object.
- Parameters:
endpoints
- documentation
- context
- methods
-
- Throws:
SchemaException
WSDLException
getDefaultPersonality
public static IWSDLPersonality getDefaultPersonality()
setDefaultPersonality
public static void setDefaultPersonality(IWSDLPersonality personality)
- Parameters:
personality
-
copyright© 2001-2004 by webMethods All Rights Reserved.