| Attribute | Type | Description |
|---|
| busCfg | xs:string | the location of the CXF configuration file used to configure the CXF bus. This allows you to configure features like WS-RM and JMS runtime behavior. |
| delegateToJaas | xs:boolean | Specifies if the endpoint delegate to JAASAuthenticationService to do the authentication. |
| endpoint | xs:string | The name of the endpoint. |
| interfaceName | xs:QName | The qualified name of the interface exposed by the endpoint. |
| locationURI | xs:string | the HTTP address to which requests are sent. This value will overide any value specified in the WSDL. |
| mtomEnabled | xs:boolean | Specifies if MTOM / attachment support is enabled. Default is false. |
| schemaValidationEnabled | xs:boolean | Specifies if the endpoint use schemavalidation for the incoming/outgoing message. |
| service | xs:QName | The qualified name of the service the endpoint exposes. |
| synchronous | xs:boolean | Specifies if the endpoint expects send messageExchange by sendSync . |
| targetEndpoint | xs:string | the name of the endpoint to which requests are sent |
| targetInterface | xs:QName | the QName of the interface to which requests are sent |
| targetOperation | xs:QName | the QName of the operation to which requests are sent |
| targetService | xs:QName | the QName of the service to which requests are sent |
| targetUri | xs:string | Set the target service/endpoint/interface using a URI. |
| timeout | xs:long | the number of second the endpoint will wait for a response. The default is unlimited. |
| useJBIWrapper | xs:boolean | Specifies if the JBI wrapper is sent in the body of the message. Default is true. |
| useSOAPEnvelope | xs:boolean | Specifies if the endpoint expects soap messages when useJBIWrapper is false, |
| wsdl | xs:string | the location of the WSDL document defining the endpoint's interface |
| x509 | xs:boolean | Specifies if the endpoint use X.509 Certificate to do the authentication. |
| Attribute | Type | Description |
|---|
| busCfg | xs:string | the location of the CXF configuration file used to configure the CXF bus. This allows you to configure features like WS-RM and JMS runtime behavior. |
| endpoint | xs:string | The name of the endpoint. |
| interfaceName | xs:QName | The qualified name of the interface exposed by the endpoint. |
| locationURI | xs:string | the HTTP address of the exposed service. This value will overide any value specified in the WSDL. |
| mtomEnabled | xs:boolean | Specifies if MTOM / attachment support is enabled. Default is false. |
| schemaValidationEnabled | xs:boolean | Specifies if the endpoint use schemavalidation for the incoming/outgoing message. |
| service | xs:QName | The qualified name of the service the endpoint exposes. |
| synchronous | xs:boolean | Specifies if the endpoints send message synchronously to external server using underlying |
| useJBIWrapper | xs:boolean | Specifies if the JBI wrapper is sent in the body of the message. Default is true. |
| useSOAPEnvelope | xs:boolean | Specifies if the endpoint expects soap messages when useJBIWrapper is false, |
| wsdl | xs:string | the location of the WSDL document defining the endpoint's interface |