Apache CXF API

org.apache.cxf.jaxws.support
Class JaxWsImplementorInfo

java.lang.Object
  extended by org.apache.cxf.jaxws.support.JaxWsImplementorInfo

public class JaxWsImplementorInfo
extends Object


Constructor Summary
JaxWsImplementorInfo(Class<?> ic)
           
 
Method Summary
 String getBindingType()
           
 Class<?> getEndpointClass()
           
 QName getEndpointName()
          See use of targetNamespace in WebService.
 Class<?> getImplementorClass()
           
 QName getInterfaceName()
           
 Class<?> getProviderParameterType()
           
 Class<?> getSEIClass()
           
 ParameterizedType getSEIType()
           
 Service.Mode getServiceMode()
           
 QName getServiceName()
          See use of targetNamespace in WebService.
 String getWsdlLocation()
           
 WebServiceProvider getWsProvider()
           
protected static boolean ifAnnotationLoadedByOtherClassLoader(Class<?> cls, Class<? extends Annotation> annotationClass)
           
 boolean isWebServiceProvider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxWsImplementorInfo

public JaxWsImplementorInfo(Class<?> ic)
Method Detail

getSEIClass

public Class<?> getSEIClass()

getSEIType

public ParameterizedType getSEIType()

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 WebServiceProvider getWsProvider()

getServiceMode

public Service.Mode getServiceMode()

getProviderParameterType

public Class<?> getProviderParameterType()

getBindingType

public String getBindingType()

Apache CXF API

Apache CXF