org.apache.cxf.jaxws.support
Class JaxWsImplementorInfo
java.lang.Object
org.apache.cxf.jaxws.support.JaxWsImplementorInfo
public class JaxWsImplementorInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxWsImplementorInfo
public JaxWsImplementorInfo(Class<?> ic)
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