adds a jaxrpc handler to the chain
| Parameter | Type | Applicability | Description | Mandatory |
|---|---|---|---|---|
| name | text | The name of the handler | true | |
| handler-class | text | The implementation class to be used | true | |
| soap-header-namespace-uri | text | The namespace of the qname of the soap header to be processed by the handler | true | |
| soap-header-local-part | text | The local part of the qname of the soap header to be processed by the handler | true | |
| soap-role | text | The role of the handler | true |
specifies an xml type mapping
| Parameter | Type | Applicability | Description | Mandatory |
|---|---|---|---|---|
| root-type-qname | text | Identification of the WSDL QName of a XML type. This is mutually exclusive with anonymous-type-qname. | false | |
| anonymous-type-qname | text | Identification of the WSDL QName of an anonymous XML type. This is mutually exclusive with root-type-qname. | false |
Declares this class as a web service port component.
| Parameter | Type | Applicability | Description | Mandatory |
|---|---|---|---|---|
| name | text | Name of the port. Unique within the application | true | |
| display-name | text | The display name of the port | false | |
| small-icon | text | The icon for the port | false | |
| large-icon | text | The icon for the port | false | |
| description | text | A description for the port | false |