Attribute | Type | Description |
---|
endpoint | xs:string |
Get the endpoint implementation.
|
interfaceName | xs:QName |
Get the qualified name of the endpoint interface.
|
mtomEnabled | xs:boolean | Specifies if the service can consume MTOM formatted binary data. The default is false . |
pojoEndpoint | xs:QName | Specifies the servicemodel endpoint name generated from the pojo. The default is null . |
pojoInterfaceName | xs:QName | Specifies the servicemodel interface name generated from the pojo. The default is null . |
pojoService | xs:QName | Specifies the servicemodel service name generated from the pojo. The default is null . |
service | xs:QName |
Get the service qualified name of the endpoint.
|
useAegis | xs:boolean | Specifies if the endpoint use aegis databinding to marshall/unmarshall message. The default is false . |
useJBIWrapper | xs:boolean | Specifies if the endpoint expects to receive the JBI wrapper in the message received from the NMR. The default is true . Ignore the value of useSOAPEnvelope if useJBIWrapper is true |
useSOAPEnvelope | xs:boolean | Specifies if the endpoint expects soap messages when useJBIWrapper is false, if useJBIWrapper is true then ignore useSOAPEnvelope. The default is true . |
useXmlBeans | xs:boolean | Specifies if the endpoint use xmlbeans databinding to marshell/unmarshell message. The default is false . |
Attribute | Type | Description |
---|
clearClientResponseContext | xs:boolean | Specifies if the CXF client response context is cleared after each proxy invocation. The default is |
endpoint | xs:string | The name of the endpoint. |
interfaceName | xs:QName | Specifies the servicemodel interface name |
mtomEnabled | xs:boolean | Specifies if the service can consume MTOM formatted binary data. The default is false . |
name | xs:string | Specifies the JNDI name for looking up the ClientFactory. Defaults to java:comp/env/jbi/ClientFactory . |
propagateSecuritySubject | xs:boolean | When set to true , the security subject is propagated along to the proxied endpoint. Defaults to false . |
service | xs:QName | Specifies the servicemodel service name |
type | xs:string | Specifies the webservice POJO type |
useJBIWrapper | xs:boolean | Specifies if the endpoint expects to receive the JBI wrapper in the message received from the NMR. The default is true . Ignore the value of useSOAPEnvelope if useJBIWrapper is true |
useSOAPEnvelope | xs:boolean | Specifies if the endpoint expects soap messages when useJBIWrapper is false, if useJBIWrapper is true then ignore useSOAPEnvelope. The default is true . |