Package io.quarkiverse.cxf
Class CXFServletInfo
java.lang.Object
io.quarkiverse.cxf.CXFServletInfo
-
Constructor Summary
ConstructorsConstructorDescriptionCXFServletInfo(String path, String relativePath, String className, String sei, String wsdlPath, String serviceName, String serviceTargetNamespace, String soapBinding, Boolean provider, String endpointUrl, org.apache.cxf.annotations.SchemaValidation.SchemaValidationType schemaValidationEnabledFor) -
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) getPath()org.apache.cxf.annotations.SchemaValidation.SchemaValidationTypegetSei()toString()
-
Constructor Details
-
CXFServletInfo
public CXFServletInfo(String path, String relativePath, String className, String sei, String wsdlPath, String serviceName, String serviceTargetNamespace, String soapBinding, Boolean provider, String endpointUrl, org.apache.cxf.annotations.SchemaValidation.SchemaValidationType schemaValidationEnabledFor)
-
-
Method Details
-
getClassName
-
getPath
-
getRelativePath
-
getWsdlPath
-
getSei
-
getFeatures
-
getHandlers
-
getInInterceptors
-
getOutInterceptors
-
getOutFaultInterceptors
-
getInFaultInterceptors
-
getServiceName
-
getServiceTargetNamespace
-
getSOAPBinding
-
isProvider
-
getEndpointUrl
-
getSchemaValidationEnabledFor
public org.apache.cxf.annotations.SchemaValidation.SchemaValidationType getSchemaValidationEnabledFor() -
addFeatures
-
addHandlers
-
addInInterceptors
-
addOutInterceptors
-
addOutFaultInterceptors
-
addInFaultInterceptors
-
toString
-