public class JBossWSInvoker
extends org.apache.cxf.jaxws.JAXWSMethodInvoker
implements org.apache.cxf.service.invoker.Invoker
Constructor and Description |
---|
JBossWSInvoker() |
Modifier and Type | Method and Description |
---|---|
protected void |
clearNamespaceContextSelector(org.apache.cxf.message.Exchange exchange) |
Object |
invoke(org.apache.cxf.message.Exchange exchange,
Object o)
This overrides org.apache.cxf.jaxws.AbstractInvoker in order for using the JBoss AS target bean
and simplifying the business method matching
|
protected Object |
performInvocation(org.apache.cxf.message.Exchange exchange,
Object serviceObject,
Method m,
Object[] paramArray)
This overrides org.apache.cxf.jaxws.AbstractInvoker in order for using the JBossWS integration logic
to invoke the JBoss AS target bean.
|
protected void |
setNamespaceContextSelector(org.apache.cxf.message.Exchange exchange) |
void |
setTargetBean(Object targetBean) |
addHandlerProperties, adjustMethodAndParams, createFault, findSoapFaultException, removeHandlerProperties, updateHeader, updateWebServiceContext
getServiceObject, releaseServiceObject, setFactory
public void setTargetBean(Object targetBean)
public Object invoke(org.apache.cxf.message.Exchange exchange, Object o)
invoke
in interface org.apache.cxf.service.invoker.Invoker
invoke
in class org.apache.cxf.service.invoker.AbstractInvoker
protected Object performInvocation(org.apache.cxf.message.Exchange exchange, Object serviceObject, Method m, Object[] paramArray) throws Exception
performInvocation
in class org.apache.cxf.service.invoker.AbstractInvoker
Exception
protected void setNamespaceContextSelector(org.apache.cxf.message.Exchange exchange)
protected void clearNamespaceContextSelector(org.apache.cxf.message.Exchange exchange)
Copyright © 2014 JBoss, by Red Hat. All rights reserved.