Package io.quarkiverse.cxf
Class CXFServletInfo
java.lang.Object
io.quarkiverse.cxf.CXFServletInfo
-
Constructor Summary
ConstructorsConstructorDescriptionCXFServletInfo(String path, String relativePath, Class<?> implementor, Class<?> sei, String wsdlPath, String serviceName, String serviceTargetNamespace, String soapBinding, Boolean provider, String endpointUrl, org.apache.cxf.annotations.SchemaValidation.SchemaValidationType schemaValidationEnabledFor, io.netty.util.internal.shaded.org.jctools.queues.MessagePassingQueue.Supplier<Object> beanLookup) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFeatures(List<String> features) voidaddHandlers(List<String> handlers) voidaddInFaultInterceptors(List<String> inFaultInterceptors) voidaddInInterceptors(List<String> inInterceptors) voidaddOutFaultInterceptors(List<String> outFaultInterceptors) voidaddOutInterceptors(List<String> outInterceptors) Class<?>getPath()org.apache.cxf.annotations.SchemaValidation.SchemaValidationTypeClass<?>getSei()<T> TLookup the implementation of the associated service endpoint in the CDI container.toString()
-
Constructor Details
-
CXFServletInfo
public CXFServletInfo(String path, String relativePath, Class<?> implementor, Class<?> sei, String wsdlPath, String serviceName, String serviceTargetNamespace, String soapBinding, Boolean provider, String endpointUrl, org.apache.cxf.annotations.SchemaValidation.SchemaValidationType schemaValidationEnabledFor, io.netty.util.internal.shaded.org.jctools.queues.MessagePassingQueue.Supplier<Object> beanLookup)
-
-
Method Details
-
getClassName
- Returns:
- fully qualified Service Implementation class name
-
getImplementor
-
getPath
-
getRelativePath
-
getWsdlPath
-
getSei
-
getFeatures
-
getHandlers
-
getInInterceptors
-
getOutInterceptors
-
getOutFaultInterceptors
-
getInFaultInterceptors
-
getServiceName
-
getServiceTargetNamespace
-
getSOAPBinding
-
isProvider
-
getEndpointUrl
-
getSchemaValidationEnabledFor
public org.apache.cxf.annotations.SchemaValidation.SchemaValidationType getSchemaValidationEnabledFor() -
lookupBean
public <T> T lookupBean()Lookup the implementation of the associated service endpoint in the CDI container.- Type Parameters:
T-- Returns:
- a bean
- Throws:
IllegalStateException- if the given bean does not exist
-
addFeatures
-
addHandlers
-
addInInterceptors
-
addOutInterceptors
-
addOutFaultInterceptors
-
addInFaultInterceptors
-
toString
-