| java.lang.Object org.objectweb.celtix.bus.jaxws.EndpointUtils
EndpointUtils | final public class EndpointUtils (Code) | | |
getMethod | public static Method getMethod(EndpointImpl endpoint, QName operationName)(Code) | | Returns the method in the Endpoint 's implementor that
implements the specified operation. This assumes that the
Endpoint 's implementor is annotated with the
WebService annotation. The implementor's (public) methods
need not necessarily be annotated. REVISIT: Does the implementor have to
implement an SEI, or does it even have to implement the Remote interface?
Parameters: endpoint - Parameters: operationName - the Method in the Endpoint 's implementor. |
getWebServiceAnnotatedClass | public static List<Class<?>> getWebServiceAnnotatedClass(Class> cls)(Code) | | |
isValidImplementor | public static boolean isValidImplementor(Object implementor)(Code) | | |
|
|