org.codehaus.xfire.xmlbeans
Class XMLBeansServiceBuilder

java.lang.Object
  extended by org.codehaus.xfire.service.object.ObjectServiceFactory
      extended by org.codehaus.xfire.xmlbeans.XMLBeansServiceBuilder
All Implemented Interfaces:
ServiceFactory

public class XMLBeansServiceBuilder
extends ObjectServiceFactory

Author:
Dan Diephouse

Constructor Summary
XMLBeansServiceBuilder(TransportManager transportManager, TypeMappingRegistry registry)
           
 
Method Summary
protected  void addOperation(DefaultObjectService service, java.lang.reflect.Method method)
           
protected  org.apache.xmlbeans.SchemaType getSchemaType(java.lang.Class clazz)
          Introspect to find the SchemaType for a particular XMLBeans class.
 
Methods inherited from class org.codehaus.xfire.service.object.ObjectServiceFactory
create, create, create, create, getInParameterName, getOutParameterName, initializeOperations, initializeTypeMapping, isAsync, isValidMethod, makeServiceNameFromClassName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLBeansServiceBuilder

public XMLBeansServiceBuilder(TransportManager transportManager,
                              TypeMappingRegistry registry)
Method Detail

addOperation

protected void addOperation(DefaultObjectService service,
                            java.lang.reflect.Method method)
Overrides:
addOperation in class ObjectServiceFactory

getSchemaType

protected org.apache.xmlbeans.SchemaType getSchemaType(java.lang.Class clazz)
Introspect to find the SchemaType for a particular XMLBeans class.