Class WsDiscoveryTargetServiceInterceptor

java.lang.Object
org.somda.sdc.dpws.soap.wsdiscovery.WsDiscoveryTargetServiceInterceptor
All Implemented Interfaces:
Interceptor, WsDiscoveryTargetService

public class WsDiscoveryTargetServiceInterceptor extends Object implements WsDiscoveryTargetService
Default implementation of the WsDiscoveryTargetService.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType
     
    com.google.common.primitives.UnsignedInteger
    Thread-safe function to get the metadata version.
    Thread-safe function to get the list of scope URIs.
    Thread-safe function to get the list of QNames.
    Thread-safe function to get the list of XAddr URIs.
    com.google.common.primitives.UnsignedInteger
    Increments the metadata version and retrieves the new value.
    com.google.common.primitives.UnsignedInteger
    Increments the metadata version and retrieve the new value if the metadata has changed, returns previous version otherwise.
    void
    Blocking function to send out a Bye message.
    com.google.common.primitives.UnsignedInteger
    Blocking function to send out a Hello message.
    com.google.common.primitives.UnsignedInteger
    sendHello(boolean forceNewMetadataVersion)
    Blocking function to send out a Hello message.
    void
    Thread-safe function to explicitly set the target service metadata to be modified (thread-safe).
    void
    Thread-safe function to set the list of scope URIs.
    void
    setTypes(List<QName> qNames)
    Thread-safe function to set the list of QNames.
    void
    Thread-safe function to set the list of XAddr URIs.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait