blob: fb91160edd5f993e018fce58e333c45ea17db9bc [file] [log] [blame]
## ---------------------------------------------------------------------------
## Licensed to the Apache Software Foundation (ASF) under one or more
## contributor license agreements. See the NOTICE file distributed with
## this work for additional information regarding copyright ownership.
## The ASF licenses this file to You 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
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
## ---------------------------------------------------------------------------
password-callback.username=camel
password-callback.password=quarkus
camel.beans.wssArgs=#class:java.util.HashMap
camel.beans.wssArgs.action=UsernameToken
camel.beans.wssArgs.passwordType=PasswordText
camel.beans.wssArgs.user=camel
camel.beans.wssArgs.passwordCallbackRef=#bean:passwordCallback
camel.beans.wssArgs.addUsernameTokenNonce=true
camel.beans.wssArgs.addUsernameTokenCreated=true
camel.beans.wssInterceptor=#class:org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor(#bean:wssArgs)
camel.beans.loggingFeature=#class:org.apache.cxf.ext.logging.LoggingFeature
camel.beans.loggingFeature.prettyLogging=true
camel.beans.secureEndpoint=#class:org.apache.camel.component.cxf.jaxws.CxfEndpoint
camel.beans.secureEndpoint.serviceClass=com.helloworld.service.HelloPortType
camel.beans.secureEndpoint.address=${wiremock.url}/hellowss
camel.beans.secureEndpoint.wsdlURL=wsdl/HelloService.wsdl
camel.beans.secureEndpoint.features[0]=#bean:loggingFeature
camel.beans.secureEndpoint.outInterceptors[0]=#bean:wssInterceptor
camel.beans.soapClientEndpoint=#class:org.apache.camel.component.cxf.jaxws.CxfEndpoint
camel.beans.soapClientEndpoint.serviceClass=com.helloworld.service.HelloPortType
camel.beans.soapClientEndpoint.address=${wiremock.url}/hello
camel.beans.soapClientEndpoint.wsdlURL=wsdl/HelloService.wsdl
camel.beans.soapClientEndpoint.features[0]=#bean:loggingFeature
camel.beans.soapServiceEndpoint=#class:org.apache.camel.component.cxf.jaxws.CxfEndpoint
camel.beans.soapServiceEndpoint.serviceClass=com.helloworld.service.HelloPortType
camel.beans.soapServiceEndpoint.address=/hello
camel.beans.soapServiceEndpoint.wsdlURL=wsdl/HelloService.wsdl
camel.beans.soapServiceEndpoint.features[0]=#bean:loggingFeature
camel.beans.codeFirstServiceEndpoint=#class:org.apache.camel.component.cxf.jaxws.CxfEndpoint
camel.beans.codeFirstServiceEndpoint.serviceClass=com.helloworld.service.CodeFirstService
camel.beans.codeFirstServiceEndpoint.address=/codefirst
camel.beans.codeFirstServiceEndpoint.features[0]=#bean:loggingFeature
quarkus.cxf.path=/soapservice
quarkus.native.resources.includes = wsdl/*.wsdl