|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.service.binding.ObjectServiceFactory
org.mule.providers.soap.xfire.MuleObjectServiceFactory
public class MuleObjectServiceFactory
TODO document
Field Summary | |
---|---|
protected Set |
excludedMethods
|
Fields inherited from class org.codehaus.xfire.service.binding.ObjectServiceFactory |
---|
CREATE_DEFAULT_BINDINGS, PORT_NAME, PORT_TYPE, SCHEMAS, SCOPE, SOAP11_TRANSPORTS, SOAP12_TRANSPORTS, STYLE, USE |
Constructor Summary | |
---|---|
MuleObjectServiceFactory(org.codehaus.xfire.transport.TransportManager transportManager)
Initializes a new instance of the ObjectServiceFactory . |
Method Summary | |
---|---|
void |
addIgnoredMethods(String className)
Ignore the specified class' declared methods. |
protected String |
getMethodName(Method method)
|
protected void |
initExcludedMethods()
|
protected boolean |
isValidMethod(Method method)
|
Methods inherited from class org.codehaus.xfire.service.binding.ObjectServiceFactory |
---|
addFault, addOperation, addSoap11Transport, addSoap12Transport, configureHeaders, create, create, create, create, create, create, createBindingOperation, createBindings, createDocumentationProvider, createEndpoint, createInputMessageName, createOutputMessageName, createSoap11Binding, createSoap12Binding, createSoapBinding, getAction, getBindingProvider, getCustomTypesMapping, getDocumentationProvider, getFaultName, getIgnoredClasses, getInParameterName, getMEP, getOperationName, getOutParameterName, getSerializer, getServiceConfigurations, getSoap11Transports, getSoap12Transports, getStyle, getTargetNamespace, getTransportManager, getUse, getWsdlBuilderFactory, hasOutMessage, initializeFaults, initializeOperations, isAsync, isBindingCreationEnabled, isCustomFaultsEnabled, isFaultInfoClass, isHeader, isInParam, isOutParam, isVoidOneWay, makeServiceNameFromClassName, registerHandlers, setBindingCreationEnabled, setBindingProvider, setCustomFaultsEnabled, setCustomTypesMapping, setDocumentationProvider, setServiceConfigurations, setStyle, setTransportManager, setUse, setVoidOneWay, setWsdlBuilderFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final Set excludedMethods
Constructor Detail |
---|
public MuleObjectServiceFactory(org.codehaus.xfire.transport.TransportManager transportManager)
ObjectServiceFactory
.
Method Detail |
---|
protected void initExcludedMethods()
public void addIgnoredMethods(String className)
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
addIgnoredMethods
in class org.codehaus.xfire.service.binding.ObjectServiceFactory
className
- the fully qualified class nameprotected boolean isValidMethod(Method method)
isValidMethod
in class org.codehaus.xfire.service.binding.ObjectServiceFactory
protected String getMethodName(Method method)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |