Class | Description |
---|---|
AsyncWebServiceFeature |
Configure two-port-type asynchronous services (i.e., one-way request with one-way response callback).
|
AsyncWebServiceFeature.Builder |
Configure two-port-type asynchronous services (i.e., one-way request with one-way response callback).
|
BufferingFeature |
Configure buffers (used by WS-RM).
|
BufferingFeature.Builder |
Configure buffers (used by WS-RM).
|
CacheBinaryContentFeature |
Configure XDK binary content caching.
|
CacheBinaryContentFeature.Builder |
Configure XDK binary content caching.
|
FastInfosetCallbackClientFeature |
Configure FastInfoset callback client in two-port-type asynchronous services (i.e., one-way request with one-way response callback).
|
FastInfosetCallbackClientFeature.Builder |
Configure FastInfoset callback client in two-port-type asynchronous services (i.e., one-way request with one-way response callback).
|
FastInfosetClientFeature |
Configure FastInfoset on the client.
|
FastInfosetClientFeature.Builder |
Configure FastInfoset on the client.
|
FastInfosetServiceFeature |
Configure FastInfoset on the service.
|
FastInfosetServiceFeature.Builder |
Configure FastInfoset on the service.
|
FeatureValidator | |
MaxRequestSizeFeature |
Configure limit on message size.
|
MaxRequestSizeFeature.Builder |
Configure limit on message size.
|
MEXRequestProcessingServiceFeature |
Configure the ability to accept and handle WS-MetadataExchange requests in a service.
|
MEXRequestProcessingServiceFeature.Builder |
Configure the ability to accept and handle WS-MetadataExchange requests in a service.
|
MTOMEncodeFaultServiceFeature |
Configure MTOM encoding of faults on service.
|
MTOMEncodeFaultServiceFeature.Builder |
Configure MTOM encoding of faults on service.
|
PersistenceFeature |
Configure persistence.
|
PersistenceFeature.Builder |
Configure persistence.
|
POXHttpBindingServiceFeature |
For configuring an endpoint to handle "Plain Old XML" (POX, i.e., non-SOAP XML) over HTTP.
|
POXHttpBindingServiceFeature.Builder |
For configuring an endpoint to handle "Plain Old XML" (POX, i.e., non-SOAP XML) over HTTP.
|
RequestProcessingServiceFeature |
Configure request processing on service (i.e., on by default even without this feature --- add this with enabled set to false to disable request processing).
|
RequestProcessingServiceFeature.Builder |
Configure request processing on service (i.e., on by default even without this feature --- add this with enabled set to false to disable request processing).
|
SchemaValidationFeature |
Configure schema validation.
|
SchemaValidationFeature.Builder |
Configure schema validation.
|
SOAPRequestProcessingServiceFeature |
Configure SOAP request processing on service (i.e., on by default even without this feature --- add this with enabled set to false to disable SOAP request processing).
|
SOAPRequestProcessingServiceFeature.Builder |
Configure SOAP request processing on service (i.e., on by default even without this feature --- add this with enabled set to false to disable SOAP request processing).
|
TestPageProcessingServiceFeature | |
TestPageProcessingServiceFeature.Builder | |
WSDLDefinitionFeature | |
WSDLDefinitionFeature.Builder | |
WSDLRequestProcessingServiceFeature |
Configure WSDL request processing on service (i.e., on by default even without this feature --- add this with enabled set to false to disable.).
|
WSDLRequestProcessingServiceFeature.Builder |
Configure WSDL request processing on service (i.e., on by default even without this feature --- add this with enabled set to false to disable.).
|
WSLoggingLevelFeature |
Configure logging level.
|
WSLoggingLevelFeature.Builder |
Configure logging level.
|
Enum | Description |
---|---|
BackoffAlgorithmType |
How delay is calculated before resending a message (used in WS-RM and WS-MC).
|
CacheBinaryContentMode |
Configure XDK binary content caching.
|
FastInfosetContentNegotiationType |
Configure FastInfoset.
|
Annotation Type | Description |
---|---|
AsyncWebService |
Configure two-port-type asynchronous services (i.e., one-way request with one-way response callback).
|
Buffering |
Configure buffers (used by WS-RM).
|
CacheBinaryContent |
Configure XDK binary content caching.
|
FastInfosetCallbackClient |
Configure FastInfoset callback client in two-port-type asynchronous services (i.e., one-way request with one-way response callback).
|
FastInfosetClient |
Configure FastInfoset on the client.
|
FastInfosetService |
Configure FastInfoset on the service.
|
MaxRequestSize |
Configure limit on message size.
|
MEXRequestProcessingService |
Configure the ability to accept and handle WS-MetadataExchange requests in a service.
|
MTOMEncodeFaultService |
Configure MTOM encoding of faults on service.
|
Persistence |
Configure persistence.
|
POXHttpBindingService |
For configuring an endpoint to handle "Plain Old XML" (POX, i.e., non-SOAP XML) over HTTP.
|
RequestProcessingService |
Configure request processing on service (i.e., on by default even without this feature --- add this with enabled set to false to disable request processing).
|
SchemaValidation |
Configure schema validation.
|
SOAPRequestProcessingService |
Configure SOAP request processing on service (i.e., on by default even without this feature --- add this with enabled set to false to disable SOAP request processing).
|
TestPageProcessingService | |
WSDLRequestProcessingService |
Configure WSDL request processing on service (i.e., on by default even without this feature --- add this with enabled set to false to disable.).
|
WSLoggingLevel |
Configure logging level.
|