Package org.apache.cxf.jaxws.support
Class JaxWsImplementorInfo
- java.lang.Object
-
- org.apache.cxf.jaxws.support.JaxWsImplementorInfo
-
public class JaxWsImplementorInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description JaxWsImplementorInfo(Class<?> ic)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBindingType()Class<?>getEndpointClass()QNamegetEndpointName()See use of targetNamespace inWebService.Class<?>getImplementorClass()QNamegetInterfaceName()Class<?>getProviderParameterType()Class<?>getSEIClass()ParameterizedTypegetSEIType()javax.xml.ws.Service.ModegetServiceMode()QNamegetServiceName()See use of targetNamespace inWebService.StringgetWsdlLocation()javax.xml.ws.WebServiceProvidergetWsProvider()protected static booleanifAnnotationLoadedByOtherClassLoader(Class<?> cls, Class<? extends Annotation> annotationClass)booleanisWebServiceProvider()
-
-
-
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 inWebService.- Returns:
- the qualified name of the service.
-
getEndpointName
public QName getEndpointName()
See use of targetNamespace inWebService.- 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()
-
-