logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

WSNotification::Interfaces::WSBaseNotificationSender::NotificationProducerPort - SOAP Interface for the

Author

       Generated by SOAP::WSDL on Fri Aug  8 16:49:21 2014

perl v5.40.1                                       2025-02-21             WSNotification:...ionProducerPort(3pm)

Description

       SOAP Interface for the WSBaseNotificationSender web service located at
       http://docs.oasis-open.org/wsn/bw-2.

Methods

Generalmethodsnew

       Constructor.

       All arguments are forwarded to SOAP::WSDL::Client.

   SOAPServicemethods
       Method synopsis is displayed with hash refs as parameters.

       The commented class names in the method's parameters denote that objects of the corresponding class can
       be passed instead of the marked hash ref.

       You may pass any combination of objects, hash and list refs to these methods, as long as you meet the
       structure.

       List items (i.e. multiple occurrences) are not displayed in the synopsis.  You may generally pass a list
       ref of hash refs (or objects) instead of a hash ref - this may result in invalid XML if used improperly,
       though. Note that SOAP::WSDL always expects list references at maximum depth position.

       XML attributes are not displayed in this synopsis and cannot be set using hash refs. See the respective
       class' documentation for additional information.

       Subscribe

       Returns a WSNotification::Elements::SubscribeResponse object.

        $response = $interface->Subscribe( {
           ConsumerReference =>  { # WSNotification::Types::EndpointReferenceType
             Address =>  { value => $some_value },
             ReferenceParameters =>  { # WSNotification::Types::ReferenceParametersType
             },
             Metadata =>  { # WSNotification::Types::MetadataType
             },
           },
           Filter =>  { # WSNotification::Types::FilterType
             TopicExpression =>  { # WSNotification::Types::TopicExpressionType
             },
             MessageContent =>  { # WSNotification::Types::QueryExpressionType
             },
           },
           InitialTerminationTime => $some_value, # AbsoluteOrRelativeTimeType
           SubscriptionPolicy =>  {
           },
         },,
        );

       GetCurrentMessage

       Returns a WSNotification::Elements::GetCurrentMessageResponse object.

        $response = $interface->GetCurrentMessage( {
           Topic =>  { # WSNotification::Types::TopicExpressionType
           },
         },,
        );

Name

       WSNotification::Interfaces::WSBaseNotificationSender::NotificationProducerPort - SOAP Interface for the
       WSBaseNotificationSender Web Service

Service Wsbasenotificationsender

PortNotificationProducerPort

Synopsis

        use WSNotification::Interfaces::WSBaseNotificationSender::NotificationProducerPort;
        my $interface = WSNotification::Interfaces::WSBaseNotificationSender::NotificationProducerPort->new();

        my $response;
        $response = $interface->Subscribe();
        $response = $interface->GetCurrentMessage();