--- google/lib/CWMP/Response.pm 2007/06/19 22:06:46 53 +++ google/lib/CWMP/Response.pm 2007/06/20 21:32:00 59 @@ -81,6 +81,22 @@ }); } +=head2 GetParameterNames { + + $response->GetParameterNames( $state, ); + +=cut + +sub GetParameterNames { + my ( $self, $state ) = @_; + $self->xml( $state, sub { + my ( $X, $state ) = @_; + $X->GetParameterNames( $cwmp, + $X->ParameterPath( $cwmp, ''), + $X->NextLevel( $cwmp, 0 ), + ); + }); +} =head2 xml Used to implement methods which modify just body of soap message.