View common-security.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<beans xmlns="http://www.springframework.org/schema/beans" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xmlns:spring-security="http://www.springframework.org/schema/security" | |
xsi:schemaLocation=" | |
http://www.springframework.org/schema/beans | |
http://www.springframework.org/schema/beans/spring-beans.xsd | |
http://www.springframework.org/schema/security | |
http://www.springframework.org/schema/security/spring-security.xsd | |
http://camel.apache.org/schema/spring-security |
View CamelContext2.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<beans xmlns="http://www.springframework.org/schema/beans" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xmlns:cxf="http://camel.apache.org/schema/cxf" | |
xsi:schemaLocation=" | |
http://www.springframework.org/schema/beans | |
http://www.springframework.org/schema/beans/spring-beans.xsd | |
http://camel.apache.org/schema/spring | |
http://camel.apache.org/schema/spring/camel-spring.xsd | |
http://camel.apache.org/schema/cxf |
View WebServiceAuthenticateCustomerUsingRealmTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.redhat.fuse.example.camel; | |
import com.redhat.fuse.example.CustomerService; | |
import com.redhat.fuse.example.CustomerType; | |
import com.redhat.fuse.example.GetCustomerByName; | |
import com.redhat.fuse.example.GetCustomerByNameResponse; | |
import org.apache.camel.CamelContext; | |
import org.apache.camel.test.junit4.CamelSpringTestSupport; | |
import org.apache.cxf.interceptor.Interceptor; | |
import org.apache.cxf.interceptor.LoggingOutInterceptor; |
View gist:5524658
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<beans xmlns="http://www.springframework.org/schema/beans" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xmlns:context="http://www.springframework.org/schema/context" | |
xsi:schemaLocation=" | |
http://www.springframework.org/schema/beans | |
http://www.springframework.org/schema/beans/spring-beans.xsd | |
http://www.springframework.org/schema/context | |
http://www.springframework.org/schema/context/spring-context.xsd | |
http://camel.apache.org/schema/spring |
View gist:5531315
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.jboss.fuse.training.camel; | |
import org.apache.camel.*; | |
import org.apache.camel.builder.DefaultErrorHandlerBuilder; | |
import org.apache.camel.builder.RouteBuilder; | |
import org.apache.camel.impl.DefaultCamelContext; | |
import org.apache.camel.model.*; | |
import org.apache.camel.spi.RouteContext; | |
import org.slf4j.Logger; | |
import org.slf4j.LoggerFactory; |
View gist:5531373
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.jboss.fuse.training.camel; | |
import org.apache.camel.*; | |
import org.apache.camel.builder.DefaultErrorHandlerBuilder; | |
import org.apache.camel.builder.RouteBuilder; | |
import org.apache.camel.impl.DefaultCamelContext; | |
import org.apache.camel.model.*; | |
import org.apache.camel.spi.RouteContext; | |
import org.slf4j.Logger; | |
import org.slf4j.LoggerFactory; |
View gist:5531375
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.jboss.fuse.training.camel; | |
import java.util.Date; | |
import org.apache.camel.Exchange; | |
import org.apache.camel.LoggingLevel; | |
import org.apache.camel.Processor; | |
import org.apache.camel.builder.RouteBuilder; | |
import org.apache.camel.main.Main; | |
import org.slf4j.Logger; |
View KieNamespaceHandler.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright 2013 JBoss Inc | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
View KieContainerElementParser.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright 2013 JBoss Inc | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
View BLOBWebServiceMTOM.wsdl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<definitions name='BlobWebServiceMTOM' | |
targetNamespace='http://spb.eu/BlobWebServiceMTOM' | |
xmlns='http://schemas.xmlsoap.org/wsdl/' | |
xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' | |
xmlns:tns='http://spb.eu/BlobWebServiceMTOM' | |
xmlns:xsd='http://www.w3.org/2001/XMLSchema'> | |
<types> | |
<xs:schema targetNamespace='http://spb.eu/BlobWebServiceMTOM' version='1.0' xmlns:tns='http://spb.eu/BlobWebServiceMTOM' xmlns:xs='http://www.w3.org/2001/XMLSchema'> | |
<xs:element name='BusinessException' type='tns:BusinessException'/> | |
<xs:element name='TechnicalException' type='tns:TechnicalException'/> |
OlderNewer