org.apache.axis.wsdl.fromJava
Class DefaultFactory

java.lang.Object
  |
  +--org.apache.axis.wsdl.fromJava.DefaultFactory
All Implemented Interfaces:
Java2WSDLFactory

public class DefaultFactory
extends java.lang.Object
implements Java2WSDLFactory

DefaultFactory Extend this factory to provide your own functionality. See Java2WSDLFactory for more details.

Author:
Rich Scheuerle (scheu@us.ibm.com)

Constructor Summary
DefaultFactory()
           
 
Method Summary
 BuilderBeanClassRep getBuilderBeanClassRep()
          Identify the ClassRep Builder to use for building the ClassRep representing the referenced Bean classes.
 BuilderPortTypeClassRep getBuilderPortTypeClassRep()
          Identify the ClassRep Builder to use for building the ClassRep representing the PortType class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFactory

public DefaultFactory()
Method Detail

getBuilderPortTypeClassRep

public BuilderPortTypeClassRep getBuilderPortTypeClassRep()
Identify the ClassRep Builder to use for building the ClassRep representing the PortType class.
Specified by:
getBuilderPortTypeClassRep in interface Java2WSDLFactory

getBuilderBeanClassRep

public BuilderBeanClassRep getBuilderBeanClassRep()
Identify the ClassRep Builder to use for building the ClassRep representing the referenced Bean classes.
Specified by:
getBuilderBeanClassRep in interface Java2WSDLFactory


Copyright © 2001 Apache XML Project. All Rights Reserved.