WSDiscovery::Elements::ReplyTo
Contents
Description
Perl data type class for the XML Schema defined element ReplyTo from the namespace
http://www.w3.org/2005/08/addressing.
Methods
new
my $element = WSDiscovery::Elements::ReplyTo->new($data);
Constructor. The following data structure may be passed to new():
{ # WSDiscovery::Types::EndpointReferenceType
Address => { value => $some_value },
ReferenceParameters => { # WSDiscovery::Types::ReferenceParametersType
},
Metadata => { # WSDiscovery::Types::MetadataType
},
},
Name
WSDiscovery::Elements::ReplyTo
