org.mule.providers.soap.xfire
Class MuleObjectServiceFactory
java.lang.Object
ObjectServiceFactory
org.mule.providers.soap.xfire.MuleObjectServiceFactory
- public class MuleObjectServiceFactory
- extends ObjectServiceFactory
TODO document
- See Also:
- Serialized Form
|
Constructor Summary |
MuleObjectServiceFactory(TransportManager transportManager)
Initializes a new instance of the ObjectServiceFactory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
excludedMethods
protected final Set excludedMethods
MuleObjectServiceFactory
public MuleObjectServiceFactory(TransportManager transportManager)
- Initializes a new instance of the
ObjectServiceFactory.
initExcludedMethods
protected void initExcludedMethods()
addIgnoredMethods
public void addIgnoredMethods(String className)
- Ignore the specified class' declared methods. This can be used to not expose
certain interfaces as a service. By default, the methods specified by the
following interfaces/classes are ignored:
java.lang.Object
org.omg.CORBA_2_3.portable.ObjectImpl
org.omg.CORBA.portable.ObjectImpl
javax.ejb.EJBObject
javax.ejb.EJBLocalObject
javax.rmi.CORBA.Stub
org.mule.umo.lifecycle.Callable
org.mule.umo.lifecycle.Initialisable
org.mule.umo.lifecycle.Disposable
- Parameters:
className - the fully qualified class name
isValidMethod
protected boolean isValidMethod(Method method)
getMethodName
protected String getMethodName(Method method)
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.