|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.service.invoker.AbstractInvoker toolbox.services.ws.SimpleCXFInvoker
public class SimpleCXFInvoker
CXF Web Service Framework Invoker implementation to facilitate the exposure of Java Toolbox Service implementations as Web Services.
Constructor Summary | |
---|---|
SimpleCXFInvoker()
Default constructor. |
Method Summary | |
---|---|
java.lang.Object |
getServiceObject(org.apache.cxf.message.Exchange context)
Return a service instance from the configured registry to be used as the invocation target of a web service. |
void |
setExportExchange(java.lang.String exportEx)
Set the indicator flag that informs this invoker to expose the exchange to the service object. |
void |
setServiceClassName(java.lang.String className)
Set the service class name. |
void |
setServiceName(java.lang.String svcName)
Set the name of the service that must be used to obtain the service object. |
void |
setServiceRegistryName(java.lang.String regName)
Set the name of the ServiceRegistry instance to use. |
Methods inherited from class org.apache.cxf.service.invoker.AbstractInvoker |
---|
adjustMethodAndParams, checkSuspendedInvocation, createFault, getMostSpecificMethod, insertExchange, invoke, invoke, isJdkDynamicProxy, performInvocation, releaseServiceObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleCXFInvoker()
Method Detail |
---|
public void setExportExchange(java.lang.String exportEx)
exportEx
- A string indicating wheter to expose the exchage
to the service object. Valid values true|false.public void setServiceRegistryName(java.lang.String regName)
ServiceRegistry
instance to use.
regName
- String containing the registry name.public void setServiceName(java.lang.String svcName)
svcName
- String containing the service name.public void setServiceClassName(java.lang.String className)
className
- String containing the class name.public java.lang.Object getServiceObject(org.apache.cxf.message.Exchange context)
getServiceObject
in class org.apache.cxf.service.invoker.AbstractInvoker
context
- The context.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |