Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Description

Example

default value

wsdlURL

The location of the WSDL.

file://local/wsdl/hello.wsdl or wsdl/hello.wsdl

 

serviceClass

The name of the SEI(Service Endpoint Interface) implementation class which could have JSR181 annotation or not . This class can have but does not require JSR181 annotations.

org.apache.camel.Hello

 

serviceName

The service name this service is implementing, it maps to the wsdl:service@name.

{

http://org.apache.camel

}
ServiceName

 

portName

The port name this service is implementing, it maps to the wsdl:port@name.

{

http://org.apache.camel

}
PortName

 

dataFormat

Which data type message that messages the CXF endpoint support supports

POJO, PAYLOAD, MESSAGE

POJO

...