com.sun.tools.ws.processor.modeler.wsdl
Class PseudoSchemaBuilder

java.lang.Object
  extended by com.sun.tools.ws.processor.modeler.wsdl.PseudoSchemaBuilder

public class PseudoSchemaBuilder
extends Object

Builds all possible pseudo schemas for async operation ResponseBean to feed to XJC.


Field Summary
(package private)  boolean asyncRespBeanBinding
           
 
Method Summary
static List<InputSource> build(WSDLModeler wsdlModeler, WsimportOptions options, ErrorReceiver errReceiver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

asyncRespBeanBinding

boolean asyncRespBeanBinding
Method Detail

build

public static List<InputSource> build(WSDLModeler wsdlModeler,
                                      WsimportOptions options,
                                      ErrorReceiver errReceiver)