Uses of Class
de.codecentric.cxf.common.BootStarterCxfException
-
-
Uses of BootStarterCxfException in de.codecentric.cxf.autodetection
Methods in de.codecentric.cxf.autodetection that throw BootStarterCxfException Modifier and Type Method Description protected Class<?>WebServiceScanner. classForName(String className)protected booleanWebServiceScanner. isInterface(String className)protected ClassWebServiceScanner. justPickTheClassThatIsAnInterface(List<String> namesOfClassesWithAnnotation)protected ClassWebServiceScanner. justPickTheClassThatIsNotAnInterface(List<String> namesOfClasses)protected <T extends Annotation>
List<String>WebServiceScanner. scanForClassNamesWithAnnotation(Class<T> annotation, String packageName)protected <T> ClassWebServiceScanner. scanForClassWhichImplementsAndPickFirst(Class<T> interfaceName, String packageName)protected <T extends Annotation>
ClassWebServiceScanner. scanForClassWithAnnotationAndIsAnInterface(Class<T> annotationName, String packageName)protected <T extends Annotation>
ClassWebServiceScanner. scanForClassWithAnnotationAndPickTheFirstOneFound(Class<T> annotationName, String packageName)<T> TWebServiceAutoDetector. searchAndInstantiateSeiImplementation()Detects and instantiates the SEI-Implementation.protected <T> TWebServiceAutoDetector. searchAndInstantiateSeiImplementation(Class seiName)ServiceWebServiceAutoDetector. searchAndInstantiateWebServiceClient()ClassWebServiceAutoDetector. searchServiceEndpointInterface()Constructors in de.codecentric.cxf.autodetection that throw BootStarterCxfException Constructor Description WebServiceAutoDetector(WebServiceScanner webServiceScanner, org.springframework.context.ApplicationContext applicationContext) -
Uses of BootStarterCxfException in de.codecentric.cxf.autodetection.diagnostics
Subclasses of BootStarterCxfException in de.codecentric.cxf.autodetection.diagnostics Modifier and Type Class Description classCxfSpringBootMavenPropertiesNotFoundExceptionThrown when a SEI implementing class isn´t found.classSeiImplClassNotFoundExceptionThrown when a SEI implementing class isn´t found.classSeiNotFoundExceptionThrown when the Service Endpoint Interface (SEI) itself isn´t found.classWebServiceClientNotFoundExceptionThrown when the WebServiceClient class isn´t found. -
Uses of BootStarterCxfException in de.codecentric.cxf.common
Methods in de.codecentric.cxf.common that throw BootStarterCxfException Modifier and Type Method Description static ElementXmlUtils. appendAsChildElement2NewElement(Document document)static <T> StringXmlUtils. getNamespaceUriFromJaxbClass(Class<T> jaxbClass)static <T> StringXmlUtils. getSoapActionFromJaxWsServiceInterface(Class<T> jaxWsServiceInterfaceClass)static <T> StringXmlUtils. getSoapActionFromJaxWsServiceInterface(Class<T> jaxWsServiceInterfaceClass, String jaxWsServiceInvokedMethodName)static <T> TXmlUtils. getUnmarshalledObjectFromSoapMessage(Document httpBody, Class<T> jaxbClass)static DocumentXmlUtils. marhallJaxbElement(Object jaxbElement)static DocumentXmlUtils. parseFileStream2Document(InputStream contentAsStream)static <T> TXmlUtils. readSoapMessageFromStreamAndUnmarshallBody2Object(InputStream fileStream, Class<T> jaxbClass)static <T> JAXBElement<T>XmlUtils. unmarshallNode(Node node, Class<T> jaxbClassName) -
Uses of BootStarterCxfException in de.codecentric.cxf.configuration
Methods in de.codecentric.cxf.configuration that throw BootStarterCxfException Modifier and Type Method Description StringCxfAutoConfiguration. baseAndServiceEndingUrl()EndpointCxfAutoConfiguration. endpoint()ObjectCxfAutoConfiguration. seiImplementation()StringCxfAutoConfiguration. serviceUrlEnding()WebServiceAutoDetectorCxfAutoConfiguration. webServiceAutoDetector(org.springframework.context.ApplicationContext applicationContext)ServiceCxfAutoConfiguration. webServiceClient() -
Uses of BootStarterCxfException in de.codecentric.cxf.soaprawclient
Methods in de.codecentric.cxf.soaprawclient that throw BootStarterCxfException Modifier and Type Method Description SoapRawClientResponseSoapRawClient. callSoapService(InputStream xmlFile)<T> TSoapRawClientResponse. getUnmarshalledObjectFromSoapMessage(Class<T> jaxbClass)Constructors in de.codecentric.cxf.soaprawclient that throw BootStarterCxfException Constructor Description SoapRawClient(String soapServiceUrl, Class<T> jaxWsServiceInterfaceClass)
-