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