Searched refs:send_receive (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/Transport/
H A DLOCAL.pm42 sub send_receive { subroutine
H A DFTP.pm45 sub send_receive { subroutine
H A DMAILTO.pm46 sub send_receive { subroutine
H A DTCP.pm107 sub send_receive { subroutine
H A DJABBER.pm127 sub send_receive { subroutine
H A DMQ.pm108 sub send_receive { subroutine
H A DHTTP.pm98 sub send_receive { subroutine
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/Transport/
H A DLOCAL.pm53 sub send_receive { subroutine
H A DLOOPBACK.pm27 sub send_receive { subroutine
H A DMAILTO.pm45 sub send_receive { subroutine
H A DHTTP.pm129 sub send_receive { subroutine
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/Transport/
H A DLOCAL.pm48 sub send_receive { subroutine
H A DFTP.pm47 sub send_receive { subroutine
H A DLOOPBACK.pm26 sub send_receive { subroutine
H A DMAILTO.pm45 sub send_receive { subroutine
H A DTCP.pm107 sub send_receive { subroutine
H A DJABBER.pm127 sub send_receive { subroutine
H A DMQ.pm134 sub send_receive { subroutine
H A DHTTP.pm123 sub send_receive { subroutine
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DTransport.pm63 Each SOAP::Transport sub-class is expected to define (or inherit, if it is subclassing another transport class) at least two methods. Any newly developed transport classes are also expected to adhere to this interface. Clients are expected to implement the C<new> and C<send_receive> methods, and servers are expected to implement the C<new> and C<handle> methods. Here they are:
73 =item send_receive(key/value pairs)
119 Support is provided for clients to connect to FTP servers using SOAP. The methods defined within the class are just the basic new and send_receive.
210 With this class, clients are able to use HTTP for sending messages. This class provides just the basic new and send_receive methods. Objects of this class understand the compress_threshold option and use it if the server being communicated to also understands it.
489 This class provides localized implementations for both the new and send_receive methods, neither of which are changed in terms of interface. The only difference is that the send_receive method doesn't directly use the action hash key on the input it receives. In addition to these two basic methods, the server class overrides the endpoint
524 The implementations of the new and send_receive methods aren't noticeably different in their interface. Their behavior warrants description, however:
532 =item send_receive
546 The client class for this protocol doesn't define any new methods. The constructor functions in the same style as the others class constructors. The functionality of the send_receive method is slightly different from other classes, however.
548 When invoked, the send_receive metho
[all...]
H A DLite.pm3396 my $response = $self->transport->send_receive(
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/UDDI/
H A DLite.pm351 my $respond = $self->transport->send_receive(
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/UDDI/
H A DLite.pm1097 my $respond = $self->transport->send_receive(
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/UDDI/
H A DLite.pm1095 my $respond = $self->transport->send_receive(
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm3778 my $response = $self->transport->send_receive(

Completed in 192 milliseconds

12