Package org.apache.cxf.jaxws
Class JAXWSProviderMethodDispatcher
- java.lang.Object
-
- org.apache.cxf.jaxws.JAXWSProviderMethodDispatcher
-
- All Implemented Interfaces:
org.apache.cxf.service.invoker.MethodDispatcher
public class JAXWSProviderMethodDispatcher extends Object implements org.apache.cxf.service.invoker.MethodDispatcher
-
-
Constructor Summary
Constructors Constructor Description JAXWSProviderMethodDispatcher(JaxWsImplementorInfo implInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbind(org.apache.cxf.service.model.OperationInfo o, Method... methods)org.apache.cxf.service.model.BindingOperationInfogetBindingOperation(Method m, org.apache.cxf.endpoint.Endpoint endpoint)MethodgetMethod(org.apache.cxf.service.model.BindingOperationInfo op)
-
-
-
Constructor Detail
-
JAXWSProviderMethodDispatcher
public JAXWSProviderMethodDispatcher(JaxWsImplementorInfo implInfo)
-
-
Method Detail
-
getBindingOperation
public org.apache.cxf.service.model.BindingOperationInfo getBindingOperation(Method m, org.apache.cxf.endpoint.Endpoint endpoint)
- Specified by:
getBindingOperationin interfaceorg.apache.cxf.service.invoker.MethodDispatcher
-
getMethod
public Method getMethod(org.apache.cxf.service.model.BindingOperationInfo op)
- Specified by:
getMethodin interfaceorg.apache.cxf.service.invoker.MethodDispatcher
-
bind
public void bind(org.apache.cxf.service.model.OperationInfo o, Method... methods)- Specified by:
bindin interfaceorg.apache.cxf.service.invoker.MethodDispatcher
-
-