A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
C
- CachingCryptoSettings - class in org.somda.sdc.dpws.crypto
- Extends the default CryptoSettings with a cache.
- clear() - function in org.somda.sdc.dpws.LocalizedStringsBuilder
- Resets current localized string buffer.
- Client - class in org.somda.sdc.dpws.client
- Core class to access DPWS client functionality.
- CLIENT - enum entry in org.somda.sdc.dpws.http.HttpConnectionInterceptor.Source
- ClientConfig - class in org.somda.sdc.dpws.client
- Configuration keys for the client.
- ClientDispatcher - class in org.somda.sdc.dpws.soap.interception
- Interceptor dispatcher designed for outgoing calls on clients.
- ClientEventObserver - class in org.somda.sdc.dpws.client
- Callback used internally for events related to the client subscriptions.
- ClientHelperFactory - class in org.somda.sdc.dpws.client.helper.factory
- Factory to create util objects for the DPWS client.
- ClientImpl - class in org.somda.sdc.dpws.client
- Default implementation of Client.
- ClientImpl.Companion - class in org.somda.sdc.dpws.client.ClientImpl
- ClientSpecific - class in org.somda.sdc.dpws.guice
- Annotation to bind any client-specific instances.
- ClientTransportBinding - class in org.somda.sdc.dpws.http.apache
- Binding providing request-response and notification capabilities using an HttpClient.
- ClientTransportBindingFactory - class in org.somda.sdc.dpws.http.apache
- Creates ClientTransportBinding instances.
- close() - function in java.io.TransportBinding
- close() - function in org.somda.sdc.dpws.helper.CommunicationLogFileOutputStream
- close() - function in org.somda.sdc.dpws.http.apache.ClientTransportBinding
- close() - function in org.somda.sdc.dpws.http.jetty.CommunicationLogOutputInterceptor
- * Closes the underlying communication log stream if present.
- close() - function in org.somda.sdc.dpws.service.HostedServiceTransportBinding
- CommunicationContext - class in org.somda.sdc.dpws.soap
- Utility class to wrap application and transport layer information.
- CommunicationLog - class in org.somda.sdc.dpws
- Communication log interface.
- CommunicationLog.Direction - class in org.somda.sdc.dpws.CommunicationLog
- Direction enumeration.
- CommunicationLog.MessageType - class in org.somda.sdc.dpws.CommunicationLog
- Defines the message type.
- CommunicationLog.TransportType - class in org.somda.sdc.dpws.CommunicationLog
- Defines the transport type.
- CommunicationLogContext - class in org.somda.sdc.dpws
- Additional information for CommunicationLog implementations.
- CommunicationLogDummyImpl - class in org.somda.sdc.dpws
- Implementation of CommunicationLog that does not output anything.
- CommunicationLogEntity - class in org.somda.sdc.dpws.http.apache
- Entity wrapper to enable CommunicationLog capabilities in the http client.
- CommunicationLogFactory - class in org.somda.sdc.dpws.factory
- Factory to create CommunicationLog instances.
- CommunicationLogFileName - class in org.somda.sdc.dpws.helper
- Helper class to build up communication log file names.
- CommunicationLogFileOutputStream - class in org.somda.sdc.dpws.helper
- OutputStream that buffers written bytes and performs post-processing.
- CommunicationLogHandlerWrapper - class in org.somda.sdc.dpws.http.jetty
- HandlerWrapper which enables CommunicationLog capabilities for requests and responses.
- CommunicationLogHttpRequestInterceptor - class in org.somda.sdc.dpws.http.apache
- Request interceptor which writes the outgoing request message and headers into the CommunicationLog.
- CommunicationLogHttpResponseInterceptor - class in org.somda.sdc.dpws.http.apache
- Response interceptor which writes the incoming response message and headers into the CommunicationLog.
- CommunicationLogImpl - class in org.somda.sdc.dpws
- Default implementation of CommunicationLog.
- CommunicationLogInputInterceptor - class in org.somda.sdc.dpws.http.jetty
- HttpInput.Interceptor which logs messages to a stream.
- CommunicationLogOutputInterceptor - class in org.somda.sdc.dpws.http.jetty
- HttpOutput.Interceptor which logs messages to a stream.
- CommunicationLogSink - class in org.somda.sdc.dpws
- Communication log sink interface.
- CommunicationLogSinkImpl - class in org.somda.sdc.dpws
- Default implementation of CommunicationLogSink.
- configure(com.google.inject.Binder) - function in com.google.inject.AbstractModule
- connect(java.lang.String) - function in org.somda.sdc.dpws.client.Client
- Connects to a hosting service by using an EPR address.
- connect(org.somda.sdc.dpws.client.DiscoveredDevice) - function in org.somda.sdc.dpws.client.Client
- Connects to a hosting service by using DiscoveredDevice.
- connect(java.lang.String) - function in org.somda.sdc.dpws.client.ClientImpl
- Connects to a hosting service by using an EPR address.
- connect(org.somda.sdc.dpws.client.DiscoveredDevice) - function in org.somda.sdc.dpws.client.ClientImpl
- Connects to a hosting service by using DiscoveredDevice.
- consumeContent() - function in org.apache.http.entity.HttpEntityWrapper
- contains(Object) - function in org.eclipse.jetty.util.component.ContainerLifeCycle
- ContentType - class in org.somda.sdc.dpws.http
- Handler for parsing Content-Types accepted by SDCri.
- ContentType.ContentTypes - class in org.somda.sdc.dpws.http.ContentType
- Representation of all accepted content-types as well as their default charset, if it is given.
- create(java.lang.String,org.somda.sdc.dpws.soap.CommunicationContext) - function in org.somda.sdc.dpws.helper.CommunicationLogFileName
- Creates a communication log file base name.
- create(org.apache.http.client.HttpClient,java.lang.String,org.somda.sdc.dpws.soap.SoapMarshalling,org.somda.sdc.dpws.soap.SoapUtil,org.somda.sdc.dpws.CommunicationLogContext) - function in org.somda.sdc.dpws.http.apache.ClientTransportBindingFactory
- Instantiates ClientTransportBinding with the given objects and injected objects.
- create(java.lang.String,org.somda.sdc.dpws.http.HttpHandler,org.somda.sdc.dpws.CommunicationLog,org.somda.sdc.dpws.CommunicationLogContext) - function in org.somda.sdc.dpws.http.jetty.factory.JettyHttpServerHandlerFactory
- Instantiates JettyHttpServerHandler with the given objects and injected objects.
- create(java.util.Collection) - function in org.somda.sdc.dpws.soap.wseventing.factory.EventSourceInterceptorDispatcherFactory
- Creates a new instance of EventSourceInterceptorDispatcher.
- create(java.lang.String) - function in org.somda.sdc.dpws.soap.wseventing.factory.GenericEventSourceInterceptorFactory
- Creates a new instance based on a filter dialect.
- create(java.lang.String,org.somda.sdc.dpws.soap.wseventing.IndividualSubscriptionHandler) - function in org.somda.sdc.dpws.soap.wseventing.factory.GenericEventSourceInterceptorFactory
- Creates a new instance based on a filter dialect and an optional callback for individual subscription handling.
- create(org.somda.sdc.dpws.soap.wseventing.EventSourceDialectHandler) - function in org.somda.sdc.dpws.soap.wseventing.factory.SubscriptionRegistryFactory
- Creates an instance.
- createActionNotSupported(java.lang.String) - function in org.somda.sdc.dpws.soap.wsaddressing.factory.WsAddressingFaultFactory
- Creates an action-not-supported fault.
- createAppSequence(com.google.common.primitives.UnsignedInteger) - function in org.somda.sdc.dpws.soap.wsdiscovery.WsDiscoveryUtil
- Creates an app sequence based on a given instance id.
- createAttributedQNameType(javax.xml.namespace.QName) - function in org.somda.sdc.dpws.soap.wsaddressing.WsAddressingUtil
- Shorthand method to create an AttributedQNameType from a QName.
- createAttributedURIType(java.lang.String) - function in org.somda.sdc.dpws.soap.wsaddressing.WsAddressingUtil
- Shorthand method to create an AttributedURIType from a simple string.
- createAttributedURIType(java.net.URI) - function in org.somda.sdc.dpws.soap.wsaddressing.WsAddressingUtil
- Shorthand method to create an AttributedURIType from an URI.
- createCommunicationLog() - function in org.somda.sdc.dpws.factory.CommunicationLogFactory
- Creates a CommunicationLog instance receiving with no additional context info.
- createDeliveryModeRequestedUnavailable() - function in org.somda.sdc.dpws.soap.wseventing.factory.WsEventingFaultFactory
- Creates DeliveryModeRequestedUnavailable fault messages.
- createDevice(org.somda.sdc.dpws.device.DeviceSettings) - function in org.somda.sdc.dpws.device.factory.DeviceFactory
- Creates a new Device instance.
- createDeviceBuilder() - function in org.somda.sdc.dpws.DpwsUtil
- Creates a builder to set ThisDevice data by means of a fluent interface.
- createDeviceBuilder(java.util.List) - function in org.somda.sdc.dpws.DpwsUtil
- Creates a builder to set ThisDevice data by means of a fluent interface.
- createDiscoveredDeviceResolver(org.somda.sdc.dpws.soap.wsdiscovery.WsDiscoveryClient) - function in org.somda.sdc.dpws.client.helper.factory.ClientHelperFactory
- Creates a resolver for discovered devices.
- createDiscoveryClientUdpProcessor(org.somda.sdc.dpws.soap.NotificationSink) - function in org.somda.sdc.dpws.client.helper.factory.ClientHelperFactory
- Creates a DiscoveryClientUdpProcessor instance.
- createDiscoveryDeviceUdpMessageProcessor(org.somda.sdc.dpws.soap.RequestResponseServer,org.somda.sdc.dpws.udp.UdpMessageQueueService) - function in org.somda.sdc.dpws.device.helper.factory.DeviceHelperFactory
- Creates a DiscoveryDeviceUdpMessageProcessor instance.
- createDiscoveryObserver(org.somda.sdc.dpws.client.helper.DiscoveredDeviceResolver) - function in org.somda.sdc.dpws.client.helper.factory.ClientHelperFactory
- Creates a discovery observer that listens to Hello, Bye and ProbeMatches messages.
- createEnvelope() - function in org.somda.sdc.dpws.soap.factory.EnvelopeFactory
- Creates an empty SOAP envelope with existing empty body and header.
- createEnvelope(Object) - function in org.somda.sdc.dpws.soap.factory.EnvelopeFactory
- Creates an envelope with given JAXB body element.
- createEnvelope(java.lang.String,Object) - function in org.somda.sdc.dpws.soap.factory.EnvelopeFactory
- Creates an envelope with given wsa:Action attribute and body.
- createEnvelope(java.lang.String,java.lang.String,Object) - function in org.somda.sdc.dpws.soap.factory.EnvelopeFactory
- Creates an envelope with given wsa:Action attribute, wsa:To attribute, and body.
- createEnvelopeFromBody(org.somda.sdc.dpws.soap.model.Body) - function in org.somda.sdc.dpws.soap.factory.EnvelopeFactory
- Creates a SOAP envelope from an existing body.
- createEprWithAddress(java.lang.String) - function in org.somda.sdc.dpws.soap.wsaddressing.WsAddressingUtil
- Creates an endpoint reference given an address string.
- createEprWithAddress(java.net.URI) - function in org.somda.sdc.dpws.soap.wsaddressing.WsAddressingUtil
- Creates an endpoint reference given an address URI.
- createEventSourceUnableToProcess(java.lang.String) - function in org.somda.sdc.dpws.soap.wseventing.factory.WsEventingFaultFactory
- Creates EventSourceUnableToProcess fault messages.
- createFault(java.lang.String,javax.xml.namespace.QName,javax.xml.namespace.QName) - function in org.somda.sdc.dpws.soap.factory.SoapFaultFactory
- Creates a fault SOAP message based on an action URI, code and subcode.
- createFault(java.lang.String,javax.xml.namespace.QName,javax.xml.namespace.QName,java.lang.String) - function in org.somda.sdc.dpws.soap.factory.SoapFaultFactory
- Creates a fault SOAP message based on an action URI, code, subcode and reason text.
- createFault(java.lang.String,javax.xml.namespace.QName,javax.xml.namespace.QName,java.lang.String,Object) - function in org.somda.sdc.dpws.soap.factory.SoapFaultFactory
- Creates a fault SOAP message based on an action URI, code, subcode, reason text and arbitrary details.
- createFilteringNotSupported() - function in org.somda.sdc.dpws.soap.wseventing.factory.WsEventingFaultFactory
- Creates FilteringNotSupported fault messages.
- createFilteringRequestedUnavailable() - function in org.somda.sdc.dpws.soap.wseventing.factory.WsEventingFaultFactory
- Creates FilteringRequestedUnavailable fault messages.
- createForNotifyTo(java.lang.String,Object,org.somda.sdc.dpws.soap.wseventing.SourceSubscriptionManager) - function in org.somda.sdc.dpws.soap.wseventing.helper.EventSourceUtil
- Creates a notification message.
- createHostedService(java.lang.String,java.util.List,java.util.List,org.somda.sdc.dpws.device.WebService,kotlin.Array) - function in org.somda.sdc.dpws.service.factory.HostedServiceFactory
- Creates a hosted service instance.
- createHostedService(java.lang.String,java.util.List,org.somda.sdc.dpws.device.WebService,kotlin.Array) - function in org.somda.sdc.dpws.service.factory.HostedServiceFactory
- Creates a hosted service metadata instance without available EPR addresses.
- createHostedServiceInterceptor(org.somda.sdc.dpws.service.HostedService,org.somda.sdc.dpws.soap.wsdiscovery.WsDiscoveryTargetService) - function in org.somda.sdc.dpws.service.factory.HostedServiceInterceptorFactory
- Creates a hosted service interceptor.
- createHostedServiceProxy(org.somda.sdc.dpws.model.HostedServiceType,org.somda.sdc.dpws.soap.RequestResponseClient,java.lang.String,org.somda.sdc.dpws.soap.wseventing.EventSink) - function in org.somda.sdc.dpws.service.factory.HostedServiceFactory
- Creates a hosted service proxy instance.
- createHostedServiceTransportBinding(org.somda.sdc.dpws.service.HostedServiceProxy) - function in org.somda.sdc.dpws.service.factory.HostedServiceTransportBindingFactory
- Create instance.
- createHostingService(org.somda.sdc.dpws.soap.wsdiscovery.WsDiscoveryTargetService) - function in org.somda.sdc.dpws.service.factory.HostingServiceFactory
- Creates a hosting service.
- createHostingServiceProxy(java.lang.String,java.util.List,org.somda.sdc.dpws.model.ThisDeviceType,org.somda.sdc.dpws.model.ThisModelType,java.util.Map,org.somda.sdc.dpws.soap.RequestResponseClient,java.lang.String) - function in org.somda.sdc.dpws.service.factory.HostingServiceFactory
- Creates a hosting service proxy.
- createHttpBinding(java.lang.String,org.somda.sdc.dpws.CommunicationLogContext) - function in org.somda.sdc.dpws.factory.TransportBindingFactory
- Creates an HTTP or HTTPS binding.
- createHttpBinding(java.lang.String,org.somda.sdc.dpws.CommunicationLogContext) - function in org.somda.sdc.dpws.http.apache.ApacheTransportBindingFactoryImpl
- Creates an HTTP or HTTPS binding.
- createHttpClient() - function in org.somda.sdc.dpws.http.apache.ApacheTransportBindingFactoryImpl
- Creates an http client.
- createHttpClient(org.apache.http.client.HttpClient) - function in org.somda.sdc.dpws.http.apache.ClientTransportBindingFactory
- Instantiates an ApacheHttpClient.
- createHttpClient() - function in org.somda.sdc.dpws.http.factory.HttpClientFactory
- Creates an http client.
- createInvalidExpirationTime() - function in org.somda.sdc.dpws.soap.wseventing.factory.WsEventingFaultFactory
- Creates InvalidExpirationTime fault messages.
- createInvalidMessage(java.lang.String,org.somda.sdc.dpws.soap.model.Envelope) - function in org.somda.sdc.dpws.soap.wseventing.factory.WsEventingFaultFactory
- Creates InvalidMessage fault messages.
- createInvalidMsg(org.somda.sdc.dpws.soap.interception.RequestResponseObject,java.lang.String) - function in org.somda.sdc.dpws.soap.wseventing.helper.EventSourceUtil
- Creates a SOAP fault message with a reason text.
- createLocalizedStrings() - function in org.somda.sdc.dpws.DpwsUtil
- Creates an empty builder with no predefined texts.
- createLocalizedStrings(java.lang.String) - function in org.somda.sdc.dpws.DpwsUtil
- Creates a builder to create localized texts.
- createLocalizedStrings(java.lang.String,java.lang.String) - function in org.somda.sdc.dpws.DpwsUtil
- Creates a builder to create localized texts.
- createMatchingRuleNotSupported() - function in org.somda.sdc.dpws.soap.wsdiscovery.factory.WsDiscoveryFaultFactory
- Creates a MatchingRuleNotSupported fault.
- createMessage() - function in org.somda.sdc.dpws.soap.SoapUtil
- Creates an empty SOAP message.
- createMessage(java.lang.String) - function in org.somda.sdc.dpws.soap.SoapUtil
- Creates a SOAP message with a specific action and empty body.
- createMessage(java.lang.String,Object) - function in org.somda.sdc.dpws.soap.SoapUtil
- Creates a SOAP message with a specific action and first body element.
- createMessage(java.lang.String,java.lang.String) - function in org.somda.sdc.dpws.soap.SoapUtil
- Creates a SOAP message with a specific action and to element.
- createMessage(java.lang.String,java.lang.String,Object) - function in org.somda.sdc.dpws.soap.SoapUtil
- Creates a SOAP message with a specific action, to and first body element.
- createMessage(java.lang.String,java.lang.String,Object,org.somda.sdc.dpws.soap.wsaddressing.model.ReferenceParametersType) - function in org.somda.sdc.dpws.soap.SoapUtil
- Creates a SOAP message with a specific action, to, the first body element as well as reference parameters.
- createMessage(org.somda.sdc.dpws.soap.model.Envelope) - function in org.somda.sdc.dpws.soap.SoapUtil
- Creates a SOAP message with the given envelope.
- createMessageInformationHeaderRequired(javax.xml.namespace.QName) - function in org.somda.sdc.dpws.soap.wsaddressing.factory.WsAddressingFaultFactory
- Creates a message-information-header-required fault.
- createModelBuilder() - function in org.somda.sdc.dpws.DpwsUtil
- Creates a builder to set ThisModel data by means of a fluent interface.
- createModelBuilder(java.util.List,java.util.List) - function in org.somda.sdc.dpws.DpwsUtil
- Creates a builder to set ThisDevice data by means of a fluent interface.
- createNotificationSink(org.somda.sdc.dpws.soap.wsaddressing.WsAddressingServerInterceptor) - function in org.somda.sdc.dpws.soap.factory.NotificationSinkFactory
- Creates a notification sink.
- createNotificationSource(org.somda.sdc.dpws.soap.interception.NotificationCallback) - function in org.somda.sdc.dpws.soap.factory.NotificationSourceFactory
- Creates a notification source.
- createNotificationSourceUdpCallback(org.somda.sdc.dpws.udp.UdpMessageQueueService) - function in org.somda.sdc.dpws.helper.factory.DpwsHelperFactory
- Creates a NotificationSourceUdpCallback instance.
- createRandomUuidUri() - function in org.somda.sdc.dpws.soap.SoapUtil
- Creates a URI with a random UUID.
- createReceiverFault(java.lang.String) - function in org.somda.sdc.dpws.soap.factory.SoapFaultFactory
- Creates a soap:Receiver fault with a given text.
- createRelatesToType(java.lang.String) - function in org.somda.sdc.dpws.soap.wsaddressing.WsAddressingUtil
- Shorthand method to create an RelatesToType from a simple String.
- createRelatesToType(org.somda.sdc.dpws.soap.wsaddressing.model.AttributedURIType) - function in org.somda.sdc.dpws.soap.wsaddressing.WsAddressingUtil
- Shorthand method to create an RelatesToType from an AttributedURIType.
- createRelationship(org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType,java.util.List,java.util.List) - function in org.somda.sdc.dpws.service.helper.MetadataSectionUtil
- Creates a metadata section for a DPWS Host.
- createRequestResponseClient(org.somda.sdc.dpws.soap.interception.RequestResponseCallback) - function in org.somda.sdc.dpws.soap.factory.RequestResponseClientFactory
- createSenderFault(java.lang.String) - function in org.somda.sdc.dpws.soap.factory.SoapFaultFactory
- Creates a soap:Sender fault with a given text.
- createSinkSubscriptionManager(org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType,java.time.Duration,org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType,org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType,java.util.List,java.lang.String,java.lang.String) - function in org.somda.sdc.dpws.soap.wseventing.factory.SubscriptionManagerFactory
- Creates a SinkSubscriptionManager instance.
- createSoapMessage(org.somda.sdc.dpws.soap.model.Envelope) - function in org.somda.sdc.dpws.soap.factory.SoapMessageFactory
- Creates a SOAP message.
- createSourceSubscriptionManager(org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType,java.time.Duration,org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType,org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType,java.lang.String,java.util.List,java.lang.String,java.lang.String) - function in org.somda.sdc.dpws.soap.wseventing.factory.SubscriptionManagerFactory
- Creates a SourceSubscriptionManager instance.
- createSslContextFromCryptoConfig(org.somda.sdc.dpws.crypto.CachingCryptoSettings) - function in org.somda.sdc.dpws.crypto.CryptoConfigurator
- Accepts a CachingCryptoSettings object and creates an SSLContext object or retrieves it from the cache.
- createSslContextFromCryptoConfig(org.somda.sdc.dpws.crypto.CryptoSettings) - function in org.somda.sdc.dpws.crypto.CryptoConfigurator
- Accepts a CryptoSettings object and creates an SSLContext object.
- createSslContextFromSystemProperties() - function in org.somda.sdc.dpws.crypto.CryptoConfigurator
- Creates a default SSLContext object based on system properties.
- createSubscriptionManagerEprAndRegisterHttpHandler(java.lang.String,java.lang.String,java.lang.Integer,org.somda.sdc.dpws.soap.interception.Interceptor) - function in org.somda.sdc.dpws.soap.wseventing.helper.EventSourceUtil
- Creates a new subscription manager EPR based on the given transport information.
- createTargetStream(org.somda.sdc.dpws.CommunicationLog.TransportType,org.somda.sdc.dpws.CommunicationLog.Direction,org.somda.sdc.dpws.CommunicationLog.MessageType,org.somda.sdc.dpws.soap.CommunicationContext) - function in org.somda.sdc.dpws.CommunicationLogSink
- Creates a branch based on the given key and path.
- createTargetStream(org.somda.sdc.dpws.CommunicationLog.TransportType,org.somda.sdc.dpws.CommunicationLog.Direction,org.somda.sdc.dpws.CommunicationLog.MessageType,org.somda.sdc.dpws.soap.CommunicationContext) - function in org.somda.sdc.dpws.CommunicationLogSinkImpl
- Creates a branch based on the given key and path.
- createThisDevice(java.util.List,java.lang.String,java.lang.String) - function in org.somda.sdc.dpws.DpwsUtil
- Creates a ThisDeviceType from given parameters.
- createThisModel(java.util.List,java.lang.String,java.util.List,java.lang.String,java.lang.String,java.lang.String) - function in org.somda.sdc.dpws.DpwsUtil
- Creates a ThisModelType from given parameters.
- createTransportBinding(java.lang.String,org.somda.sdc.dpws.CommunicationLogContext) - function in org.somda.sdc.dpws.factory.TransportBindingFactory
- Generic factory method to create a binding on the basis of a URI.
- createTransportBinding(java.lang.String,org.somda.sdc.dpws.CommunicationLogContext) - function in org.somda.sdc.dpws.http.apache.ApacheTransportBindingFactoryImpl
- Generic factory method to create a binding on the basis of a URI.
- createUdpBindingService(java.net.NetworkInterface,java.net.InetAddress,java.lang.Integer,java.lang.Integer) - function in org.somda.sdc.dpws.udp.factory.UdpBindingServiceFactory
- Creates a UdpBindingService instance.
- createUnableToRenew(java.lang.String) - function in org.somda.sdc.dpws.soap.wseventing.factory.WsEventingFaultFactory
- Creates UnableToRenew fault messages.
- createUnsupportedExpirationType() - function in org.somda.sdc.dpws.soap.wseventing.factory.WsEventingFaultFactory
- Creates UnsupportedExpirationType fault messages.
- createUriFromUuid(java.util.UUID) - function in org.somda.sdc.dpws.soap.SoapUtil
- Creates a URI representation of a UUID.
- createUuidFromUri(java.lang.String) - function in org.somda.sdc.dpws.soap.SoapUtil
- Converts from a URI to a UUID.
- createWsDiscoveryClient(org.somda.sdc.dpws.soap.NotificationSource) - function in org.somda.sdc.dpws.soap.wsdiscovery.factory.WsDiscoveryClientFactory
- Creates a new discovery client.
- createWsDiscoveryTargetService(org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType,org.somda.sdc.dpws.soap.NotificationSource) - function in org.somda.sdc.dpws.soap.wsdiscovery.factory.WsDiscoveryTargetServiceFactory
- Creates a new target service (server side).
- createWsEventingEventSink(org.somda.sdc.dpws.soap.RequestResponseClient,java.lang.String,org.somda.sdc.dpws.CommunicationLogContext,org.somda.sdc.dpws.client.ClientEventObserver) - function in org.somda.sdc.dpws.soap.wseventing.factory.WsEventingEventSinkFactory
- Creates a new WS-Eventing event sink.
- CryptoConfig - class in org.somda.sdc.dpws.crypto
- Configuration keys for cryptographic components.
- CryptoConfigurator - class in org.somda.sdc.dpws.crypto
- Supports generation of server and client SSL configurations.
- CryptoSettings - class in org.somda.sdc.dpws.crypto
- Common interface to retrieve key and trust store information.