Class JaxWsImplementorInfo


  • public class JaxWsImplementorInfo
    extends Object
    • Constructor Detail

      • JaxWsImplementorInfo

        public JaxWsImplementorInfo​(Class<?> ic)
    • Method Detail

      • getSEIClass

        public Class<?> getSEIClass()
      • getImplementorClass

        public Class<?> getImplementorClass()
      • getEndpointClass

        public Class<?> getEndpointClass()
      • getWsdlLocation

        public String getWsdlLocation()
      • getServiceName

        public QName getServiceName()
        See use of targetNamespace in WebService.
        Returns:
        the qualified name of the service.
      • getEndpointName

        public QName getEndpointName()
        See use of targetNamespace in WebService.
        Returns:
        the qualified name of the endpoint.
      • getInterfaceName

        public QName getInterfaceName()
      • ifAnnotationLoadedByOtherClassLoader

        protected static boolean ifAnnotationLoadedByOtherClassLoader​(Class<?> cls,
                                                                      Class<? extends Annotation> annotationClass)
      • isWebServiceProvider

        public boolean isWebServiceProvider()
      • getWsProvider

        public javax.xml.ws.WebServiceProvider getWsProvider()
      • getServiceMode

        public javax.xml.ws.Service.Mode getServiceMode()
      • getProviderParameterType

        public Class<?> getProviderParameterType()
      • getBindingType

        public String getBindingType()