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 java.lang.Class<?>WebServiceScanner. classForName(java.lang.String className)protected booleanWebServiceScanner. isInterface(java.lang.String className)protected java.lang.ClassWebServiceScanner. justPickTheClassThatIsAnInterface(java.util.List<java.lang.String> namesOfClassesWithAnnotation)protected java.lang.ClassWebServiceScanner. justPickTheClassThatIsNotAnInterface(java.util.List<java.lang.String> namesOfClasses)protected <T extends java.lang.annotation.Annotation>
java.util.List<java.lang.String>WebServiceScanner. scanForClassNamesWithAnnotation(java.lang.Class<T> annotation, java.lang.String packageName)protected <T> java.lang.ClassWebServiceScanner. scanForClassWhichImplementsAndPickFirst(java.lang.Class<T> interfaceName, java.lang.String packageName)protected <T extends java.lang.annotation.Annotation>
java.lang.ClassWebServiceScanner. scanForClassWithAnnotationAndIsAnInterface(java.lang.Class<T> annotationName, java.lang.String packageName)protected <T extends java.lang.annotation.Annotation>
java.lang.ClassWebServiceScanner. scanForClassWithAnnotationAndPickTheFirstOneFound(java.lang.Class<T> annotationName, java.lang.String packageName)<T> TWebServiceAutoDetector. searchAndInstantiateSeiImplementation()Detects and instantiates the SEI-Implementation.protected <T> TWebServiceAutoDetector. searchAndInstantiateSeiImplementation(java.lang.Class seiName)javax.xml.ws.ServiceWebServiceAutoDetector. searchAndInstantiateWebServiceClient()java.lang.ClassWebServiceAutoDetector. searchServiceEndpointInterface()Constructors in de.codecentric.cxf.autodetection that throw BootStarterCxfException Constructor Description WebServiceAutoDetector(WebServiceScanner webServiceScanner) -
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 org.w3c.dom.ElementXmlUtils. appendAsChildElement2NewElement(org.w3c.dom.Document document)static <T> java.lang.StringXmlUtils. getNamespaceUriFromJaxbClass(java.lang.Class<T> jaxbClass)static <T> java.lang.StringXmlUtils. getSoapActionFromJaxWsServiceInterface(java.lang.Class<T> jaxWsServiceInterfaceClass)static <T> java.lang.StringXmlUtils. getSoapActionFromJaxWsServiceInterface(java.lang.Class<T> jaxWsServiceInterfaceClass, java.lang.String jaxWsServiceInvokedMethodName)static <T> TXmlUtils. getUnmarshalledObjectFromSoapMessage(org.w3c.dom.Document httpBody, java.lang.Class<T> jaxbClass)static org.w3c.dom.DocumentXmlUtils. marhallJaxbElement(java.lang.Object jaxbElement)static org.w3c.dom.DocumentXmlUtils. parseFileStream2Document(java.io.InputStream contentAsStream)static <T> TXmlUtils. readSoapMessageFromStreamAndUnmarshallBody2Object(java.io.InputStream fileStream, java.lang.Class<T> jaxbClass)static <T> javax.xml.bind.JAXBElement<T>XmlUtils. unmarshallNode(org.w3c.dom.Node node, java.lang.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 javax.xml.ws.EndpointCxfAutoConfiguration. endpoint()java.lang.ObjectCxfAutoConfiguration. seiImplementation()voidCxfAutoConfiguration. setUp()WebServiceAutoDetectorCxfAutoConfiguration. webServiceAutoDetector()javax.xml.ws.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(java.io.InputStream xmlFile)<T> TSoapRawClientResponse. getUnmarshalledObjectFromSoapMessage(java.lang.Class<T> jaxbClass)Constructors in de.codecentric.cxf.soaprawclient that throw BootStarterCxfException Constructor Description SoapRawClient(java.lang.String soapServiceUrl, java.lang.Class<T> jaxWsServiceInterfaceClass)
-